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.dynamic
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Prevent new/delete replacement tests from being optimized away.
Eric Fiselier
2016-10-14
7
-37
/
+31
*
Clarify XFAIL comments
Eric Fiselier
2016-10-14
2
-2
/
+4
*
XFAIL aligned allocation tests for older Clang versions
Eric Fiselier
2016-10-14
8
-18
/
+28
*
XFAIL aligned allocation test failures with UBSAN
Eric Fiselier
2016-10-14
4
-9
/
+10
*
Implement P0035R4 -- Add C++17 aligned allocation functions
Eric Fiselier
2016-10-14
11
-0
/
+845
*
Placate MSVC's unchecked malloc warnings.
Eric Fiselier
2016-06-22
4
-5
/
+12
*
UBSan doesn't globally replace new/delete but it still makes some tests fail....
Eric Fiselier
2016-06-22
6
-0
/
+20
*
Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Allow placement new array test to consume extra bytes as specified by the sta...
Eric Fiselier
2016-06-22
1
-4
/
+8
*
Cleanup non-standard tests as reported by STL@microsoft.com. NFC.
Eric Fiselier
2016-06-01
1
-28
/
+0
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
1
-2
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
4
-0
/
+4
*
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
3
-1
/
+7
*
Cleanup tests that fail in C++1z and with Clang 3.8
Eric Fiselier
2015-07-17
2
-8
/
+6
*
Mark two tests as failing on clang 3.8 (they failed on 3.7, too)
Marshall Clow
2015-07-16
2
-4
/
+4
*
Add TODO items and remove use of 'noexcept' in C++03 test.
Eric Fiselier
2015-06-02
1
-1
/
+1
*
Address @danalberts comments on r237700
Eric Fiselier
2015-05-19
2
-2
/
+2
*
Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.
Eric Fiselier
2015-05-19
2
-10
/
+4
*
mark new/delete tests as XFAIL more carefully
Eric Fiselier
2015-05-19
4
-10
/
+20
*
[libcxx] Rework sized delete.
Eric Fiselier
2015-05-19
14
-516
/
+505
*
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
Marshall Clow
2015-05-18
2
-218
/
+0
*
Remove statement with no effect inside tests.
Eric Fiselier
2015-04-01
2
-2
/
+0
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
16
-16
/
+16
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
8
-0
/
+736
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
20
-0
/
+691
[prev]