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.
libcxx/test/std
Hans Wennborg 75d1b01b7f Merging r259682:
------------------------------------------------------------------------
r259682 | dexonsmith | 2016-02-03 11:30:20 -0800 (Wed, 03 Feb 2016) | 7 lines

re.results.form: Format out-of-range subexpression references as null

Rather than crashing in match_results::format() when a reference to a
marked subexpression is out of range, format the subexpression as empty
(i.e., replace it with an empty string).  Note that
match_results::operator[]() has a range-check and returns a null match
in this case, so this just re-uses that logic.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@260983 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
algorithms Change some #ifdefs to #if - thanks to Dexon for thge catch. 10 years ago
atomics Merging r258196: 10 years ago
containers Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 10 years ago
depr Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differently on different C libraries. 10 years ago
diagnostics Fix warnings in array and assoc containers 10 years ago
experimental Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 10 years ago
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 11 years ago
input.output Merging r258403: 10 years ago
iterators Implement LWG#2353: std::next is over-constrained 10 years ago
language.support [WebAssembly] Set std::numeric_limits's traps field for WebAssembly. 10 years ago
localization Merging r258920: 10 years ago
numerics Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. 10 years ago
re Merging r259682: 10 years ago
strings Merging r257682: 10 years ago
thread Make it possible to build a no-exceptions variant of libcxx. 10 years ago
utilities Merging r258196: 10 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago