Ticket #4581: Filesystem_1_52_Android_unit_tests.txt

File Filesystem_1_52_Android_unit_tests.txt, 7.2 KB (added by suky0001@…, 10 years ago)

Filesystem 1.52 unit testing on Android

Line 
1operations_test
2BOOST_POSIX_API is defined
3API is POSIX
4remove residue from prior failed tests...
5sizeof(boost::uintmax_t) = 8
6initial_tests...
7 current_path().string() is
8 "/data/local/tmp/test_fs"
9
10predicate_and_status_tests...
11exception_tests...
12 catch runtime_error by value
13 catch system_error by value
14 catch filesystem_error by value
15 catch filesystem_error by const reference
16 exception_tests complete
17create_directory_tests...
18 create_directory_tests complete
19current_directory_tests...
20space_tests...
21 capacity = 780926976
22 free = 326762496
23 available = 326762496
24creating test directories and files in "/data/local/tmp/test_fs/*** 36 UNREADABLE CHARS ***"
25status_of_nonexistent_tests...
26status_error_reporting_tests...
27directory_iterator_tests...
28 directory_iterator_tests complete
29create_directories_tests...
30equivalent_tests...
31create_hard_link_tests...
32 *** For information only ***
33 create_hard_link() succeeded
34create_symlink_tests...
35 *** For information only ***
36 create_symlink() succeeded
37resize_file_tests...
38
39**** exception(205): std::runtime_error: boost::filesystem::resize_file: Success: "/data/local/tmp/test_fs/*** 36 UNREADABLE CHARS ***/resize_file_test.txt"
40******** errors detected; see standard output for details ********
41
42
43
44
45operations_test_static
46[1] + Stopped (signal) ./operations_test_static.test/gcc-androidR8/deb
47
48
49
50operations_unit_test
51BOOST_POSIX_API is defined
52BOOST_FILESYSTEM_DECL=
53BOOST_SYMBOL_VISIBLE=__attribute__((visibility("default")))
54current_path() is /data/local/tmp/test_fs
55file_status test...
56 status(".") permissions are 777
57 symlink_status(".") permissions are 777
58query test...
59directory_iterator_test...
60directory_iterator_test complete
61operations test...
62directory_entry test...
63directory_entry overload test...
64error handling test...
65
66as expected, attempt to get size of non-existent file threw a filesystem_error
67what() returns boost::filesystem::file_size: No such file or directory: "no-such-file"
68"*** 19 UNREADABLE CHARS ***"
69"*** 19 UNREADABLE CHARS ***"
70No errors detected.
71no errors detected
72
73
74
75
76path_unit_test / path_unit_test_static
77BOOST_POSIX_API
78testing overloads...
79testing constructors...
80path_unit_test.cpp(166): source.wstring(): "string" != expected: "string"
81path_unit_test.cpp(170): source.wstring(): "string" != expected: "string"
82path_unit_test.cpp(179): source.wstring(): "std::string" != expected: "std::string"
83path_unit_test.cpp(187): source.wstring(): "fuz" != expected: "fuz"
84path_unit_test.cpp(195): source.wstring(): "array char" != expected: "array char"
85path_unit_test.cpp(205): source.wstring(): "big array char" != expected: "big array char"
86path_unit_test.cpp(215): source.wstring(): "string" != expected: "string"
87path_unit_test.cpp(224): source.wstring(): "string" != expected: "string"
88testing assignments...
89path_unit_test.cpp(249): source.wstring(): "yet another path" != expected: "yet another path"
90path_unit_test.cpp(253): source.wstring(): "yet another path" != expected: "yet another path"
91path_unit_test.cpp(257): source.wstring(): "string" != expected: "string"
92path_unit_test.cpp(263): source.wstring(): "std::string" != expected: "std::string"
93path_unit_test.cpp(269): source.wstring(): "array char" != expected: "array char"
94path_unit_test.cpp(275): source.wstring(): "string" != expected: "string"
95testing appends...
96path_unit_test.cpp(295): source.wstring(): "/foo" != expected: "/foo"
97path_unit_test.cpp(299): source.wstring(): "/foo/" != expected: "/foo/"
98path_unit_test.cpp(303): source.wstring(): "/foo/boo" != expected: "/foo/boo"
99path_unit_test.cpp(307): source.wstring(): "/foo/foo" != expected: "/foo/foo"
100path_unit_test.cpp(311): source.wstring(): "/foo/yet another path" != expected: "/foo/yet another path"
101path_unit_test.cpp(315): source.wstring(): "/foo/string" != expected: "/foo/string"
102path_unit_test.cpp(319): source.wstring(): "/foo/*** 7 UNREADABLE CHARS ***" != expected: "/foo/wstring"
103path_unit_test.cpp(323): source.wstring(): "/foo/std::string" != expected: "/foo/std::string"
104path_unit_test.cpp(327): source.wstring(): "/foo/*** 12 UNREADABLE CHARS ***" != expected: "/foo/std::wstring"
105path_unit_test.cpp(331): source.wstring(): "/foo/array char" != expected: "/foo/array char"
106path_unit_test.cpp(335): source.wstring(): "/foo/*** 11 UNREADABLE CHARS ***" != expected: "/foo/array wchar"
107path_unit_test.cpp(339): source.wstring(): "/foo/string" != expected: "/foo/string"
108path_unit_test.cpp(343): source.wstring(): "/foo/*** 7 UNREADABLE CHARS ***" != expected: "/foo/wstring"
109testing concats...
110path_unit_test.cpp(354): source.wstring(): "/foo" != expected: "/foo"
111path_unit_test.cpp(358): source.wstring(): "/foo/" != expected: "/foo/"
112path_unit_test.cpp(362): source.wstring(): "/fooboo" != expected: "/fooboo"
113path_unit_test.cpp(366): source.wstring(): "foofoo" != expected: "foofoo"
114path_unit_test.cpp(370): source.wstring(): "foo-yet another path" != expected: "foo-yet another path"
115path_unit_test.cpp(374): source.wstring(): "foo-string" != expected: "foo-string"
116path_unit_test.cpp(378): source.wstring(): "foo-*** 7 UNREADABLE CHARS ***" != expected: "foo-wstring"
117path_unit_test.cpp(382): source.wstring(): "foo-std::string" != expected: "foo-std::string"
118path_unit_test.cpp(386): source.wstring(): "foo-*** 12 UNREADABLE CHARS ***" != expected: "foo-std::wstring"
119path_unit_test.cpp(390): source.wstring(): "foo-array char" != expected: "foo-array char"
120path_unit_test.cpp(394): source.wstring(): "foo-*** 11 UNREADABLE CHARS ***" != expected: "foo-array wchar"
121path_unit_test.cpp(398): source.wstring(): "foo-string" != expected: "foo-string"
122path_unit_test.cpp(402): source.wstring(): "foo-*** 7 UNREADABLE CHARS ***" != expected: "foo-wstring"
123path_unit_test.cpp(406): source.wstring(): "foo-x" != expected: "foo-x"
124path_unit_test.cpp(410): source.wstring(): "foo-*** 1 UNREADABLE CHAR ***" != expected: "foo-x"
125testing modifiers...
126testing observers...
127testing relationals...
128path_unit_test.cpp(484): test failed
129path_unit_test.cpp(485): test failed
130path_unit_test.cpp(488): test failed
131path_unit_test.cpp(489): test failed
132path_unit_test.cpp(496): test failed
133path_unit_test.cpp(497): test failed
134path_unit_test.cpp(500): test failed
135path_unit_test.cpp(501): test failed
136testing inserter and extractor...
137testing other_non_members...
138path_unit_test.cpp(563): test failed
139path_unit_test.cpp(565): test failed
140path_unit_test.cpp(567): test failed
141path_unit_test.cpp(569): test failed
142testing iterators...
143testing decompositions...
144testing queries...
145testing imbue locale...
146 imbuing locale ...
147 testing with the imbued locale ...
148 imbuing the original locale ...
149 testing with the original locale ...
150 locale testing complete
151testing codecvt arguments...
152 constructors test 1
153 test 2
154 test 3
155 test 4
156 assigns test 5
157 test 6
158 appends test 7
159 test 8
160 native observers test 9
161 test 10
162 test 11
163 test 12
164 generic observers test 13
165 test 14
166 test 15
167 test 16
168 codecvt arguments testing complete
169testing error handling...
170 imbuing error locale ...
171 testing std::codecvt_base::partial error...
172 testing std::codecvt_base::error error...
173 testing std::codecvt_base::noconv error...
174 restoring original locale ...
175 testing error handling complete
17654 errors detected.
177
178**** error return code: 1
179******** errors detected; see standard output for details ********