summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.alg
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+4
* [libcxx] Add regex test cases from PR40904Louis Dionne2019-05-301-1/+11
* Add missing locale requirement to test.Dan Albert2019-05-011-0/+1
* Support tests in freestandingJF Bastien2019-02-0432-32/+88
* 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-1931-124/+93
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-2/+1
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-177-0/+21
* [libc++] Fix handling of negated character classes in regexLouis Dionne2018-08-242-1/+45
* 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-022-2/+2
* 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] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-041-1/+1
* Some of Eric's buildbots don't like this test. Disable it while I figure out ...Marshall Clow2017-04-061-0/+2
* Recommit awk tests with warnings removed. Initial commit r299652, reverted r2...Marshall Clow2017-04-061-48/+47
* Revert "Restore Missing awk regex tests. Thanks to dexonsmith for noticing, a...Mehdi Amini2017-04-061-8/+9
* Restore Missing awk regex tests. Thanks to dexonsmith for noticing, and propo...Marshall Clow2017-04-061-9/+8
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-173-3/+3
* Fix -Wsign-compare warnings in re tests that only run on OS XEric Fiselier2016-12-247-224/+224
* Fix unused parameters and variablesEric Fiselier2016-12-232-3/+6
* [libcxx] Make regex_match backtrack when search failsTim Shen2016-10-271-10/+52
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-061-1/+2
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-015-17/+17
* 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-262-4/+8
* #include <test_macros.h> in all the regex tests, and remove all mentions of _...Marshall Clow2016-04-2624-8/+26
* 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-168-24/+32
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-182-6/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2027-0/+12896
OpenPOWER on IntegriCloud