aboutsummaryrefslogtreecommitdiff
path: root/tests/device/test-libc++-shared-full/BROKEN_RUN
blob: 56d7926de519c95655917788e606ca928b839186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# This is living doc about remaining libc++ tests which fails to run correctly
# Please see black_list* jni/Android.mk for tests fail to compile under various configuration
#
# Script run-tests.sh "grep" this file and skip test when name of executable can be found in this file
# A bit of comments would be found, especially in this porject all executable are named after
# relative path to $NDK thus quite long.  Prefix "FAIL:" doesn't mean anything
#
# Although run-tests.sh produces "---> TEST FAILED!!" when test fail to run, some of the following
# may hang device and ruin weekly testing
#
# Fail case will be removed when fixed. Fail can be reproduced with symlink ~/libcxx-test to
# $NDK/sources/cxx-stl/llvm-libc++/libcxx/test and the following alias
#
#  alias nalibcxxg++="/tmp/ndk-$USER/android-ndk-api14-arm-4.8-clang3.4-libc++/bin/arm-linux-androideabi-g++ -std=c++11 -O2 -g -march=armv7-a -mthumb -mfpu=vfpv3-d16 -march=armv7-a -mthumb -Wl,--fix-cortex-a8 -I$NDK/sources/cxx-stl/llvm-libc++/libcxx/test/support -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS"
#

FAIL: containers___sequences___vector___vector.capacity___shrink_to_fit
  cd ~/libcxx-test/containers/sequences/vector/vector.capacity  # fail: armeabi-v7a  pass: x86, gcc4.8
    nalibcxxg++  shrink_to_fit.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: input.output___iostream.format___output.streams___ostream_sentry___destruct
  cd ~/libcxx-test/input.output/iostream.format/output.streams/ostream_sentry
    nalibcxxg++  destruct.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'destruct.pass.cpp:59: int main(): assertion "sync_called == 1" failed'

FAIL: language.support___support.exception___except.nested___assign
  cd ~/libcxx-test/language.support/support.exception/except.nested
    nalibcxxg++  assign.pass.cpp -lc++_shared -latomic
      F/libc    (15332): assign.pass.cpp:47: int main(): assertion "e.nested_ptr() != nullptr" failed

FAIL: language.support___support.exception___except.nested___ctor_copy
  cd ~/libcxx-test/language.support/support.exception/except.nested
    nalibcxxg++  ctor_copy.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'ctor_copy.pass.cpp:45: int main(): assertion "e.nested_ptr() != nullptr" failed'

FAIL: language.support___support.exception___except.nested___ctor_default
  cd ~/libcxx-test/language.support/support.exception/except.nested
    nalibcxxg++  ctor_default.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'ctor_default.pass.cpp:43: int main(): assertion "e.nested_ptr() != nullptr" failed'

FAIL: language.support___support.exception___except.nested___rethrow_if_nested
  cd ~/libcxx-test/language.support/support.exception/except.nested
    nalibcxxg++  rethrow_if_nested.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: language.support___support.exception___except.nested___rethrow_nested
  cd ~/libcxx-test/language.support/support.exception/except.nested
    nalibcxxg++  rethrow_nested.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'rethrow_nested.pass.cpp:45: int main(): assertion "e.nested_ptr() != nullptr" failed'

FAIL: language.support___support.exception___propagation___current_exception
  cd ~/libcxx-test/language.support/support.exception/propagation
    nalibcxxg++  current_exception.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'current_exception.pass.cpp:60: int main(): assertion "p != nullptr" failed'

FAIL: language.support___support.exception___propagation___make_exception_ptr
  cd ~/libcxx-test/language.support/support.exception/propagation
    nalibcxxg++  make_exception_ptr.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: language.support___support.exception___propagation___rethrow_exception
  cd ~/libcxx-test/language.support/support.exception/propagation
    nalibcxxg++  rethrow_exception.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: language.support___support.exception___uncaught___uncaught_exception
  cd ~/libcxx-test/language.support/support.exception/uncaught
    nalibcxxg++  uncaught_exception.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'uncaught_exception.pass.cpp:37: int main(): assertion "!std::uncaught_exception()" failed'

