llvm-project/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations...
Arthur O'Dwyer 86d1f590c2 [libc++] [test] Add a debug-mode CI.
To run llvm-lit manually from the command line:

    ./bin/llvm-lit -sv --param std=c++2b --param cxx_under_test=`pwd`/bin/clang \
        --param debug_level=1 ../libcxx/test/

Tests that currently fail with `debug_level=1` are marked `LIBCXX-DEBUG-FIXME`,
but my intent is to deal with all of them and leave no such annotations in
the codebase within the next couple weeks. (I have patches for all of them
in my local checkout.)

Differential Revision: https://reviews.llvm.org/D100866
2021-04-30 18:08:09 -04:00
..
assign2.pass.cpp
assign3.pass.cpp [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED. 2020-11-24 11:04:21 -05:00
compare.pass.cpp
copy.pass.cpp [libc++] [test] Add a debug-mode CI. 2021-04-30 18:08:09 -04:00
eof.pass.cpp
eq.pass.cpp
eq_int_type.pass.cpp
find.pass.cpp
length.pass.cpp
lt.pass.cpp
move.pass.cpp [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED. 2020-11-24 11:04:21 -05:00
not_eof.pass.cpp
to_char_type.pass.cpp
to_int_type.pass.cpp
types.pass.cpp