llvm-project/libcxx/test/std
Louis Dionne 94104b1b6b [libcxx] Fix XFAILs for aligned allocation tests
In r339743, I marked several aligned allocation tests as downright
unsupported on macosx in an attempt to unbreak the build. It turns
out that marking them as unuspported whenever we're on OS X is way
too coarse grained. This commit marks the tests as XFAIL with more
granularity.

llvm-svn: 347585
2018-11-26 19:30:08 +00:00
..
algorithms One more local type warning removed from the tests. NFC 2018-10-12 21:59:32 +00:00
atomics [libcxx] [test] Improve MSVC portability. 2018-01-10 00:39:46 +00:00
containers [libcxx] Fix incorrect iterator type in vector container test 2018-11-21 20:53:07 +00:00
depr [libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow test 2018-11-22 17:43:22 +00:00
diagnostics Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
experimental Fix UB in SIMD tests. 2018-09-22 20:09:02 +00:00
input.output [libcxx] Add XFAIL for test on OS X 10.12 to 10.14 2018-11-22 16:38:03 +00:00
iterators Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report 2018-11-13 05:33:31 +00:00
language.support [libcxx] Fix XFAILs for aligned allocation tests 2018-11-26 19:30:08 +00:00
localization [libcxx] [test] Use TEST_IGNORE_NODISCARD. 2018-04-13 00:07:48 +00:00
numerics [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback 2018-08-16 23:56:54 +00:00
re [libcxx] [test] Strip trailing whitespace. NFC. 2018-11-14 03:06:06 +00:00
strings A couple of tests were broken when clang implemented the compiler parts of P0482 (support for char8_t). Comment out those bits until we implement the corresponding bits in libc++ 2018-11-20 22:55:40 +00:00
thread Repair thread-unsafe modifications of n_alive in F.pass.cpp 2018-10-19 23:45:45 +00:00
utilities [libcxx] Use a type that is always an aggregate in variant's tests 2018-11-26 16:14:56 +00:00
nothing_to_do.pass.cpp