FAIL: localization___locale.categories___category.collate___locale.collate.byname___transform
  cd ~/libcxx-test/localization/locale.categories/category.collate/locale.collate.byname
    nalibcxxg++  transform.pass.cpp -lc++_shared -latomic
      F/libc    (23516): transform.pass.cpp:33: int main(): assertion "f.transform(x.data(), x.data() + x.size()) != x" failed

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___is_1
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  is_1.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'is_1.pass.cpp:40: int main(): assertion "!f.is(F::upper, L'a')" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___is_many
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  is_many.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'is_many.pass.cpp:42: int main(): assertion "!(m[0] & F::lower)" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___narrow_1
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  narrow_1.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'narrow_1.pass.cpp:35: int main(): assertion "f.narrow(L'\xDA', '*') == '\xDA'" failed

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___narrow_many
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  narrow_many.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'narrow_many.pass.cpp:40: int main(): assertion "v[6] == '\xDA'" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___scan_is
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  scan_is.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'scan_is.pass.cpp:38: int main(): assertion "f.scan_is(F::lower, in.data(), in.data() + in.size()) - in.data() == 5" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___scan_not
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  scan_not.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'scan_not.pass.cpp:37: int main(): assertion "f.scan_not(F::upper, in.data(), in.data() + in.size()) - in.data() == 1" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___tolower_1
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  tolower_1.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'tolower_1.pass.cpp:38: int main(): assertion "f.tolower('\xDA') == '\xFA'" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___tolower_many
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  tolower_many.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'tolower_many.pass.cpp:35: int main(): assertion "in[0] == '\xFA'" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___toupper_1
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  toupper_1.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'toupper_1.pass.cpp:39: int main(): assertion "f.toupper('\xFA') == '\xDA'" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___toupper_many
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  toupper_many.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'toupper_many.pass.cpp:35: int main(): assertion "in[0] == '\xDA'" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___widen_1
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  widen_1.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'widen_1.pass.cpp:53: int main(): assertion "f.widen(char(-5)) == wchar_t(251)" failed'

FAIL: localization___locale.categories___category.ctype___locale.ctype.byname___widen_many
  cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
    nalibcxxg++  widen_many.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'widen_many.pass.cpp:60: int main(): assertion "v[6] == wchar_t(133)" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.get___locale.money.get.members___get_long_double_en_US
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members
    nalibcxxg++  get_long_double_en_US.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_long_double_en_US.pass.cpp:67: int main(): assertion "iter.base() == v.data() + v.size()" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.get___locale.money.get.members___get_long_double_fr_FR
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members
    nalibcxxg++  get_long_double_fr_FR.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_long_double_fr_FR.pass.cpp:69: int main(): assertion "iter.base() == v.data() + v.size()" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.get___locale.money.get.members___get_long_double_ru_RU
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members
    nalibcxxg++  get_long_double_ru_RU.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_long_double_ru_RU.pass.cpp:69: int main(): assertion "iter.base() == v.data() + v.size()" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.get___locale.money.get.members___get_long_double_zh_CN
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members
    nalibcxxg++  get_long_double_zh_CN.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_long_double_zh_CN.pass.cpp:67: int main(): assertion "iter.base() == v.data() + v.size()" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.get___locale.money.get.members___get_string_en_US
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members
    nalibcxxg++  get_string_en_US.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_string_en_US.pass.cpp:67: int main(): assertion "iter.base() == v.data() + v.size()" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___curr_symbol
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  curr_symbol.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'curr_symbol.pass.cpp:77: int main(): assertion "f.curr_symbol() == "$"" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___decimal_point
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  decimal_point.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'decimal_point.pass.cpp:75: int main(): assertion "f.decimal_point() == '.'" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___frac_digits
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  frac_digits.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'frac_digits.pass.cpp:75: int main(): assertion "f.frac_digits() == 2" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___grouping
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  grouping.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'grouping.pass.cpp:80: int main(): assertion "f.grouping() == "\3\3"" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___negative_sign
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  negative_sign.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'negative_sign.pass.cpp:75: int main(): assertion "f.negative_sign() == "-"" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___neg_format
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  neg_format.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'neg_format.pass.cpp:94: int main(): assertion "p.field[0] == std::money_base::sign" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___pos_format
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  pos_format.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'pos_format.pass.cpp:94: int main(): assertion "p.field[0] == std::money_base::sign" failed'

