You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/re/re.regex/re.regex.construct
Marshall Clow b6e011b18b Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@362252 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
awk_oct.pass.cpp Support tests in freestanding 6 years ago
bad_backref.pass.cpp Support tests in freestanding 6 years ago
bad_ctype.pass.cpp Support tests in freestanding 6 years ago
bad_escape.pass.cpp Support tests in freestanding 6 years ago
bad_range.pass.cpp Fix test that used raw string literals. Doesn't work in C++03 6 years ago
bad_repeat.pass.cpp Support tests in freestanding 6 years ago
copy.pass.cpp Support tests in freestanding 6 years ago
deduct.fail.cpp Support tests in freestanding 6 years ago
deduct.pass.cpp Support tests in freestanding 6 years ago
default.pass.cpp 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. 6 years ago
il_flg.pass.cpp Support tests in freestanding 6 years ago
iter_iter.pass.cpp Support tests in freestanding 6 years ago
iter_iter_flg.pass.cpp Support tests in freestanding 6 years ago
ptr.pass.cpp Support tests in freestanding 6 years ago
ptr_flg.pass.cpp Support tests in freestanding 6 years ago
ptr_size.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
ptr_size_flg.pass.cpp Support tests in freestanding 6 years ago
string.pass.cpp Support tests in freestanding 6 years ago
string_flg.pass.cpp Support tests in freestanding 6 years ago