llvm-project/libcxx/test/std/re/re.alg/re.alg.match
Louis Dionne 7a6aaf9b23 [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup
By renaming .fail.cpp tests that don't need clang-verify to .compile.fail.cpp,
the new test format will not try to compile these tests with clang-verify,
and the old test format will work just the same. However, this allows
removing a workaround that requires parsing each test looking for
clang-verify markup.

After this change, a .fail.cpp test should always have clang-verify markup.
When clang-verify is not supported by the compiler, we will just check that
these tests fail to compile. When clang-verify is supported, these tests
will be compiled with clang-verify whether they have markup or not (so
they should have markup, or they will fail).

This simplifies the test suite and also ensures that all of our .fail.cpp
tests provide clang-verify markup. If it's impossible for a test to have
clang-verify markup, it can be moved to a .compile.fail.cpp test, which
are unconditionally just checked for compilation failure.
2020-04-15 10:53:37 -04:00
..
awk.pass.cpp Add missing locale requirement to test. 2019-05-01 21:02:32 +00:00
basic.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
basic.pass.cpp Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://reviews.llvm.org/D63051 2019-07-03 20:32:35 +00:00
ecma.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
egrep.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
exponential.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
extended.pass.cpp [libc++] Fixes backreferences for extended grammar. 2020-02-19 15:57:16 -05:00
grep.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
inverted_character_classes.pass.cpp [libc++] Add yet another test for inverted character classes 2019-08-27 20:39:10 +00:00
lookahead_capture.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
parse_curly_brackets.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00