Update linux test results
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@215884 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da98ce033e
commit
978faa00df
@ -5,13 +5,12 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<pre>
|
<pre>
|
||||||
|
|
||||||
All failures in the libc++ test suite will be documented here.
|
All failures in the libc++ test suite will be documented here.
|
||||||
Note: glibc >= 2.16 is required for full C11 compatibility.
|
Note: glibc >= 2.16 is required for full C11 compatibility.
|
||||||
|
|
||||||
Test Suite Run Information:
|
Test Suite Run Information:
|
||||||
Date: 7/31/2014
|
Date: 8/18/2014
|
||||||
Compiler: Clang Tip-of-Tree (r214433), Built 7/31/2014
|
Compiler: Clang Tip-of-Tree (r215809)
|
||||||
ABI: libc++abi
|
ABI: libc++abi
|
||||||
C Library: eglibc 2.19
|
C Library: eglibc 2.19
|
||||||
Platform: x86_64-linux-gnu
|
Platform: x86_64-linux-gnu
|
||||||
@ -19,84 +18,496 @@ Kernel: 3.13.0-32-generic
|
|||||||
Distribution: Ubuntu 14.04
|
Distribution: Ubuntu 14.04
|
||||||
Run By: Eric Fiselier (eric at efcs dot ca)
|
Run By: Eric Fiselier (eric at efcs dot ca)
|
||||||
|
|
||||||
depr/
|
|
||||||
depr.c.headers/
|
Testing Time: 1187.82s
|
||||||
math_h.pass.cpp: Fails a static assert that the return type of
|
********************
|
||||||
isnan(double) and isinf(double) is a bool. see PR18382.
|
Failing Tests (33):
|
||||||
input.output/
|
libc++ :: localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
|
||||||
iostream.format/
|
- GLIBC's locales collate strings differently. Needs investigation.
|
||||||
ext.manip/
|
libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp
|
||||||
get_time.pass.cpp: Local representation is 'Sat 31 Dec 2061
|
- Needs Investigation.
|
||||||
11:55:59 PM EST' which does not match the expected result in the
|
libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp
|
||||||
test.
|
- Idem.
|
||||||
put_time.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp
|
||||||
localization/
|
- Idem.
|
||||||
locale.categories/
|
libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp
|
||||||
category.collate/
|
- Idem.
|
||||||
locale.collate.byname/
|
libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp
|
||||||
compare.pass.cpp: In the C local, sorting order seems OK, but not
|
- Idem
|
||||||
in the "" and en UTF8 locals. Needs investigation.
|
libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp
|
||||||
category.ctype/
|
- Idem
|
||||||
locale.ctype.byname/
|
libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp
|
||||||
tolower_1.pass.cpp: Needs Investigation.
|
- Differences in GLIBC locales. Needs investigation.
|
||||||
tolower_many.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp
|
||||||
toupper_1.pass.cpp: idem.
|
- Differences in GLIBC locales. Puts '-' before 'CNY' as opposed to after.
|
||||||
toupper_many.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp
|
||||||
widen_1.pass.cpp: idem.
|
- Differences in GLIBC locales. Needs investigation.
|
||||||
widen_many.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp
|
||||||
category.monetary/
|
- Differences in GLIBC locales. Puts '-' before 'CNY' as opposed to after.
|
||||||
locale.money.get/
|
libc++ :: localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp
|
||||||
locale.money.get.members/
|
- Expects ',' for ru_RU but gets '.'.
|
||||||
get_long_double_ru_RU.pass.cpp: Needs investigation.
|
libc++ :: localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
|
||||||
get_long_double_zh_CN.pass.cpp: idem.
|
- Expects ',' for ru_RU but gets '.'.
|
||||||
locale.money.put.members/
|
libc++ :: localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
|
||||||
put_long_double_ru_RU.pass.cpp: idem.
|
- GLIBC puts "+nan" where "nan" is expected.
|
||||||
put_long_double_zh_CN.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp
|
||||||
locale.moneypunct.byname/
|
- GLIBC has different locale data for fr_FR, ru_RU and zh_CN.
|
||||||
decimal_point.pass.cpp: Expects ',' for RU, but gets '.'.
|
The is also a possible bug in zh_CN tests. Needs investigation.
|
||||||
thousands_sep.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp
|
||||||
category.numeric/
|
- Idem.
|
||||||
locale.nm.put/
|
libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp
|
||||||
facet.num.put.members/
|
- Some test cases are non-portible with GLIBC (include time zone).
|
||||||
put_long_double.pass.cpp: Fails due to getting '+nan' rather
|
Other failures related to GLIBC locale data. Needs investigation.
|
||||||
than just 'nan'.
|
libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp
|
||||||
category.time/
|
- Idem.
|
||||||
locale.time.get.byname/
|
libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp
|
||||||
get_date.pass.cpp: Needs investigation.
|
- GLIBC starts weekdays with lowercase letters. Test case expectes upper case.
|
||||||
get_date_wide.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp
|
||||||
get_one.pass.cpp: idem.
|
- Idem.
|
||||||
get_one_wide.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
|
||||||
get_weekday.pass.cpp: idem.
|
- GLIBC abbreviated days end with '.'. Test case expects no '.'.
|
||||||
get_weekday_wide.pass.cpp: idem.
|
libc++ :: localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp
|
||||||
locale.time.put.byname/
|
- Needs investigation.
|
||||||
put1.pass.cpp: idem.
|
libc++ :: localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp
|
||||||
locale.time.put/
|
- Fails due to differences in GLIBC locales
|
||||||
locale.time.put.members/
|
libc++ :: localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
|
||||||
put2.pass.cpp: idem.
|
- Fails due to differences in GLIBC locales
|
||||||
facet.numpunct/
|
libc++ :: re/re.alg/re.alg.match/basic.pass.cpp
|
||||||
locale.numpunct.byname/
|
- Needs investigation.
|
||||||
grouping.pass.cpp: idem.
|
libc++ :: re/re.alg/re.alg.match/ecma.pass.cpp
|
||||||
thousands_sep.pass.cpp: idem.
|
- Idem.
|
||||||
numerics/
|
libc++ :: re/re.alg/re.alg.match/extended.pass.cpp
|
||||||
c.math/
|
- Idem.
|
||||||
cmath.pass.cpp: Fails for same reason as depr/depr.c.headers/math_h.pass.cpp
|
libc++ :: re/re.alg/re.alg.search/awk.pass.cpp
|
||||||
re/
|
- Idem.
|
||||||
re.alg/
|
libc++ :: re/re.alg/re.alg.search/basic.pass.cpp
|
||||||
re.alg.match/
|
- Idem.
|
||||||
basic.pass.cpp: Needs investigation.
|
libc++ :: re/re.alg/re.alg.search/ecma.pass.cpp
|
||||||
ecma.pass.cpp: idem.
|
- Idem.
|
||||||
extended.pass.cpp: idem.
|
libc++ :: re/re.alg/re.alg.search/extended.pass.cpp
|
||||||
re.alg.search/
|
- Idem.
|
||||||
awk.pass.cpp: idem.
|
libc++ :: re/re.traits/lookup_collatename.pass.cpp
|
||||||
basic.pass.cpp: idem.
|
- Idem.
|
||||||
ecma.pass.cpp: idem.
|
libc++ :: re/re.traits/translate_nocase.pass.cpp
|
||||||
extended.pass.cpp: idem.
|
- Idem.
|
||||||
re.traits/
|
|
||||||
lookup_collatename.pass.cpp: idem.
|
********************
|
||||||
strings/
|
Expected Failing Tests (5):
|
||||||
c.strings/
|
libc++ :: depr/depr.c.headers/math_h.pass.cpp
|
||||||
cuchar.pass.cpp: Can't find cuchar header
|
- Fails a static assert that the return type of
|
||||||
version_cuchar.pass.cpp: idem.
|
isnan(double) and isinf(double) is a bool. see PR18382.
|
||||||
|
libc++ :: numerics/c.math/cmath_isinf.pass.cpp
|
||||||
|
- Idem.
|
||||||
|
libc++ :: numerics/c.math/cmath_isnan.pass.cpp
|
||||||
|
- Idem.
|
||||||
|
libc++ :: strings/c.strings/cuchar.pass.cpp
|
||||||
|
- <cuchar> is not implemented.
|
||||||
|
libc++ :: strings/c.strings/version_cuchar.pass.cpp
|
||||||
|
- Idem.
|
||||||
|
|
||||||
|
Expected Passes : 4716
|
||||||
|
Expected Failures : 5
|
||||||
|
Unexpected Failures: 33
|
||||||
|
|
||||||
|
********************************************************************************
|
||||||
|
|
||||||
|
-- Testing: 4754 tests, 2 threads --
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp (2073 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp4DtKocexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp4DtKocexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp4DtKocexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp:38: int main(): Assertion `f.compare(s2.data(), s2.data() + s2.size(), s3.data(), s3.data() + s3.size()) == 1' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp (2152 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpAfkClkexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpAfkClkexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpAfkClkexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp:38: int main(): Assertion `f.tolower('\xDA') == '\xFA'' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp (2153 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpGjakKeexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpGjakKeexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpGjakKeexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp:35: int main(): Assertion `in[0] == '\xFA'' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp (2154 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp0gK3Y6exe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp0gK3Y6exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp0gK3Y6exe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp:39: int main(): Assertion `f.toupper('\xFA') == '\xDA'' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp (2155 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpCoF624exe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpCoF624exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpCoF624exe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp:35: int main(): Assertion `in[0] == '\xDA'' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp (2157 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpjOo8fnexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpjOo8fnexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpjOo8fnexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp:53: int main(): Assertion `f.widen(char(-5)) == wchar_t(251)' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp (2158 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpDWZ5aNexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpDWZ5aNexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpDWZ5aNexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp:60: int main(): Assertion `v[6] == wchar_t(133)' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp (2184 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpfA5HOrexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpfA5HOrexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpfA5HOrexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp:71: int main(): Assertion `iter.base() == v.data() + v.size()' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp (2185 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpTI59qtexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpTI59qtexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpTI59qtexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp:314: int main(): Assertion `iter.base() == v.data() + v.size()' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp (2192 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp1psSk2exe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp1psSk2exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp1psSk2exe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp:70: int main(): Assertion `ex == "0,00 "' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp (2193 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpKwjbrPexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpKwjbrPexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpKwjbrPexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp:218: int main(): Assertion `ex == "CNY -0.01"' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp (2198 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp4UnNQ2exe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp4UnNQ2exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp4UnNQ2exe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp:114: int main(): Assertion `f.decimal_point() == ','' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp (2205 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp6MGZAmexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp6MGZAmexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp6MGZAmexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp:114: int main(): Assertion `f.thousands_sep() == ' '' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp (2229 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp7AME77exe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp7AME77exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp7AME77exe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp:10886: void test5(): Assertion `ex == "nan"' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp (2249 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpooRjFgexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpooRjFgexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpooRjFgexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp:64: int main(): Assertion `i.base() == in+sizeof(in)/sizeof(in[0])-1' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp (2250 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpcm_vb9exe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpcm_vb9exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpcm_vb9exe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp:64: int main(): Assertion `i.base() == in+sizeof(in)/sizeof(in[0])-1' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp (2253 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpLKJQXHexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpLKJQXHexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpLKJQXHexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp:51: int main(): Assertion `i.base() == in+sizeof(in)/sizeof(in[0])-1' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp (2254 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpiDgYiqexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpiDgYiqexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpiDgYiqexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp:51: int main(): Assertion `i.base() == in+sizeof(in)/sizeof(in[0])-1' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp (2257 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpAUaH78exe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpAUaH78exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpAUaH78exe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp:74: int main(): Assertion `i.base() == in+sizeof(in)/sizeof(in[0])-1' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp (2258 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp7iGNTDexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp7iGNTDexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp7iGNTDexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp:72: int main(): Assertion `i.base() == in+sizeof(in)/sizeof(in[0])-1' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp (2277 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpnT0vVFexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpnT0vVFexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpnT0vVFexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp:73: int main(): Assertion `(ex == "Today is Samedi which is abbreviated Sam.")|| (ex == "Today is samedi which is abbreviated sam." )' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp (2281 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp47THCHexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp47THCHexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp47THCHexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp:185: int main(): Assertion `ex == "May"' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp (2285 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpn6fLHJexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpn6fLHJexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpn6fLHJexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp:57: int main(): Assertion `np.grouping() == "\x7F"' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp (2286 of 4754)
|
||||||
|
******************** TEST 'libc++ :: localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpkna8llexe' '/home/eric/workspace/staging-libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpkna8llexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpkna8llexe: /home/eric/workspace/staging-libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp:57: int main(): Assertion `np.thousands_sep() == ','' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.alg/re.alg.match/basic.pass.cpp (3203 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.alg/re.alg.match/basic.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmp0wkTrlexe' '/home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmp0wkTrlexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmp0wkTrlexe: /home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp:624: int main(): Assertion `std::regex_match(s, m, std::regex("[a[=M=]z]", std::regex_constants::basic))' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.alg/re.alg.match/ecma.pass.cpp (3204 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.alg/re.alg.match/ecma.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpghcl7yexe' '/home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.match/ecma.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpghcl7yexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpghcl7yexe: /home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.match/ecma.pass.cpp:585: int main(): Assertion `std::regex_match(s, m, std::regex("[a[=M=]z]"))' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.alg/re.alg.match/extended.pass.cpp (3208 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.alg/re.alg.match/extended.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpGVUdIMexe' '/home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.match/extended.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpGVUdIMexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpGVUdIMexe: /home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.match/extended.pass.cpp:622: int main(): Assertion `std::regex_match(s, m, std::regex("[a[=M=]z]", std::regex_constants::extended))' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.alg/re.alg.search/awk.pass.cpp (3218 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.alg/re.alg.search/awk.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpgFuw4cexe' '/home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/awk.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpgFuw4cexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpgFuw4cexe: /home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/awk.pass.cpp:694: int main(): Assertion `std::regex_search(s, m, std::regex("[a[=M=]z]", std::regex_constants::awk))' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.alg/re.alg.search/basic.pass.cpp (3219 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.alg/re.alg.search/basic.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpXeQuwGexe' '/home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/basic.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpXeQuwGexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpXeQuwGexe: /home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/basic.pass.cpp:696: int main(): Assertion `std::regex_search(s, m, std::regex("[a[=M=]z]", std::regex_constants::basic))' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.alg/re.alg.search/ecma.pass.cpp (3220 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.alg/re.alg.search/ecma.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpvGAAImexe' '/home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/ecma.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpvGAAImexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpvGAAImexe: /home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/ecma.pass.cpp:675: int main(): Assertion `std::regex_search(s, m, std::regex("[a[=M=]z]"))' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.alg/re.alg.search/extended.pass.cpp (3224 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.alg/re.alg.search/extended.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpGvouurexe' '/home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/extended.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpGvouurexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpGvouurexe: /home/eric/workspace/staging-libcxx/test/re/re.alg/re.alg.search/extended.pass.cpp:694: int main(): Assertion `std::regex_search(s, m, std::regex("[a[=M=]z]", std::regex_constants::extended))' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.traits/lookup_collatename.pass.cpp (3349 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.traits/lookup_collatename.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpItXmtJexe' '/home/eric/workspace/staging-libcxx/test/re/re.traits/lookup_collatename.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpItXmtJexe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpItXmtJexe: /home/eric/workspace/staging-libcxx/test/re/re.traits/lookup_collatename.pass.cpp:31: void test(const char_type *, const std::basic_string<char_type> &) [char_type = char]: Assertion `t.lookup_collatename(F(A), F(A + t.length(A))) == expected' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
|
FAIL: libc++ :: re/re.traits/translate_nocase.pass.cpp (3354 of 4754)
|
||||||
|
******************** TEST 'libc++ :: re/re.traits/translate_nocase.pass.cpp' FAILED ********************
|
||||||
|
Compiled With: '/opt/llvm-tot/bin/clang++' '-o' '/tmp/tmpGsRNu3exe' '/home/eric/workspace/staging-libcxx/test/re/re.traits/translate_nocase.pass.cpp' '-nostdinc++' '-std=c++11' '-D__STDC_FORMAT_MACROS' '-D__STDC_LIMIT_MACROS' '-D__STDC_CONSTANT_MACROS' '-I/home/eric/workspace/staging-libcxx/test/../include' '-I/home/eric/workspace/staging-libcxx/test/../test/support' '-nodefaultlibs' '-L/home/eric/workspace/build-libcxx-staging/lib' '-lc++' '-lc++abi' '-lgcc_eh' '-lc' '-lm' '-lpthread' '-lrt' '-lgcc_s' '-Wl,-R' '/home/eric/workspace/build-libcxx-staging/lib'
|
||||||
|
Command: '/tmp/tmpGsRNu3exe'
|
||||||
|
Exit Code: -6
|
||||||
|
Standard Error:
|
||||||
|
--
|
||||||
|
tmpGsRNu3exe: /home/eric/workspace/staging-libcxx/test/re/re.traits/translate_nocase.pass.cpp:44: int main(): Assertion `t.translate_nocase('\xDA') == '\xFA'' failed.
|
||||||
|
--
|
||||||
|
|
||||||
|
Compiled test failed unexpectedly!
|
||||||
|
********************
|
||||||
</pre>
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user