llvm-project/libcxx/test/std/re
Dan Albert dfa7af5b6b Add missing locale requirement to test.
Linux is failing even though the test runner does report this locale
is available, but the test still isn't expected to work on platforms
without the locale (like Android).

llvm-svn: 359726
2019-05-01 21:02:32 +00:00
..
re.alg Add missing locale requirement to test. 2019-05-01 21:02:32 +00:00
re.badexp Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.const [libc++] Relax libc++-only test on regex_constants 2019-04-26 16:46:37 +00:00
re.def Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.grammar Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.iter Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.regex Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib. 2019-03-28 17:30:23 +00:00
re.req Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.results Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this precondtion. Fix several tests which did not honor this precondition. Thanks to Andrey Maksimov for pointing this out. 2019-04-26 17:10:03 +00:00
re.submatch Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.syn Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.traits Support tests in freestanding 2019-02-04 20:31:13 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00