summaryrefslogtreecommitdiff
path: root/test/support
AgeCommit message (Expand)Author
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-14Rename identifiers named `__output`Alexander Richardson
2017-10-17fix shadowing warnings in new tests, try 2Eric Fiselier
2017-10-17fix shadowing warnings in new testsEric Fiselier
2017-10-17[libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier
2017-09-26[libcxx] [test] Silence warning C4324 for MSVC.Stephan T. Lavavej
2017-08-24[libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej
2017-08-05[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-07-19[libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej
2017-07-17Add case for c++2a to libc++ and test macrosMarshall Clow
2017-06-21Attempt to avoid static init ordering issues with globalMemCounterEric Fiselier
2017-06-18any: Add availability for experimental::bad_any_castDuncan P. N. Exon Smith
2017-06-14Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow
2017-06-13Fix bug 33389 - __is_transparent check requires too muchMarshall Clow
2017-06-08[libcxx] [test] Update locale names for Windows.Stephan T. Lavavej
2017-06-07[test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter
2017-06-06[libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to msvc_stdlib_fo...Stephan T. Lavavej
2017-06-05[test] Remove workaround for C1XX empty parameter pack bugCasey Carter
2017-05-31Guard against more macros in tchar.hEric Fiselier
2017-05-31Remove uses of _UI because Windows is evil and tchar.h #define's itEric Fiselier
2017-05-30[test] s/uexpectedly/unexpectedly/Casey Carter
2017-05-28[coroutines] Add end-to-end tests within libc++Eric Fiselier
2017-05-25[test] Remove workaround for C1XX conversion-to-nullptr bugCasey Carter
2017-05-25[test] Workaround C1XX bug in uses_allocator_types.hppCasey Carter
2017-05-25Add <experimental/coroutine>Eric Fiselier
2017-05-17Make next/prev/advance/distance operations on iterators be constexpr. I misse...Marshall Clow
2017-05-10Fix bad #endif in msvc_stdlib_force_include.hpp.Billy Robert O'Neal III
2017-05-10[test] support machinery changes for EDG & C1XX /ZaCasey Carter
2017-05-09Fix misspelling of environment throughout libc++Eric Fiselier
2017-05-05[libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained...Stephan T. Lavavej
2017-05-04Fix test failure with GCC 4.9Eric Fiselier
2017-05-04[test] Name the local variable in the C1XX implementation of DoNotOptmizeCasey Carter
2017-05-04[test] variant: enable constexpr construction tests on MSVC STLCasey Carter
2017-05-04[libcxx] [test] In msvc_stdlib_force_include.hpp, use _HAS_CXX17 to set TEST_...Stephan T. Lavavej
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final testsEric Fiselier
2017-04-16Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier
2017-04-15Simplify test helperEric Fiselier
2017-04-15Rewrite and cleanup unique_ptr tests.Eric Fiselier
2017-04-13Add TEST_NOEXCEPT_FALSE to support D31738Eric Fiselier
2017-04-12Fix incorrectly qualified return type from unique_ptr::get_deleter().Eric Fiselier
2017-03-23Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until ...Marshall Clow
2017-03-23Address post-commit review comments regarding test_workarounds.hEric Fiselier
2017-03-22[libc++] Work around C1XX bug which breaks poisoned hash tests.Eric Fiselier
2017-03-11Fix DoNotOptimize on MSVCEric Fiselier
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier
2017-02-08Prevent UBSAN from generating unsigned overflow diagnostics in the hashing in...Eric Fiselier
2017-02-07fix python3 syntax errorEric Fiselier