FAIL: localization___locale.categories___category.monetary___locale.moneypunct.byname___thousands_sep
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.moneypunct.byname
    nalibcxxg++  thousands_sep.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'thousands_sep.pass.cpp:75: int main(): assertion "f.thousands_sep() == ','" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.put___locale.money.put.members___put_long_double_en_US
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members
    nalibcxxg++  put_long_double_en_US.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_long_double_fr_FR.pass.cpp:68: int main(): assertion "ex == "0,00"" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.put___locale.money.put.members___put_long_double_fr_FR
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members
    nalibcxxg++  put_long_double_fr_FR.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_long_double_fr_FR.pass.cpp:68: int main(): assertion "ex == "0,00"" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.put___locale.money.put.members___put_long_double_ru_RU
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members
    nalibcxxg++  put_long_double_ru_RU.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_long_double_ru_RU.pass.cpp:68: int main(): assertion "ex == "0,00 "" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.put___locale.money.put.members___put_long_double_zh_CN
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members
    nalibcxxg++  put_long_double_zh_CN.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_long_double_zh_CN.pass.cpp:66: int main(): assertion "ex == "0.00"" failed'

FAIL: localization___locale.categories___category.monetary___locale.money.put___locale.money.put.members___put_string_en_US
  cd ~/libcxx-test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members
    nalibcxxg++  put_string_en_US.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_string_en_US.pass.cpp:66: int main(): assertion "ex == "0.00"" failed'

FAIL: localization___locale.categories___category.numeric___locale.nm.put___facet.num.put.members___put_double
  cd ~/libcxx-test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members
    nalibcxxg++  put_double.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_double.pass.cpp:8643: void test3(): assertion "ex == "0.000000000000000000000000000000000000000000000000000000000000"" failed'

FAIL: localization___locale.categories___category.numeric___locale.nm.put___facet.num.put.members___put_long_double
  cd ~/libcxx-test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members
    nalibcxxg++  put_long_double.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_long_double.pass.cpp:5459: void test2(): assertion "ex == "-0.00000000000000000000000000000000000000000000000000000000000"" failed'

FAIL: localization___locale.categories___category.numeric___locale.nm.put___facet.num.put.members___put_pointer
  cd ~/libcxx-test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members
    nalibcxxg++  put_pointer.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put_pointer.pass.cpp:41: int main(): assertion "ex == "0x0" || ex == "(nil)"" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___date_order
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  date_order.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'date_order.pass.cpp:40: int main(): assertion "f.date_order() == std::time_base::dmy" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___date_order_wide
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  date_order_wide.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'date_order_wide.pass.cpp:36: int main(): assertion "f.date_order() == std::time_base::mdy" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_date
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_date.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_date.pass.cpp:59: int main(): assertion "i.base() == in+sizeof(in)/sizeof(in[0])-1" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_date_wide
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_date_wide.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_date_wide.pass.cpp:47: int main(): assertion "i.base() == in+sizeof(in)/sizeof(in[0])-1" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_monthname
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_monthname.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_monthname.pass.cpp:57: int main(): assertion "i.base() == in+sizeof(in)/sizeof(in[0])-1" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_monthname_wide
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_monthname_wide.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_monthname_wide.pass.cpp:66: int main(): assertion "i.base() == in+sizeof(in)/sizeof(in[0])-1" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_one
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_one.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_one.pass.cpp:74: int main(): assertion "i.base() == in+sizeof(in)/sizeof(in[0])-1" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_one_wide
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_one_wide.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_one_wide.pass.cpp:47: int main(): assertion "t.tm_sec == 59" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_weekday
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_weekday.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_weekday.pass.cpp:57: int main(): assertion "i.base() == in+sizeof(in)/sizeof(in[0])-1" failed'

FAIL: localization___locale.categories___category.time___locale.time.get.byname___get_weekday_wide
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.get.byname
    nalibcxxg++  get_weekday_wide.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'get_weekday_wide.pass.cpp:57: int main(): assertion "i.base() == in+sizeof(in)/sizeof(in[0])-1" failed'

FAIL: localization___locale.categories___category.time___locale.time.put.byname___put1
  cd ~/libcxx-test/localization/locale.categories/category.time/locale.time.put.byname
    nalibcxxg++  put1.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'put1.pass.cpp:70: int main(): assertion "(ex == "Today is Samedi which is abreviated Sam.")|| (ex == "Today is samedi which is abreviated sam." )" failed'

FAIL: localization___locale.categories___facet.numpunct___locale.numpunct.byname___decimal_point
  cd ~/libcxx-test/localization/locale.categories/facet.numpunct/locale.numpunct.byname
    nalibcxxg++  decimal_point.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'decimal_point.pass.cpp:54: int main(): assertion "np.decimal_point() == ','" failed'

