index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
re
/
re.alg
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Add yet another test for inverted character classes
Louis Dionne
2019-08-27
1
-0
/
+3
*
Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...
Marshall Clow
2019-07-03
2
-0
/
+48
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
2
-0
/
+4
*
[libcxx] Add regex test cases from PR40904
Louis Dionne
2019-05-30
1
-1
/
+11
*
Add missing locale requirement to test.
Dan Albert
2019-05-01
1
-0
/
+1
*
Support tests in freestanding
JF Bastien
2019-02-04
32
-32
/
+88
*
Fix a bit of libc++-specific behavior in the regex tests; add a missing test....
Marshall Clow
2019-01-31
3
-4
/
+46
*
Mark awk.pass.cpp as XFAIL for NetBSD
Kamil Rytarowski
2019-01-24
1
-1
/
+2
*
Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses loc...
Marshall Clow
2019-01-24
1
-2
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
31
-124
/
+93
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
1
-2
/
+1
*
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Michal Gorny
2018-12-17
7
-0
/
+21
*
[libc++] Fix handling of negated character classes in regex
Louis Dionne
2018-08-24
2
-1
/
+45
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-1
/
+1
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
1
-1
/
+1
*
Mark tests as unsupported in C++98 as well
Roger Ferrer Ibanez
2017-11-02
2
-2
/
+2
*
Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...
Marshall Clow
2017-10-18
1
-0
/
+29
*
Mark the new tests as unsupported when there are no exceptions
Marshall Clow
2017-09-12
2
-2
/
+4
*
XFAIL a couple of new <regex> tests for C++03
Marshall Clow
2017-09-12
2
-0
/
+2
*
Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks t...
Marshall Clow
2017-09-12
2
-0
/
+92
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
1
-1
/
+1
*
Some of Eric's buildbots don't like this test. Disable it while I figure out ...
Marshall Clow
2017-04-06
1
-0
/
+2
*
Recommit awk tests with warnings removed. Initial commit r299652, reverted r2...
Marshall Clow
2017-04-06
1
-48
/
+47
*
Revert "Restore Missing awk regex tests. Thanks to dexonsmith for noticing, a...
Mehdi Amini
2017-04-06
1
-8
/
+9
*
Restore Missing awk regex tests. Thanks to dexonsmith for noticing, and propo...
Marshall Clow
2017-04-06
1
-9
/
+8
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
3
-3
/
+3
*
Fix -Wsign-compare warnings in re tests that only run on OS X
Eric Fiselier
2016-12-24
7
-224
/
+224
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-3
/
+6
*
[libcxx] Make regex_match backtrack when search fails
Tim Shen
2016-10-27
1
-10
/
+52
*
[libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake
2016-10-06
1
-1
/
+2
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
5
-17
/
+17
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-1
/
+1
*
Apparently XFAIL tests that are supposed to fail to compile can be problemati...
Marshall Clow
2016-04-26
2
-4
/
+8
*
#include <test_macros.h> in all the regex tests, and remove all mentions of _...
Marshall Clow
2016-04-26
24
-8
/
+26
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
Remove task to get C++03 tests passing from TODO.txt
Eric Fiselier
2015-08-30
1
-1
/
+1
*
Finally get the test suite passing in C++03!!
Eric Fiselier
2015-08-28
1
-0
/
+4
*
Fix a crasher found by libFuzzer
Marshall Clow
2015-08-24
1
-0
/
+23
*
Don't hardcode the Czech locale name.
Ed Schouten
2015-03-16
8
-24
/
+32
*
Cleaning up the test suite; remove some includes of non-standard file <__config>
Marshall Clow
2015-01-18
2
-6
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
27
-0
/
+12896