Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: pnacl/scripts/libcxx_known_failures.txt

Issue 1090993002: Remove four libcxx known failures now that mkstemp/get_temp_file_name works. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Newlib is missing <fenv.h>, which is currently very platform-specific. 1 # Newlib is missing <fenv.h>, which is currently very platform-specific.
2 libc++::depr/depr.c.headers/fenv_h.pass.cpp 2 libc++::depr/depr.c.headers/fenv_h.pass.cpp
3 libc++::numerics/cfenv/cfenv.syn/cfenv.pass.cpp 3 libc++::numerics/cfenv/cfenv.syn/cfenv.pass.cpp
4 libc++::numerics/cfenv/version.pass.cpp 4 libc++::numerics/cfenv/version.pass.cpp
5 5
6 # Newlib doesn't have support for long double in <math.h>. <cmath> was 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 7 # modified to work around these issues. Discuss fixing the test with
8 # libc++ folks? 8 # libc++ folks?
9 libc++::depr/depr.c.headers/math_h.pass.cpp 9 libc++::depr/depr.c.headers/math_h.pass.cpp
10 libc++::numerics/c.math/cmath.pass.cpp 10 libc++::numerics/c.math/cmath.pass.cpp
11 11
12 # The test is run without __STRICT_ANSI__ (-std=gnu++11 instead of 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 13 # -std=c++11) which makes us define what shouldn't be defined in
14 # clang/3.3/include/stdbool.h. 14 # clang/3.3/include/stdbool.h.
15 libc++::depr/depr.c.headers/stdbool_h.pass.cpp 15 libc++::depr/depr.c.headers/stdbool_h.pass.cpp
16 16
17 # Newlib doesn't have the C Unicode TR header <uchar.h>. 17 # Newlib doesn't have the C Unicode TR header <uchar.h>.
18 libc++::depr/depr.c.headers/uchar_h.pass.cpp 18 libc++::depr/depr.c.headers/uchar_h.pass.cpp
19 19
20 # Newlib defines clearerr, feof and ferror as macro which shadows the 20 # Newlib defines clearerr, feof and ferror as macro which shadows the
21 # functions it also declares. <cstdio> was patched to undef the macros, 21 # functions it also declares. <cstdio> was patched to undef the macros,
22 # but the test includes <stdio.h> instead. Discuss fixing the test with 22 # but the test includes <stdio.h> instead. Discuss fixing the test with
23 # libc++ folks? 23 # libc++ folks?
24 libc++::depr/depr.c.headers/stdio_h.pass.cpp 24 libc++::depr/depr.c.headers/stdio_h.pass.cpp
25 25
26 # Need to investigate these. 26 # Need to investigate these.
27 libc++::diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.p ass.cpp 27 libc++::diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.p ass.cpp
28 libc++::input.output/file.streams/fstreams/fstream.assign/member_swap.pass.cpp
29 libc++::input.output/file.streams/fstreams/fstream.assign/nonmember_swap.pass.cp p
30 libc++::input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp
31 libc++::input.output/file.streams/fstreams/ofstream.assign/nonmember_swap.pass.c pp
32 libc++::localization/locale.categories/category.numeric/locale.nm.put/facet.num. put.members/put_long_double.pass.cpp 28 libc++::localization/locale.categories/category.numeric/locale.nm.put/facet.num. put.members/put_long_double.pass.cpp
33 libc++::localization/locale.categories/category.time/locale.time.put/locale.time .put.members/put2.pass.cpp 29 libc++::localization/locale.categories/category.time/locale.time.put/locale.time .put.members/put2.pass.cpp
34 libc++::re/re.traits/isctype.pass.cpp 30 libc++::re/re.traits/isctype.pass.cpp
35 libc++::re/re.traits/lookup_classname.pass.cpp 31 libc++::re/re.traits/lookup_classname.pass.cpp
36 libc++::strings/string.conversions/stod.pass.cpp 32 libc++::strings/string.conversions/stod.pass.cpp
37 libc++::strings/string.conversions/stof.pass.cpp 33 libc++::strings/string.conversions/stof.pass.cpp
38 libc++::strings/string.conversions/stold.pass.cpp 34 libc++::strings/string.conversions/stold.pass.cpp
39 35
40 # terminating with uncaught exception of type std::runtime_error: 36 # terminating with uncaught exception of type std::runtime_error:
41 # <some class> failed to construct for <some locale like en_US.UTF-8> 37 # <some class> failed to construct for <some locale like en_US.UTF-8>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 libc++::localization/locales/locale/locale.statics/classic.pass.cpp 85 libc++::localization/locales/locale/locale.statics/classic.pass.cpp
90 libc++::localization/locales/locale/locale.statics/global.pass.cpp 86 libc++::localization/locales/locale/locale.statics/global.pass.cpp
91 libc++::re/re.regex/re.regex.locale/imbue.pass.cpp 87 libc++::re/re.regex/re.regex.locale/imbue.pass.cpp
92 libc++::re/re.traits/default.pass.cpp 88 libc++::re/re.traits/default.pass.cpp
93 libc++::re/re.traits/getloc.pass.cpp 89 libc++::re/re.traits/getloc.pass.cpp
94 libc++::re/re.traits/imbue.pass.cpp 90 libc++::re/re.traits/imbue.pass.cpp
95 libc++::re/re.traits/translate_nocase.pass.cpp 91 libc++::re/re.traits/translate_nocase.pass.cpp
96 92
97 # This relies on sigaction to capture SIGALRM. 93 # This relies on sigaction to capture SIGALRM.
98 libc++::thread/thread.threads/thread.thread.this/sleep_for.pass.cpp 94 libc++::thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698