FAIL: localization___locale.categories___facet.numpunct___locale.numpunct.byname___grouping
  cd ~/libcxx-test/localization/locale.categories/facet.numpunct/locale.numpunct.byname
    nalibcxxg++  grouping.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'grouping.pass.cpp:41: int main(): assertion "np.grouping() == "\3\3"" failed'

FAIL: localization___locales___locale___locale.cons___char_pointer
  cd ~/libcxx-test/localization/locales/locale/locale.cons
    nalibcxxg++  char_pointer.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'char_pointer.pass.cpp:92: int main(): assertion "false" failed'

FAIL: strings___string.conversions___stod
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stod.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: strings___string.conversions___stof
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stof.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: '/tmp/ndk-andrewhsieh/tmp/build-10543/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../../android/support/src/wchar_support.c:355: wcstof: assertion "0" failed'

FAIL: strings___string.conversions___stoi
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stoi.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: '/tmp/ndk-andrewhsieh/tmp/build-10543/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../../android/support/src/wchar_support.c:361: wcstol: assertion "0" failed'

FAIL: strings___string.conversions___stol
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stol.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: '/tmp/ndk-andrewhsieh/tmp/build-10543/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../../android/support/src/wchar_support.c:361: wcstol: assertion "0" failed'

FAIL: strings___string.conversions___stold
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stold.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: '/tmp/ndk-andrewhsieh/tmp/build-10543/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../../android/support/src/wchar_support.c:367: wcstold: assertion "0" failed'

FAIL: strings___string.conversions___stoll
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stoll.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: '/tmp/ndk-andrewhsieh/tmp/build-10543/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../../android/support/src/wchar_support.c:373: wcstoll: assertion "0" failed'

FAIL: strings___string.conversions___stoull
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stoull.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: '/tmp/ndk-andrewhsieh/tmp/build-10543/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../../android/support/src/wchar_support.c:379: wcstoull: assertion "0" failed'

FAIL: strings___string.conversions___stoul
  cd ~/libcxx-test/strings/string.conversions
    nalibcxxg++  stoul.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: '/tmp/ndk-andrewhsieh/tmp/build-10543/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../../android/support/src/wchar_support.c:379: wcstoull: assertion "0" failed'

FAIL: thread___futures___futures.async___async
  cd ~/libcxx-test/thread/futures/futures.async
    nalibcxxclang++  async.pass.cpp -lc++_shared -latomic
      async.pass.cpp:187: int main(): assertion "false" failed

FAIL: thread___futures___futures.promise___dtor
  cd ~/libcxx-test/thread/futures/futures.promise
    nalibcxxg++  dtor.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.promise___set_exception_at_thread_exit
  cd ~/libcxx-test/thread/futures/futures.promise
    nalibcxxg++  set_exception_at_thread_exit.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.promise___set_exception
  cd ~/libcxx-test/thread/futures/futures.promise
    nalibcxxg++  set_exception.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.shared_future___dtor
  cd ~/libcxx-test/thread/futures/futures.shared_future  # gcc4.8 works fine
    nalibcxxg++  dtor.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.shared_future___get
  cd ~/libcxx-test/thread/futures/futures.shared_future
    nalibcxxg++  get.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.tas___futures.task.members___dtor
  cd ~/libcxx-test/thread/futures/futures.tas/futures.task.members
    nalibcxxg++  dtor.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.tas___futures.task.members___make_ready_at_thread_exit
  cd ~/libcxx-test/thread/futures/futures.tas/futures.task.members
    nalibcxxg++  make_ready_at_thread_exit.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.tas___futures.task.members___operator
  cd ~/libcxx-test/thread/futures/futures.tas/futures.task.members
    nalibcxxg++  operator.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51): Abort message: 'operator.pass.cpp:86: int main(): assertion "false" failed'

FAIL: thread___futures___futures.unique_future___dtor
  cd ~/libcxx-test/thread/futures/futures.unique_future  # gcc4.8 works fine
    nalibcxxg++  dtor.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)

FAIL: thread___futures___futures.unique_future___get
  cd ~/libcxx-test/thread/futures/futures.unique_future
    nalibcxxg++  get.pass.cpp -lc++_shared -latomic
      I/DEBUG   (   51):     #00  pc 00035e66  /data/local/tmp/libc++_shared.so (__gabixx::__default_terminate()+13)
      I/DEBUG   (   51):     #01  pc 00035e7d  /data/local/tmp/libc++_shared.so (__gabixx::__terminate(void (*)())+16)