hanchenye-llvm-project/libcxx/test
Eric Fiselier d4bc0bf3a3 Fix rvalue bug in __has_operator_addressof
llvm-svn: 221398
2014-11-05 21:20:10 +00:00
..
algorithms Create a 'comma_iterator' class that overloads operator, and asserts when it's called. Add tests to mismatch to make sure it can't be blindsided by such an evil iterator. More tests for other algorithms forthcoming. Thanks to STL for pointing this out at CppCon and Yakov Galka for opening LWG issue #2133 2014-09-16 20:38:11 +00:00
atomics Test that the single-threaded lit feature is available iff the corresponding guard is #defined 2014-10-27 22:39:19 +00:00
containers Actually mark the tests an unsupported with MSAN (not just ASAN) 2014-11-04 05:36:15 +00:00
depr Some tests used __typeof__ instead of decltype. Replace these usages. 2014-10-21 15:07:09 +00:00
diagnostics
experimental Mark string_view::to_string as const. Fixes PR21428 2014-11-02 15:35:32 +00:00
extensions
input.output Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change 2014-10-18 11:03:33 +00:00
iterators
language.support Actually mark the tests an unsupported with MSAN (not just ASAN) 2014-11-04 05:36:15 +00:00
localization Actually mark the tests an unsupported with MSAN (not just ASAN) 2014-11-04 05:36:15 +00:00
numerics [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo. 2014-10-17 00:31:47 +00:00
re [libcxx] Remove use of uniform initialization from regex tests so that they compile in C++03. 2014-10-27 19:29:32 +00:00
strings Mark cuchar tests as always xfail since we don't provide the header' 2014-08-18 05:09:51 +00:00
support Fix use of operator comma in is_permutation and delete comma operator for test iterators. 2014-10-27 20:26:25 +00:00
thread Mark another test as UNSUPPORTED with ASAN and MSAN 2014-11-04 17:03:47 +00:00
utilities Fix rvalue bug in __has_operator_addressof 2014-11-05 21:20:10 +00:00
CMakeLists.txt [libcxx] Add --show-unsupported and --show-xfail to check-libcxx's default LIT args. 2014-08-23 04:33:20 +00:00
lit.cfg Fix example in documentation of target triple sanitization. 2014-10-28 18:03:38 +00:00
lit.site.cfg.in [libcxx] Redo adding support for building and testing with an ABI library not along linker paths 2014-10-19 00:42:41 +00:00
nothing_to_do.pass.cpp Test commit: Reverting whitespace changes 2014-07-17 05:10:03 +00:00
testit