summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-19Fix nodiscard test when modules are enabledEric Fiselier
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...Marshall Clow
2017-11-15More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow
2017-11-15[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned newCasey Carter
2017-11-15Clean up the tests for free data(), size() and empty()Marshall Clow
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-11-15Still more missing tests - this time for the unordered containersMarshall Clow
2017-11-15Named the macro wrong in the test.Marshall Clow
2017-11-15More missing tests - array<>::size() and array<>::max_size()Marshall Clow
2017-11-15Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow
2017-11-14Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER...Marshall Clow
2017-11-14Rename identifiers named `__output`Alexander Richardson
2017-11-14Another test for LWG2952Marshall Clow
2017-11-14Implement LWG2952: iterator_traits should work for pointers to cv TMarshall Clow
2017-11-13Implement P0550R2: Transformation Trait remove_cvrefMarshall Clow
2017-11-08[libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcx...Volodymyr Sapsai
2017-11-07Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier
2017-11-02Change a bunch of comments from C++1z to C++17. NFCMarshall Clow
2017-11-02Mark tests as unsupported in C++98 as wellRoger Ferrer Ibanez
2017-10-31Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFCMarshall Clow
2017-10-30Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy...Marshall Clow
2017-10-30Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier
2017-10-30Fix PR35078 - recursive directory iterator's increment method throws incorrec...Eric Fiselier
2017-10-30Mark test as unsupported on C++98/03, since it uses move_iteratorMarshall Clow
2017-10-30Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro...Marshall Clow
2017-10-24Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...Marshall Clow
2017-10-24Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...Marshall Clow
2017-10-19Fix an unsigned integer overflow in regex that lead to a bad memory access. F...Marshall Clow
2017-10-19Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. ...Marshall Clow
2017-10-18Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...Marshall Clow
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-10-15Fix last_write_time.pass.cpp to work with clang-3.9 and earlierRoman Lebedev
2017-10-15Really do make sure that last_write_time.pass.cpp still works with old clangRoman Lebedev
2017-10-15Silence clang's -Wtautological-constant-compare in last_write_time.pass.cppRoman Lebedev
2017-10-14Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer
2017-10-12More fuzzing infastructre - regexMarshall Clow
2017-10-12Mark test as a long-testRoger Ferrer Ibanez
2017-10-10Remove unneeded typename from testRoger Ferrer Ibanez
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
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