llvm-project/libcxx/test/std/depr/depr.c.headers
Louis Dionne feb0427c91 [libc++] Disable failing C11 feature tests for <cfloat> and <float.h>
Summary:
Those tests are breaking the test bots. A Bugzilla has been filed to
make sure those tests are re-enabled: https://bugs.llvm.org/show_bug.cgi?id=38572

Reviewers: mclow.lists, EricWF

Subscribers: krytarowski, christof, dexonsmith, cfe-commits

Differential Revision: https://reviews.llvm.org/D50748

llvm-svn: 339742
2018-08-15 00:18:01 +00:00
..
assert_h.pass.cpp
ciso646.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
complex.h.pass.cpp Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
ctype_h.pass.cpp
errno_h.pass.cpp
fenv_h.pass.cpp Cleanup warnings and remove use of __builtin_va_list in depr.c.headers 2016-05-02 20:08:16 +00:00
float_h.pass.cpp [libc++] Disable failing C11 feature tests for <cfloat> and <float.h> 2018-08-15 00:18:01 +00:00
inttypes_h.pass.cpp [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". 2016-11-14 17:35:14 +00:00
iso646_h.pass.cpp
limits_h.pass.cpp
locale_h.pass.cpp
math_h.pass.cpp Tolerate incorrect return type for 'isinf' and 'isnan' in tests. 2016-05-27 22:19:53 +00:00
setjmp_h.pass.cpp Void cast runtime-unused variables. Patch from STL@microsoft.com 2016-05-02 19:15:48 +00:00
signal_h.pass.cpp
stdarg_h.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
stdbool_h.pass.cpp
stddef_h.pass.cpp Implement LWG3034: P0767R1 breaks previously-standard-layout types 2018-03-21 00:36:05 +00:00
stdint_h.pass.cpp Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
stdio_h.pass.cpp Fix libc++ test to pass in C++03 mode 2017-03-03 17:24:29 +00:00
stdlib_h.pass.cpp Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it 2018-07-31 23:39:12 +00:00
string_h.pass.cpp Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
tgmath_h.pass.cpp Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
time_h.pass.cpp Cleanup warnings and remove use of __builtin_va_list in depr.c.headers 2016-05-02 20:08:16 +00:00
uchar_h.pass.cpp XFAIL tests on SLES11 2017-09-08 03:57:02 +00:00
wchar_h.pass.cpp Silence more unused variable warnings. Patch from STL@microsoft.com 2016-06-14 02:46:39 +00:00
wctype_h.pass.cpp