llvm-project/libcxx/test
Arthur O'Dwyer 3bdd674fbf [libc++] Mark convert_copy.pass.cpp as UNSUPPORTED on clang-13 (i.e. trunk).
Because the constexpr-time codepath triggers a Clang bug. It seems
that Clang compiles it okay in release mode, but when Clang itself
is compiled in debug mode (with assertions turned on), this input
triggers an assertion failure in Clang itself. See comments on D96385
and Clang bug report https://bugs.llvm.org/show_bug.cgi?id=45879

This commit should get the debug-mode buildbots back to green.
2021-03-31 10:22:11 -04:00
..
configs [libc++] Include <__config_site> from <__config> 2021-03-30 14:06:11 -07:00
libcxx [libcxx] [test] Fix tests of <cuchar> that unexpectedly succeed on windows 2021-03-31 09:05:47 +03:00
std [libc++] Mark convert_copy.pass.cpp as UNSUPPORTED on clang-13 (i.e. trunk). 2021-03-31 10:22:11 -04:00
support [libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <utility>. 2021-03-25 10:34:35 -04:00
CMakeLists.txt [libc++] Use add_lit_testsuite to register the libc++ test suite 2021-03-24 16:47:34 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00