summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...Marshall Clow2016-12-241-0/+44
* Fix -Wsign-compare warnings in re tests that only run on OS XEric Fiselier2016-12-247-224/+224
* Fix sign-compare warnings on ARM platforms caused by wchar_t being unsignedEric Fiselier2016-12-241-7/+7
* fix warnings only produced by apple-clangEric Fiselier2016-12-242-4/+0
* Fix unused parameters and variablesEric Fiselier2016-12-232-3/+6
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+4
* [libcxx] Make regex_match backtrack when search failsTim Shen2016-10-271-10/+52
* [libcxx] Support std::regex_constants::match_not_nullTim Shen2016-10-211-0/+46
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-064-4/+6
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-0/+39
* Revert r277966. Forgot patch attribution.Hubert Tong2016-08-071-39/+0
* [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctorHubert Tong2016-08-071-0/+39
* [libcxx] basic_regex: add traits_type, string_typeHubert Tong2016-08-021-0/+6
* Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.comEric Fiselier2016-06-142-3/+3
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0112-28/+28
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-1/+1
* Apparently XFAIL tests that are supposed to fail to compile can be problemati...Marshall Clow2016-04-267-14/+28
* #include <test_macros.h> in all the regex tests, and remove all mentions of _...Marshall Clow2016-04-26140-31/+149
* Add some tests to ensure that the __regex_word does not conflict with any of ...Marshall Clow2016-02-111-0/+13
* re.results.form: Format out-of-range subexpression references as nullDuncan P. N. Exon Smith2016-02-031-0/+52
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-214-0/+8
* Mark slow ASAN/MSAN tests as XFAIL for now.Eric Fiselier2016-01-191-0/+4
* Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...Marshall Clow2016-01-191-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Remove task to get C++03 tests passing from TODO.txtEric Fiselier2015-08-301-1/+1
* Finally get the test suite passing in C++03!!Eric Fiselier2015-08-281-0/+4
* Fix a crasher found by libFuzzerMarshall Clow2015-08-241-0/+23
* Detect and throw on a class of bad regexes that we mistakenly accepted before...Marshall Clow2015-07-232-1/+43
* Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#2...Marshall Clow2015-03-192-0/+100
* Don't hardcode the Czech locale name.Ed Schouten2015-03-1611-30/+44
* Fix for PR22061 by K-balloMarshall Clow2015-01-281-3/+6
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-187-21/+7
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-141-2/+2
* Make regex::assign not clobber the regex in case of failure. Fixes PR#22213Marshall Clow2015-01-131-0/+9
* Move test into test/std subdirectory.Eric Fiselier2014-12-20157-0/+19053
OpenPOWER on IntegriCloud