summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support
Commit message (Expand)AuthorAgeFilesLines
* Fix unused parameters and variablesEric Fiselier2016-12-234-4/+4
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-1118-44/+79
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-081-1/+1
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-4/+6
* Protect nested-exceptions tests under no-exceptionsRoger Ferrer Ibanez2016-11-143-3/+12
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-043-10/+16
* Remove spurious token from #endifRoger Ferrer Ibanez2016-11-021-1/+1
* Protect tests for new/delete under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-024-5/+20
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-318-8/+8
* Fix nullptr testsEric Fiselier2016-10-251-8/+17
* Attempt to workaround XPASS for aligned allocation testsEric Fiselier2016-10-204-4/+8
* Prevent new/delete replacement tests from being optimized away.Eric Fiselier2016-10-147-37/+31
* Clarify XFAIL commentsEric Fiselier2016-10-142-2/+4
* XFAIL aligned allocation tests for older Clang versionsEric Fiselier2016-10-148-18/+28
* XFAIL aligned allocation test failures with UBSANEric Fiselier2016-10-144-9/+10
* Implement P0035R4 -- Add C++17 aligned allocation functionsEric Fiselier2016-10-1411-0/+845
* Remove usages of _ALIGNAS_TYPEEric Fiselier2016-10-121-1/+3
* Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.comEric Fiselier2016-06-301-4/+4
* Placate MSVC's unchecked malloc warnings.Eric Fiselier2016-06-224-5/+12
* UBSan doesn't globally replace new/delete but it still makes some tests fail....Eric Fiselier2016-06-226-0/+20
* Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...Eric Fiselier2016-06-2215-300/+0
* Guard use of non-standard macros in denorm_min() tests.Eric Fiselier2016-06-221-0/+11
* Allow placement new array test to consume extra bytes as specified by the sta...Eric Fiselier2016-06-221-4/+8
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-143-5/+11
* Fix warnings in tests.Eric Fiselier2016-06-141-1/+1
* Avoid name shadowing in test. Patch from STL@microsoft.comEric Fiselier2016-06-141-2/+2
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Cleanup non-standard tests as reported by STL@microsoft.com. NFC.Eric Fiselier2016-06-011-28/+0
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-2/+1
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-024-4/+10
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-201-0/+4
* [WebAssembly] Set std::numeric_limits's traps field for WebAssembly.Dan Gohman2016-01-131-1/+2
* Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow2015-12-141-1/+9
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1015-0/+15
* Manually suppress -Wnonnull when it occurs in an unevaluated contextEric Fiselier2015-10-011-0/+6
* Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...Marshall Clow2015-09-151-1/+1
* Suppress clang warnings in some testsEric Fiselier2015-08-301-4/+19
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-283-5/+5
* Fix warnings in test/std/language.supportEric Fiselier2015-07-188-5/+30
* Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-172-8/+6
* Mark two tests as failing on clang 3.8 (they failed on 3.7, too)Marshall Clow2015-07-162-4/+4
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-242-1/+5
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow2015-06-021-0/+45
* Add TODO items and remove use of 'noexcept' in C++03 test.Eric Fiselier2015-06-021-1/+1
* Address @danalberts comments on r237700Eric Fiselier2015-05-192-2/+2
* Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.Eric Fiselier2015-05-192-10/+4
* mark new/delete tests as XFAIL more carefullyEric Fiselier2015-05-194-10/+20
* [libcxx] Rework sized delete.Eric Fiselier2015-05-1914-516/+505
* Fix for LWG Issue 2458: N3778 and new library deallocation signatures.Marshall Clow2015-05-182-218/+0
* Remove statement with no effect inside tests.Eric Fiselier2015-04-012-2/+0
OpenPOWER on IntegriCloud