summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re
Commit message (Expand)AuthorAgeFilesLines
* Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...Marshall Clow2019-09-251-0/+10
* [libc++] Add yet another test for inverted character classesLouis Dionne2019-08-271-0/+3
* Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...Marshall Clow2019-07-032-0/+48
* [libcxx] Add test to check min/max requirement to regular expressionLouis Dionne2019-06-041-0/+67
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+6
* [libcxx] Add regex test cases from PR40904Louis Dionne2019-05-301-1/+11
* Fix test that used raw string literals. Doesn't work in C++03Marshall Clow2019-05-281-2/+2
* Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior....Marshall Clow2019-05-281-0/+38
* Add missing locale requirement to test.Dan Albert2019-05-011-0/+1
* Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ...Marshall Clow2019-04-267-7/+7
* [libc++] Relax libc++-only test on regex_constantsLouis Dionne2019-04-261-13/+13
* Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, thi...Marshall Clow2019-03-282-1/+5
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-283-6/+0
* Support tests in freestandingJF Bastien2019-02-04177-177/+519
* Fix a bit of libc++-specific behavior in the regex tests; add a missing test....Marshall Clow2019-01-313-4/+46
* Mark awk.pass.cpp as XFAIL for NetBSDKamil Rytarowski2019-01-241-1/+2
* Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses loc...Marshall Clow2019-01-241-2/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19176-704/+528
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-2/+1
* [libcxx] Remove XFAILs for older macOS versionsLouis Dionne2018-12-181-3/+0
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-1710-0/+30
* [test] [re.traits] Remove asserts failing due to invalid UTF-8Michal Gorny2018-12-171-5/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-143-3/+3
* Adjust unsupported C++ versions in some testsMikhail Maltsev2018-10-242-2/+2
* Mark the move construct/move assign tests as unsupported on C++03Marshall Clow2018-10-232-1/+2
* Add tests for match_results copy/move assignment operators. NFCMarshall Clow2018-10-233-0/+106
* Remove a 'const' from the synopsis. NFCMarshall Clow2018-10-231-1/+1
* Add tests for match_results copy/move construction. NFCMarshall Clow2018-10-232-0/+83
* [libc++] Fix handling of negated character classes in regexLouis Dionne2018-08-242-1/+45
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-5/+5
* Implement deduction guides for basic_regexMarshall Clow2018-05-232-0/+182
* [libcxx] Correctly handle invalid regex character class namesMikhail Maltsev2018-01-241-0/+37
* Add missing test_macros.h inclusion.Billy Robert O'Neal III2017-11-211-0/+1
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-212-3/+3
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...Marshall Clow2017-11-161-0/+27
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-1/+1
* Mark tests as unsupported in C++98 as wellRoger Ferrer Ibanez2017-11-022-2/+2
* Fix an unsigned integer overflow in regex that lead to a bad memory access. F...Marshall Clow2017-10-191-0/+1
* Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. ...Marshall Clow2017-10-191-0/+40
* Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...Marshall Clow2017-10-181-0/+29
* Mark the new tests as unsupported when there are no exceptionsMarshall Clow2017-09-122-2/+4
* XFAIL a couple of new <regex> tests for C++03Marshall Clow2017-09-122-0/+2
* Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks t...Marshall Clow2017-09-122-0/+92
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-2/+2
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* Fix a bug in regex_Iterator where it would report zero-length matches forever...Marshall Clow2017-07-051-0/+18
* Guard usage of libc++ regex internals inside test.Eric Fiselier2017-05-121-23/+45
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-2/+2
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-041-1/+1
* Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regexEric Fiselier2017-04-184-10/+8
OpenPOWER on IntegriCloud