You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std
Tom Stellard 6599cac096 Merging r333467:
------------------------------------------------------------------------
r333467 | marshall | 2018-05-29 15:25:42 -0700 (Tue, 29 May 2018) | 1 line

Fix embarrasing typo in uncaught_exceptions. Update tests to really test this. Thanks to Peter Klotz for calling my attention to this.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_60@333910 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
algorithms [libcxx] [test] Fix MSVC warnings, null pointer deref. 8 years ago
atomics [libcxx] [test] Untabify, NFC. 8 years ago
containers Mark LWG2824 as complete. We already did it, but I added a test to be sure 8 years ago
depr Change a bunch of comments from C++1z to C++17. NFC 8 years ago
diagnostics Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
experimental [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
input.output Merging r325147: 8 years ago
iterators [libcxx] Define istream_iterator equality comparison operators out-of-line 8 years ago
language.support Merging r333467: 8 years ago
localization [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. 8 years ago
numerics Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
re Add missing test_macros.h inclusion. 8 years ago
strings Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch. 8 years ago
thread Revert commit removing allocator support from packaged_task. Will investigate further 8 years ago
utilities Merging r324153: 8 years ago
nothing_to_do.pass.cpp