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
/
re.alg.match
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
1
-0
/
+24
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+2
*
[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
11
-11
/
+30
*
Fix a bit of libc++-specific behavior in the regex tests; add a missing test....
Marshall Clow
2019-01-31
1
-2
/
+4
*
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
11
-44
/
+33
*
[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
3
-0
/
+9
*
[libc++] Fix handling of negated character classes in regex
Louis Dionne
2018-08-24
1
-0
/
+44
*
Mark tests as unsupported in C++98 as well
Roger Ferrer Ibanez
2017-11-02
1
-1
/
+1
*
Mark the new tests as unsupported when there are no exceptions
Marshall Clow
2017-09-12
1
-1
/
+2
*
XFAIL a couple of new <regex> tests for C++03
Marshall Clow
2017-09-12
1
-0
/
+1
*
Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks t...
Marshall Clow
2017-09-12
1
-0
/
+46
*
[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
1
-1
/
+1
*
Fix -Wsign-compare warnings in re tests that only run on OS X
Eric Fiselier
2016-12-24
3
-96
/
+96
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-3
/
+4
*
[libcxx] Make regex_match backtrack when search fails
Tim Shen
2016-10-27
1
-10
/
+52
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
2
-7
/
+7
*
Apparently XFAIL tests that are supposed to fail to compile can be problemati...
Marshall Clow
2016-04-26
1
-2
/
+4
*
#include <test_macros.h> in all the regex tests, and remove all mentions of _...
Marshall Clow
2016-04-26
9
-4
/
+10
*
Don't hardcode the Czech locale name.
Ed Schouten
2015-03-16
4
-12
/
+16
*
Cleaning up the test suite; remove some includes of non-standard file <__config>
Marshall Clow
2015-01-18
1
-3
/
+1
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
9
-0
/
+5803