Update linux test results file
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@214474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3d01eac01
commit
c72b49ba0c
@ -6,28 +6,17 @@
|
|||||||
<body>
|
<body>
|
||||||
<pre>
|
<pre>
|
||||||
|
|
||||||
|
This file was last updated 31/7/2014
|
||||||
|
|
||||||
All failures in the libc++ test suite will be documented here. Last
|
All failures in the libc++ test suite will be documented here. Last
|
||||||
run was with Clang (pre-3.2) on Debian unstable x86_64 with eglibc
|
run was with Clang Tip-of-Tree on Ubuntu 14.04 x86_64 with eglibc
|
||||||
2.13 and kernel 3.2.0-3-amd64. The ABI library used was libc++abi.
|
2.19 and kernel 3.13.0-32-generic. The ABI library used was libc++abi.
|
||||||
|
Note: glibc >= 2.16 is required for full C11 compatibility.
|
||||||
|
|
||||||
depr/
|
depr/
|
||||||
depr.c.headers/
|
depr.c.headers/
|
||||||
math_h.pass.cpp: Fails a static assert that the return type of
|
math_h.pass.cpp: Fails a static assert that the return type of
|
||||||
isnan(double) and isinf(double) is a bool.
|
isnan(double) and isinf(double) is a bool. see PR18382.
|
||||||
uchar_h.pass.cpp:
|
|
||||||
My libc doesn't seem to provide uchar.h yet.
|
|
||||||
exception.unexpected/
|
|
||||||
set.unexpected/
|
|
||||||
get_unexpected.pass.cpp: This seems to be a problem with libc++abi:
|
|
||||||
its default unexpected handler does not call the terminate handler?
|
|
||||||
set_unexpected.pass.cpp: idem.
|
|
||||||
diagnostics/
|
|
||||||
syserr/
|
|
||||||
syserr.errcat/
|
|
||||||
syserr.errcat.objects/
|
|
||||||
system_category.pass.cpp: Always maps back to generic category
|
|
||||||
when it should stay system category, because the implementation
|
|
||||||
dependson ELAST, which Linux lacks.
|
|
||||||
input.output/
|
input.output/
|
||||||
iostream.format/
|
iostream.format/
|
||||||
ext.manip/
|
ext.manip/
|
||||||
@ -35,11 +24,6 @@ input.output/
|
|||||||
11:55:59 PM EST' which does not match the expected result in the
|
11:55:59 PM EST' which does not match the expected result in the
|
||||||
test.
|
test.
|
||||||
put_time.pass.cpp: idem.
|
put_time.pass.cpp: idem.
|
||||||
language.support/
|
|
||||||
support.start.term/
|
|
||||||
quick_exit.pass.cpp: Fails because it doesn't know about
|
|
||||||
std::at_quick_exit. Interestingly my libc does seem to know about
|
|
||||||
std::[at_]quick_exit, so this needs some investigation.
|
|
||||||
localization/
|
localization/
|
||||||
locale.categories/
|
locale.categories/
|
||||||
category.collate/
|
category.collate/
|
||||||
@ -47,11 +31,12 @@ localization/
|
|||||||
compare.pass.cpp: In the C local, sorting order seems OK, but not
|
compare.pass.cpp: In the C local, sorting order seems OK, but not
|
||||||
in the "" and en UTF8 locals. Needs investigation.
|
in the "" and en UTF8 locals. Needs investigation.
|
||||||
category.ctype/
|
category.ctype/
|
||||||
locale.codecvt/
|
locale.ctype.byname/
|
||||||
locale.codecvt.members/
|
tolower_1.pass.cpp: Needs Investigation.
|
||||||
wchar_t_out.pass.cpp: Needs investigation.
|
tolower_many.pass.cpp: idem.
|
||||||
widen_1.pass.cpp: Fails due to not converting some out of bounds
|
toupper_1.pass.cpp: idem.
|
||||||
characters the same way as expected. Needs investigation.
|
toupper_many.pass.cpp: idem.
|
||||||
|
widen_1.pass.cpp: idem.
|
||||||
widen_many.pass.cpp: idem.
|
widen_many.pass.cpp: idem.
|
||||||
category.monetary/
|
category.monetary/
|
||||||
locale.money.get/
|
locale.money.get/
|
||||||
@ -73,8 +58,6 @@ localization/
|
|||||||
locale.time.get.byname/
|
locale.time.get.byname/
|
||||||
get_date.pass.cpp: Needs investigation.
|
get_date.pass.cpp: Needs investigation.
|
||||||
get_date_wide.pass.cpp: idem.
|
get_date_wide.pass.cpp: idem.
|
||||||
get_monthname.pass.cpp: idem.
|
|
||||||
get_monthname_wide.pass.cpp: idem.
|
|
||||||
get_one.pass.cpp: idem.
|
get_one.pass.cpp: idem.
|
||||||
get_one_wide.pass.cpp: idem.
|
get_one_wide.pass.cpp: idem.
|
||||||
get_weekday.pass.cpp: idem.
|
get_weekday.pass.cpp: idem.
|
||||||
@ -94,8 +77,7 @@ numerics/
|
|||||||
re/
|
re/
|
||||||
re.alg/
|
re.alg/
|
||||||
re.alg.match/
|
re.alg.match/
|
||||||
awk.pass.cpp: Needs investigation.
|
basic.pass.cpp: Needs investigation.
|
||||||
basic.pass.cpp: idem.
|
|
||||||
ecma.pass.cpp: idem.
|
ecma.pass.cpp: idem.
|
||||||
extended.pass.cpp: idem.
|
extended.pass.cpp: idem.
|
||||||
re.alg.search/
|
re.alg.search/
|
||||||
@ -109,14 +91,6 @@ strings/
|
|||||||
c.strings/
|
c.strings/
|
||||||
cuchar.pass.cpp: Can't find cuchar header
|
cuchar.pass.cpp: Can't find cuchar header
|
||||||
version_cuchar.pass.cpp: idem.
|
version_cuchar.pass.cpp: idem.
|
||||||
utilities/
|
|
||||||
memory/
|
|
||||||
unique.ptr/
|
|
||||||
unique.ptr.runtime/
|
|
||||||
unique.ptr.runtime.ctor/
|
|
||||||
default02.pass.cpp:
|
|
||||||
test previously passed, recently started crashing clang. Needs investigation.
|
|
||||||
pointer02.pass.cpp: idem.
|
|
||||||
</pre>
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user