- ae02e89 P0722R3: Implement library support for destroying delete by Eric Fiselier · 6 years ago
- 6b48742e [libcxx][tests] Fix order checking in unordered_multiset tests. by Louis Dionne · 6 years ago
- c44cd1e [libcxx][test] Fix order checking in some more unordered_multimap tests by Louis Dionne · 6 years ago
- d75a045 Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as https://reviews.llvm.org/D61954 by Marshall Clow · 6 years ago
- 549ddae Remove `using namespace std;` in __gnu_cxx namespace. by Eric Fiselier · 6 years ago
- 402ca78 Improve the test coverage for std::is_base_of by Marshall Clow · 6 years ago
- 87ae6bf [libc++] [test] Use std::nextafter() instead of std::nexttoward() by Michal Gorny · 6 years ago
- 9423ba8 [libcxx] teach type_traits test about long uint32_t by Brian Cain · 6 years ago
- 98c7c4f Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews.llvm.org/D61829 Thanks to Zoe for the patch. by Marshall Clow · 6 years ago
- 7d40273 force the bots to cycle by Eric Fiselier · 6 years ago
- 30649ce Mark is_trivially_destructible as unsupported with apple-clang-9 by Nico Weber · 6 years ago
- b574e11 [libc++][test] Remove non-portable assumption that thread's constructor allocates with ::new by Casey Carter · 6 years ago
- dfa7af5 Add missing locale requirement to test. by Dan Albert · 6 years ago
- 3efd6e37 [WebAssembly] WASI support for libcxx by Dan Gohman · 6 years ago
- ccbe567 Get rid of a bunch of 'unused variable' warnings in test when run with debug_level set. NFC by Marshall Clow · 6 years ago
- 3740ca1 Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG was set. by Marshall Clow · 6 years ago
- 71aa675 Support overaligned types in `aligned_storage`. by Eric Fiselier · 6 years ago
- 39084db Implement LWG 2960: nonesuch is insufficiently useless by Marshall Clow · 6 years ago
- 8a02f8d Add tests specifically for LWG2164. We already did this; but now we have tests. NFC by Marshall Clow · 6 years ago
- c29db2d83 Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this precondtion. Fix several tests which did not honor this precondition. Thanks to Andrey Maksimov for pointing this out. by Marshall Clow · 6 years ago
- f30f261d [libc++] Relax libc++-only test on regex_constants by Louis Dionne · 6 years ago
- eea2287 add tuple_cat test for const T by Eric Fiselier · 6 years ago
- 7e528bc Fix return type of std::tuple_cat. by Eric Fiselier · 6 years ago
- 4137323 [libc++][test] Fix noexcept assertions in variant's get tests by Casey Carter · 6 years ago
- b0e2daf Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete. by Marshall Clow · 6 years ago
- d3d0ecb Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014. by Marshall Clow · 6 years ago
- 07161d6 Update test to better check for the non-constexpr-ness of a move constructor. Fixes PR#41577. by Marshall Clow · 6 years ago
- d8b0111 Use modern type trait implementations when available. by Richard Smith · 6 years ago
- 2fc5a78 Add std::is_constant_evaluated. by Eric Fiselier · 6 years ago
- bce10f1 Make the test object callable. libstdc++'s bind checks that (libc++ currently does not). Thanks to Jonathan Wakely for the fix. by Marshall Clow · 6 years ago
- a14b767 Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC. by Marshall Clow · 6 years ago
- 98b1532 Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0/0/>0. Thanks to Jonathan Wakely for the report. by Marshall Clow · 6 years ago
- c564c16 Add an any_cast test for array types. Thanks to Jonathan Wakely for the suggestion. by Marshall Clow · 6 years ago
- 6886f1e Avoid name conflict with kernel headers by Eric Fiselier · 6 years ago
- 433eeca Fix namespace name conflict with GCC by Eric Fiselier · 6 years ago
- 1670772 Fix implementation of ::abs and std::abs LWG 2192. by Eric Fiselier · 6 years ago
- e3f7074 [libc++][test] Update some wstring_convert tests for MSVC quirks by Casey Carter · 6 years ago
- c8eb2d0 [libc++] [test] Silence C++20 deprecation warnings in the MSVC STL by Casey Carter · 6 years ago
- 6ab51de [libc++] Make __debug_less::operator() constexpr by Thomas Anderson · 6 years ago
- bd7db5a [libc++] [test] Add missing required headers to midpoint.integer.pass.cpp by Billy Robert O'Neal III · 6 years ago
- 09ef420 [libc++] (Take 2) Add a test that uses the debug database from multiple threads by Louis Dionne · 6 years ago
- 840197e Revert "[libc++] Add a test that uses the debug database from multiple threads" by Louis Dionne · 6 years ago
- 00f2ab1 [libc++] Add a test that uses the debug database from multiple threads by Louis Dionne · 6 years ago
- 83465c7 Add tests for stability to list::sort and forward_list::sort. Thanks to Jonathan Wakely for the notice by Marshall Clow · 6 years ago
- 896b0c7 Fix list/forward_list implementations of remove_if and unique to deal with predicates that are part of the sequence passed in. We already do this for remove. by Marshall Clow · 6 years ago
- e1e1bd7 [libc++] Fix debug_less test in C++03 by Louis Dionne · 6 years ago
- 3c3ccc0 [libc++] Fix build failure with _LIBCPP_DEBUG=0 when iterators return values instead of references by Thomas Anderson · 6 years ago
- e4d6ac5 [libc++] Run back-deployment CI against previously-released libc++abi dylibs by Louis Dionne · 6 years ago
- 7c142fc [libc++] Make sure we don't eagerly diagnose non-const comparators for containers of incomplete types by Louis Dionne · 6 years ago
- 19c44c5 [libc++] Add XFAILs for istream tests that were added in r357775 by Louis Dionne · 6 years ago
- 396145d [libc++] Fix error flags and exceptions propagated from input stream operations by Louis Dionne · 6 years ago
- ea3f97d Try to suppress nodiscard_extension failures with Xcode 9 by Nico Weber · 6 years ago
- 4d50879d Cleanup test failures in no discard tests. by Eric Fiselier · 6 years ago
- 1362d7e libcxx: Add _LIBCPP_NODISCARD_EXT to 38 more functions by Nico Weber · 6 years ago
- 6c49e1c [libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807 by Louis Dionne · 6 years ago
- 4e0605d [libc++][NFC] Rename test file according to the libc++ convention by Louis Dionne · 6 years ago
- 3b8c90b [libc++] (Take 2) Correctly handle Objective-C++ ARC qualifiers in std::is_pointer by Louis Dionne · 6 years ago
- e475c89 Revert "[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer" by Hans Wennborg · 6 years ago
- 4c1581e [libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.conversions\stold.pass.cpp. by Billy Robert O'Neal III · 6 years ago
- 2bb0f75 [libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp to avoid narrowing from pointer subtraction to int warnings. by Billy Robert O'Neal III · 6 years ago
- 7b9e4eb [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp. by Billy Robert O'Neal III · 6 years ago
- 38b7e74 Revert "[libc++] Fix error flags and exceptions propagated from input stream operations" by Louis Dionne · 6 years ago
- 1754774 [libc++] Fix error flags and exceptions propagated from input stream operations by Louis Dionne · 6 years ago
- aac9285 [libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer by Louis Dionne · 6 years ago
- 0657197 Fix a number of bugs in __val_expr's subset operator[]. by Eric Fiselier · 6 years ago
- beb6efb [libcxx] Make sure reference_wrapper works with incomplete types by Louis Dionne · 6 years ago
- 2b0c7ab [libc++] Declare std::tuple_element as struct instead of class by Louis Dionne · 6 years ago
- efa6d80 Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to Zulan for the report, and Howard for the direction of the fix. by Marshall Clow · 6 years ago
- b0e7982 Make common_type's implementation common by Eric Fiselier · 6 years ago
- 1931c43 Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib. by Marshall Clow · 6 years ago
- afeff20 [libc++] Remove unnecessary <iostream> #includes in tests by Louis Dionne · 6 years ago
- 24fa56b Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended by Marshall Clow · 6 years ago
- 7cd0dad [libc++] Rename span's as_writeable_bytes to as_writable_bytes by Louis Dionne · 6 years ago
- 132955f Fix occurrences of _LIBCPP_ASSERT in span tests by Casey Carter · 6 years ago
- daf43ed [libc++] Add proper XFAILs for shared_mutex tests by Louis Dionne · 6 years ago
- b66754a Revert "[coroutines] Add std::experimental::task<T> type" by Brian Gesiak · 6 years ago
- 5783942 [coroutines] Add std::experimental::task<T> type by Brian Gesiak · 6 years ago
- 36db489 Cleaup of requirements for optional. While researching LWG3196, I realized that optional did not reject 'const in_place_t' like it should. Added a test as well, and a check for arrays (which were already disallowed, but now we get a better error message). Should not affect anyone's code. by Marshall Clow · 6 years ago
- e1cd11d Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report. by Marshall Clow · 6 years ago
- a73ac7d9 Fix a vector test to not use a local type as a template parameter. This causes a warning on C++03. NFC by Marshall Clow · 6 years ago
- bea1817 [libc++] Remove too-stringent XFAILs for file_clock tests by Louis Dionne · 6 years ago
- f3486db [libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't support bad_any_cast by Louis Dionne · 6 years ago
- e7e268d9 Mark debug death tests as unsupported on Windows by Eric Fiselier · 6 years ago
- 277cf30 [libcxx] [test] Revert r356632 add (void) casts to operator new calls, to suppress warnings generated by [[nodiscard]]." by Billy Robert O'Neal III · 6 years ago
- f1d87f8 Allow disabling of filesystem library. by Eric Fiselier · 6 years ago
- 49fc265 [libcxx] [test] Add (void) casts to operator new calls, to suppress warnings generated by [[nodiscard]]. by Billy Robert O'Neal III · 6 years ago
- fa05730 [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas by Louis Dionne · 6 years ago
- 61914dc Mark <charconv> tests as unsupported for C++11 and C++14 if you're not testing libc++. Thanks to Louis for the suggestion. by Marshall Clow · 6 years ago
- 769c245 Make to_chars/from_chars work back to C++11. This means that we can use them to implement to_string as well. Reviewed as https://reviews.llvm.org/D59598. by Marshall Clow · 6 years ago
- b38c08a [libc++] Mark <filesystem> tests as failing when the dylib doesn't support filesystem by Louis Dionne · 6 years ago
- 4d03bbb [libc++] Flag file_clock test as expected to fail with ASAN by Louis Dionne · 6 years ago
- cc37af7 [libc++] Build <filesystem> support as part of the dylib by Louis Dionne · 6 years ago
- f7b4323 Revert "[libc++] Build <filesystem> support as part of the dylib" by Louis Dionne · 6 years ago
- d81df259 Fix char.traits.specializations.char8_t main return by JF Bastien · 6 years ago
- 72122d0 [libc++] Build <filesystem> support as part of the dylib by Louis Dionne · 6 years ago
- c3608fc Fix fenv.pass.cpp signature for main by JF Bastien · 6 years ago
- 9ea0e47 Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is. by Marshall Clow · 6 years ago
- 0f8041b Remove unused try catch blocks from old debug tests by Eric Fiselier · 6 years ago
- cc703de Fix test failures after debug mode changes by Eric Fiselier · 6 years ago
- 61b302f Remove exception throwing debug mode handler support. by Eric Fiselier · 6 years ago