summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-04Fix accidental assignment inside test assertsEric Fiselier
2017-10-04Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow
2017-10-04Add C++17 explicit deduction guides to std::pair.Eric Fiselier
2017-09-30[test] Allow other implementations to strengthen noexcept on deque's move con...Casey Carter
2017-09-28[test] forwardlist.cons/move_noexcept.pass.cppCasey Carter
2017-09-26[libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej
2017-09-26[libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej
2017-09-26[libcxx] [test] Silence warning C4324 for MSVC.Stephan T. Lavavej
2017-09-19Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Revert "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Fix llvm-lit script generation in libcxx.Zachary Turner
2017-09-18Fix failing ASAN testEric Fiselier
2017-09-17Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier
2017-09-17ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier
2017-09-17Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier
2017-09-15Fix accidental ADL in std::allocator_traits meta-programming.Eric Fiselier
2017-09-12Mark the new tests as unsupported when there are no exceptionsMarshall Clow
2017-09-12XFAIL a couple of new <regex> tests for C++03Marshall Clow
2017-09-12Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks t...Marshall Clow
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow
2017-09-11Add include of <string> to <system_error>, since things in there return strin...Marshall Clow
2017-09-10Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier
2017-09-10Revert "Fix PR34298 - Allow std::function with an incomplete return type."Eric Fiselier
2017-09-10Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier
2017-09-08XFAIL tests on SLES11Brian Cain
2017-09-07Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow
2017-09-07Another missing string_view testMarshall Clow
2017-09-07Add more string_view testsMarshall Clow
2017-08-31[test] Cleanup nullopt_t testsCasey Carter
2017-08-29Fix test for C++03Marshall Clow
2017-08-28Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken DÃ...Marshall Clow
2017-08-24[libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename _Up to U, etc. NFCI.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename __c to ch. NFCI.Stephan T. Lavavej
2017-08-11[libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej
2017-08-05[libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC.Stephan T. Lavavej
2017-08-05[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej
2017-08-05[libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.Stephan T. Lavavej
2017-08-02Fix shadowing warningMarshall Clow
2017-08-02Fix PR33727: std::basic_stringbuf only works with DefaultConstructible alloca...Marshall Clow
2017-07-30Mark LWG 2942 as completeEric Fiselier
2017-07-29[libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was...Stephan T. Lavavej
2017-07-29[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...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-29[libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej
2017-07-27[libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...Stephan T. Lavavej
2017-07-27Disable the deduction guide test I added in 309296 for the moment, while I fi...Marshall Clow