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.search
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Support tests in freestanding
JF Bastien
2019-02-04
12
-12
/
+32
*
Fix a bit of libc++-specific behavior in the regex tests; add a missing test....
Marshall Clow
2019-01-31
1
-2
/
+4
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
12
-48
/
+36
*
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Michal Gorny
2018-12-17
4
-0
/
+12
*
[libc++] Fix handling of negated character classes in regex
Louis Dionne
2018-08-24
1
-1
/
+1
*
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
1
-1
/
+1
*
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
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
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
2
-2
/
+2
*
Fix -Wsign-compare warnings in re tests that only run on OS X
Eric Fiselier
2016-12-24
4
-128
/
+128
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-0
/
+2
*
[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
3
-10
/
+10
*
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
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
*
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
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
10
-0
/
+6564