summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.alg/re.alg.search
Commit message (Expand)AuthorAgeFilesLines
* Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...Marshall Clow2019-07-031-0/+24
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* Support tests in freestandingJF Bastien2019-02-0412-12/+32
* Fix a bit of libc++-specific behavior in the regex tests; add a missing test....Marshall Clow2019-01-311-2/+4
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1912-48/+36
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-174-0/+12
* [libc++] Fix handling of negated character classes in regexLouis Dionne2018-08-241-1/+1
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+1
* 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-021-1/+1
* 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-121-1/+2
* XFAIL a couple of new <regex> tests for C++03Marshall Clow2017-09-121-0/+1
* Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks t...Marshall Clow2017-09-121-0/+46
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-2/+2
* Fix -Wsign-compare warnings in re tests that only run on OS XEric Fiselier2016-12-244-128/+128
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+2
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-061-1/+2
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-10/+10
* 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-261-2/+4
* #include <test_macros.h> in all the regex tests, and remove all mentions of _...Marshall Clow2016-04-269-4/+10
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* 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
* Don't hardcode the Czech locale name.Ed Schouten2015-03-164-12/+16
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-181-3/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-0/+6564
OpenPOWER on IntegriCloud