You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std
Hans Wennborg 6e10a8bdcb Merging r351670:
------------------------------------------------------------------------
r351670 | ericwf | 2019-01-20 02:21:35 +0100 (Sun, 20 Jan 2019) | 7 lines

Fix aligned allocation availability XFAILs after D56445.

D56445 bumped the minimum Mac OS X version required for aligned
allocation from 10.13 to 10.14. This caused libc++ tests depending
on the old value to break.

This patch updates the XFAILs for those tests to include 10.13.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_80@351980 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
algorithms Add missing include to test. NFC 6 years ago
atomics [NFC] Always lock free test: add indirection 6 years ago
containers Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 6 years ago
depr Fix FP comparisons when SSE isn't available 6 years ago
diagnostics Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 7 years ago
experimental Fix UB in SIMD tests. 6 years ago
input.output Filesystem tests: fix fs.op.relative 6 years ago
iterators [libc++] Support different libc++ namespaces in the iterator test 6 years ago
language.support Merging r351670: 6 years ago
localization [NFC] Normalize some test 'main' signatures 6 years ago
numerics Fix FP comparisons when SSE isn't available 6 years ago
re [NFC] Normalize some test 'main' signatures 6 years ago
strings Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch. 6 years ago
thread Mark two more tests as FLAKY 6 years ago
utilities Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. 6 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 10 years ago