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
/
language.support
/
support.exception
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
13
-0
/
+26
*
Support tests in freestanding
JF Bastien
2019-02-04
19
-19
/
+57
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
19
-76
/
+57
*
Update the failure annotations for the uncaught_exceptions test. The underlyi...
Marshall Clow
2018-09-12
1
-5
/
+5
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
1
-2
/
+2
*
Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...
Marshall Clow
2018-05-29
1
-21
/
+29
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-2
/
+2
*
[libc++] Implement exception_ptr on Windows
Eric Fiselier
2017-05-08
10
-27
/
+17
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-0
/
+8
*
Mark exception_ptr tests as XFAIL on Windows for now
Eric Fiselier
2017-04-21
10
-1
/
+31
*
[test] Silence unused parameter/typedef warnings
Casey Carter
2017-04-18
1
-1
/
+1
*
Implement LWG#2855 - made easy by previous refactoring
Marshall Clow
2017-04-13
1
-0
/
+10
*
Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...
Marshall Clow
2017-03-14
1
-1
/
+32
*
Protect nested-exceptions tests under no-exceptions
Roger Ferrer Ibanez
2016-11-14
3
-3
/
+12
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
8
-8
/
+8
*
Remove usages of _ALIGNAS_TYPE
Eric Fiselier
2016-10-12
1
-1
/
+3
*
Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-2
/
+4
*
Avoid name shadowing in test. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
1
-2
/
+2
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
2
-3
/
+3
*
Fix a corner case that involved calling rethrow_if_nested with a type that ha...
Marshall Clow
2015-12-14
1
-1
/
+9
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
11
-0
/
+11
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
1
-1
/
+1
*
Fix warnings in test/std/language.support
Eric Fiselier
2015-07-18
1
-0
/
+4
*
Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...
Marshall Clow
2015-06-02
1
-0
/
+45
*
Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...
Marshall Clow
2015-03-16
1
-0
/
+16
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
19
-0
/
+1064