llvm-project/libcxx/test/std
Oliver Stannard 2744c2e295 [libcxx] Disable failing test for no-exceptions build
This test tries to create a 2 GiB std::string, catching the bad_alloc
exception if the allocation fails. However, for no-exceptions builds
there is no way for the error to be reported, so this crashes with a
null pointer dereference.

Differential revision: https://reviews.llvm.org/D87682
2020-09-15 14:28:32 +01:00
..
algorithms [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
atomics [libc++] Add comment in atomic test to explain why part of it is disabled on Apple 2020-09-14 16:13:25 -04:00
concepts/lang [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
containers [libc++] Mark some tests as unsupported on GCC 5 2020-07-08 12:02:36 -04:00
depr [libc++][test] Portability fix of std::strstreambuf constructor test 2020-09-14 17:09:09 -04:00
diagnostics [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
experimental [Coroutines] Fix a few failing tests 2020-06-23 10:48:17 -07:00
input.output [libcxx] Disable failing test for no-exceptions build 2020-09-15 14:28:32 +01:00
iterators [libcxx] ostream{,buf}_iterator::difference_type changes in C++20 2020-09-14 11:08:09 -04:00
language.support [libcxx] Remove the 'availability' Lit feature 2020-09-11 11:34:49 -04:00
localization [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
namespace [libc++] Implement P0551 2020-07-13 13:42:26 -04:00
numerics [libc++][pstl] Remove c++98 from UNSUPPORTED annotations 2020-07-29 14:17:32 -04:00
re [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
strings [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
thread [libc++] Remove workarounds for missing rvalue references 2020-08-12 12:02:28 -04:00
utilities Add constexpr to pair 2020-09-02 21:21:24 +02:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00