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/language.support
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
..
cmp [test] Fix logic error in <compare> tests; enable for MSVC Dev16 6 years ago
cstdint/cstdint.syn Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 9 years ago
support.dynamic Merging r351670: 6 years ago
support.exception Update the failure annotations for the uncaught_exceptions test. The underlying abi library on some Mac OS versions does not support the plural uncaught_exceptions, so libc++ emulates it from the singlar; this means it will only return 0 or 1. 6 years ago
support.general Move test into test/std subdirectory. 10 years ago
support.initlist Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 7 years ago
support.limits correct script name in generated tests 6 years ago
support.rtti Fix type_info's constructor by making it explicit again. 8 years ago
support.runtime [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX 6 years ago
support.start.term Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, since those calls were introduced in C++11. They're already guarded by an ifdef in the code, so this is a 'belt-and-suspenders' change. 6 years ago
support.types [libcxx] [test] Strip trailing whitespace. NFC. 7 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 10 years ago