summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/re/re.alg/re.alg.match
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-031-0/+24
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* [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-0411-11/+30
* Fix a bit of libc++-specific behavior in the regex tests; add a missing test....Marshall Clow2019-01-311-2/+4
* 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-1911-44/+33
* [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-173-0/+9
* [libc++] Fix handling of negated character classes in regexLouis Dionne2018-08-241-0/+44
* Mark tests as unsupported in C++98 as wellRoger Ferrer Ibanez2017-11-021-1/+1
* 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
* [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-171-1/+1
* Fix -Wsign-compare warnings in re tests that only run on OS XEric Fiselier2016-12-243-96/+96
* Fix unused parameters and variablesEric Fiselier2016-12-231-3/+4
* [libcxx] Make regex_match backtrack when search failsTim Shen2016-10-271-10/+52
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-7/+7
* 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
* 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-209-0/+5803
OpenPOWER on IntegriCloud