summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20157-19053/+0
* Re-commit the test for regex that I busted last night - now passes under ASANMarshall Clow2014-12-161-2/+2
* Comment out the breaking tests until I figure out what's going on here.Marshall Clow2014-12-161-2/+2
* Fix the literal string that I said would be six elements long to actually be ...Marshall Clow2014-12-161-2/+2
* Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0'sMarshall Clow2014-12-151-13/+17
* Add more REQUIRES: LOCALE.* to tests.Dan Albert2014-11-211-0/+2
* [libcxx] Remove use of uniform initialization from regex tests so that they c...Eric Fiselier2014-10-275-38/+38
* [libcxx] XFAIL all currently failing libc++ tests for linux.Eric Fiselier2014-10-239-0/+27
* Add locales to available_features for tests.Dan Albert2014-08-0410-0/+20
* Base regex code on char_class_type.Dan Albert2014-07-291-1/+3
* Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'Marshall Clow2014-05-211-0/+12
* LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++...Marshall Clow2014-03-041-6/+6
* Implement LWG issue 2306: match_results::reference should be value_type&, not...Marshall Clow2014-02-261-1/+1
* Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...Marshall Clow2014-02-197-0/+272
* Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. ...Marshall Clow2014-01-092-9/+127
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-035-121/+4
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-021-8/+8
* Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was i...Howard Hinnant2013-07-231-0/+98
* Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...Howard Hinnant2013-07-151-12/+20
* Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...Howard Hinnant2013-07-111-0/+63
* Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...Howard Hinnant2013-07-091-0/+38
* Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...Howard Hinnant2013-07-021-0/+28
* Provide missing '{' in parsing extended quoted characters. This fixes http:/...Howard Hinnant2013-06-281-0/+72
* William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...Howard Hinnant2013-06-281-0/+28
* Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...Howard Hinnant2013-06-281-0/+37
* Mark some tests with XFAIL for Lion and Mountain Lion.Howard Hinnant2013-05-071-0/+3
* Add explicit casts to unsigned char before calling ctype functions.Joerg Sonnenberger2013-05-021-1/+1
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-231-1/+6
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-0528-28/+28
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-0325-551/+23
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-121-0/+13
* Fix <rdar://problem/10255403> match_results::begin() is off by oneHoward Hinnant2011-10-082-4/+4
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-035-13/+23
* Fix test bugs found by David ChisnallHoward Hinnant2011-09-217-15/+15
* Fix locales used in re tests.David Chisnall2011-09-215-13/+13
* Fix failure found by David ChisnallHoward Hinnant2011-09-211-129/+129
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-124-10/+10
* N3158 Missing preconditions for default-constructed match_result objectsHoward Hinnant2010-12-082-0/+76
* license changeHoward Hinnant2010-11-16141-282/+282
* fixing whitespaceHoward Hinnant2010-09-2822-22/+22
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-045-12/+12
* Fixing whitespace problemsHoward Hinnant2010-08-2221-67/+65
* [re.alg.replace]. This finishes all of <regex>. That being said, <regex> is...Howard Hinnant2010-08-1815-9/+514
* [re.tokiter]Howard Hinnant2010-08-179-0/+588
* [re.regiter]Howard Hinnant2010-08-166-0/+224
* [re.alg.match]Howard Hinnant2010-08-148-0/+5593
* Everything under [re.results]Howard Hinnant2010-08-1422-0/+1106
* Everything under [re.regex]Howard Hinnant2010-08-1325-18/+429
* Filling out regex tests...Howard Hinnant2010-08-1226-1/+761
* Fixed some bugs in the ecma bracket epression regarding escaped characters, a...Howard Hinnant2010-07-282-0/+1598
OpenPOWER on IntegriCloud