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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
4
-4
/
+4
*
Fix more uses of dynamic exception specifications in C++17
Eric Fiselier
2016-12-11
18
-44
/
+79
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-1
/
+1
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-4
/
+6
*
Protect nested-exceptions tests under no-exceptions
Roger Ferrer Ibanez
2016-11-14
3
-3
/
+12
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
3
-10
/
+16
*
Remove spurious token from #endif
Roger Ferrer Ibanez
2016-11-02
1
-1
/
+1
*
Protect tests for new/delete under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-02
4
-5
/
+20
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
8
-8
/
+8
*
Fix nullptr tests
Eric Fiselier
2016-10-25
1
-8
/
+17
*
Attempt to workaround XPASS for aligned allocation tests
Eric Fiselier
2016-10-20
4
-4
/
+8
*
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
*
Remove usages of _ALIGNAS_TYPE
Eric Fiselier
2016-10-12
1
-1
/
+3
*
Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-4
/
+4
*
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
15
-300
/
+0
*
Guard use of non-standard macros in denorm_min() tests.
Eric Fiselier
2016-06-22
1
-0
/
+11
*
Allow placement new array test to consume extra bytes as specified by the sta...
Eric Fiselier
2016-06-22
1
-4
/
+8
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
3
-5
/
+11
*
Fix warnings in tests.
Eric Fiselier
2016-06-14
1
-1
/
+1
*
Avoid name shadowing in test. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
1
-2
/
+2
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-2
/
+2
*
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
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
4
-4
/
+10
*
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
Eric Fiselier
2016-01-20
1
-0
/
+4
*
[WebAssembly] Set std::numeric_limits's traps field for WebAssembly.
Dan Gohman
2016-01-13
1
-1
/
+2
*
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
15
-0
/
+15
*
Manually suppress -Wnonnull when it occurs in an unevaluated context
Eric Fiselier
2015-10-01
1
-0
/
+6
*
Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...
Marshall Clow
2015-09-15
1
-1
/
+1
*
Suppress clang warnings in some tests
Eric Fiselier
2015-08-30
1
-4
/
+19
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
3
-5
/
+5
*
Fix warnings in test/std/language.support
Eric Fiselier
2015-07-18
8
-5
/
+30
*
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
*
Make support for thread-unsafe C functions optional.
Ed Schouten
2015-06-24
2
-1
/
+5
*
Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...
Marshall Clow
2015-06-02
1
-0
/
+45
*
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
[next]