llvm-project/libcxx/test/std
Marshall Clow e426a832dd Apparently 'C++14' is different than 'c++14'
llvm-svn: 322034
2018-01-08 22:16:30 +00:00
..
algorithms Add the C++17 extensions to std::search. Include the default searcher, but not the Boyer-Moore or Boyer-Moore-Horspool searcher (yet). BUT put the BM and BMH tests in place, marked to XFAIL. The other searchers will follow soon 2018-01-08 19:18:00 +00:00
atomics [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
containers Mark LWG2824 as complete. We already did it, but I added a test to be sure 2018-01-03 04:37:30 +00:00
depr Change a bunch of comments from C++1z to C++17. NFC 2017-11-02 15:03:25 +00:00
diagnostics Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
experimental [libcxx] [test] Strip trailing whitespace. NFC. 2017-12-07 00:50:23 +00:00
input.output libcxx: Fix for basic_stringbuf::seekoff() after r320604. 2017-12-19 23:33:16 +00:00
iterators [libcxx] Define istream_iterator equality comparison operators out-of-line 2017-12-11 13:54:58 +00:00
language.support Commit tests for changes in revision 319710 2017-12-04 23:04:53 +00:00
localization [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. 2017-12-13 00:51:31 +00:00
numerics Change add_ten to add_one to avoid triggering ubsan integer overflow. 2018-01-08 19:45:16 +00:00
re Add missing test_macros.h inclusion. 2017-11-21 22:16:57 +00:00
strings Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch. 2017-12-20 16:31:40 +00:00
thread Revert commit removing allocator support from packaged_task. Will investigate further 2017-11-27 20:47:54 +00:00
utilities Apparently 'C++14' is different than 'c++14' 2018-01-08 22:16:30 +00:00
nothing_to_do.pass.cpp