Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client / pnacl / scripts / libcxx_known_failures.txt
1 # Newlib is missing <fenv.h>, which is currently very platform-specific.
2 libc++::depr/depr.c.headers/fenv_h.pass.cpp
3 libc++::numerics/cfenv/cfenv.syn/cfenv.pass.cpp
4 libc++::numerics/cfenv/version.pass.cpp
5
6 # Newlib doesn't have support for long double in <math.h>. <cmath> was
7 # modified to work around these issues. Discuss fixing the test with
8 # libc++ folks?
9 libc++::depr/depr.c.headers/math_h.pass.cpp
10 libc++::numerics/c.math/cmath.pass.cpp
11
12 # The test is run without __STRICT_ANSI__ (-std=gnu++11 instead of
13 # -std=c++11) which makes us define what shouldn't be defined in
14 # clang/3.3/include/stdbool.h.
15 libc++::depr/depr.c.headers/stdbool_h.pass.cpp
16
17 # Newlib doesn't have the C Unicode TR header <uchar.h>.
18 libc++::depr/depr.c.headers/uchar_h.pass.cpp
19
20 # Newlib doesn't have C11's [at_]quick_exit.
21 libc++::language.support/support.start.term/quick_exit.pass.cpp
22
23 # Newlib defines clearerr, feof and ferror as macro which shadows the
24 # functions it also declares. <cstdio> was patched to undef the macros,
25 # but the test includes <stdio.h> instead. Discuss fixing the test with
26 # libc++ folks?
27 libc++::depr/depr.c.headers/stdio_h.pass.cpp
28
29 # Lack of blocking /dev/random support.
30 libc++::numerics/rand/rand.device/ctor.pass.cpp
31
32 # Need to investigate these.
33 libc++::diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
34 libc++::input.output/file.streams/fstreams/fstream.assign/member_swap.pass.cpp
35 libc++::input.output/file.streams/fstreams/fstream.assign/nonmember_swap.pass.cpp
36 libc++::input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp
37 libc++::input.output/file.streams/fstreams/ofstream.assign/nonmember_swap.pass.cpp
38 libc++::localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
39 libc++::localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp
40 libc++::localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp
41 libc++::re/re.traits/isctype.pass.cpp
42 libc++::re/re.traits/lookup_classname.pass.cpp
43 libc++::strings/c.strings/cuchar.pass.cpp
44 libc++::strings/c.strings/version_cuchar.pass.cpp
45 libc++::strings/string.conversions/stod.pass.cpp
46 libc++::strings/string.conversions/stof.pass.cpp
47 libc++::strings/string.conversions/stold.pass.cpp
48 libc++::thread/futures/futures.unique_future/copy_assign.fail.cpp
49 libc++::utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter04.fail.cpp
50 libc++::utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert13.fail.cpp
51 libc++::utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter04.fail.cpp
52 libc++::utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
53
54 # There are currently issues with atomics:
55 #  - atomic_init of aggregates is broken.
56 #  - EmitAtomicExpr calls EmitCall which causes clang to generate an
57 #    invalid cast and assert out.
58 # Some of these issues are fixed by upstream r186049 which doesn't apply
59 # as-is without other patches.
60 libc++::atomics/atomics.types.generic/address.pass.cpp
61 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp
62 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp
63 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp
64 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp
65 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange.pass.cpp
66 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange_explicit.pass.cpp
67 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add.pass.cpp
68 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add_explicit.pass.cpp
69 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub.pass.cpp
70 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit.pass.cpp
71 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_init.pass.cpp
72 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_load.pass.cpp
73 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_load_explicit.pass.cpp
74 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_store.pass.cpp
75 libc++::atomics/atomics.types.operations/atomics.types.operations.req/atomic_store_explicit.pass.cpp
76
77 # terminating with uncaught exception of type std::runtime_error:
78 # <some class> failed to construct for <some locale like en_US.UTF-8>
79 libc++::input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp
80 libc++::input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
81 libc++::input.output/iostream.format/ext.manip/get_money.pass.cpp
82 libc++::input.output/iostream.format/ext.manip/get_time.pass.cpp
83 libc++::input.output/iostream.format/ext.manip/put_money.pass.cpp
84 libc++::input.output/iostream.format/ext.manip/put_time.pass.cpp
85 libc++::input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp
86 libc++::input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp
87 libc++::input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp
88 libc++::input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp
89 libc++::input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp
90 libc++::input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp
91 libc++::input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp
92 libc++::input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp
93 libc++::input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp
94 libc++::input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp
95 libc++::input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp
96 libc++::localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
97 libc++::localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp
98 libc++::localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp
99 libc++::localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp
100 libc++::localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp
101 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp
102 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp
103 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp
104 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp
105 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp
106 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp
107 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp
108 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp
109 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp
110 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp
111 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp
112 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp
113 libc++::localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp
114 libc++::localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp
115 libc++::localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
116 libc++::localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp
117 libc++::localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp
118 libc++::localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp
119 libc++::localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp
120 libc++::localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
121 libc++::localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp
122 libc++::localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp
123 libc++::localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp
124 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp
125 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp
126 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp
127 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp
128 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp
129 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp
130 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp
131 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp
132 libc++::localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
133 libc++::localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp
134 libc++::localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp
135 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp
136 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp
137 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp
138 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp
139 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp
140 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp
141 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp
142 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp
143 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp
144 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp
145 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp
146 libc++::localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp
147 libc++::localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
148 libc++::localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp
149 libc++::localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp
150 libc++::localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
151 libc++::localization/locales/locale/locale.cons/assign.pass.cpp
152 libc++::localization/locales/locale/locale.cons/char_pointer.pass.cpp
153 libc++::localization/locales/locale/locale.cons/copy.pass.cpp
154 libc++::localization/locales/locale/locale.cons/default.pass.cpp
155 libc++::localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp
156 libc++::localization/locales/locale/locale.cons/locale_facetptr.pass.cpp
157 libc++::localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp
158 libc++::localization/locales/locale/locale.cons/locale_string_cat.pass.cpp
159 libc++::localization/locales/locale/locale.cons/string.pass.cpp
160 libc++::localization/locales/locale/locale.members/name.pass.cpp
161 libc++::localization/locales/locale/locale.operators/eq.pass.cpp
162 libc++::localization/locales/locale/locale.statics/classic.pass.cpp
163 libc++::localization/locales/locale/locale.statics/global.pass.cpp
164 libc++::re/re.alg/re.alg.match/basic.pass.cpp
165 libc++::re/re.alg/re.alg.match/ecma.pass.cpp
166 libc++::re/re.alg/re.alg.match/extended.pass.cpp
167 libc++::re/re.alg/re.alg.search/awk.pass.cpp
168 libc++::re/re.alg/re.alg.search/basic.pass.cpp
169 libc++::re/re.alg/re.alg.search/ecma.pass.cpp
170 libc++::re/re.alg/re.alg.search/extended.pass.cpp
171 libc++::re/re.regex/re.regex.locale/imbue.pass.cpp
172 libc++::re/re.traits/default.pass.cpp
173 libc++::re/re.traits/getloc.pass.cpp
174 libc++::re/re.traits/imbue.pass.cpp
175 libc++::re/re.traits/lookup_collatename.pass.cpp
176 libc++::re/re.traits/transform.pass.cpp
177 libc++::re/re.traits/transform_primary.pass.cpp
178 libc++::re/re.traits/translate_nocase.pass.cpp