llvm-project/libcxx/test/std
Saleem Abdulrasool c409aa8a9e test: silence warnings on clang under clang-cl
When running under clang-cl mode, we do not define `__GNUC__`, resulting
in the test failing.

llvm-svn: 295560
2017-02-18 19:28:41 +00:00
..
algorithms Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. 2017-02-07 18:41:25 +00:00
atomics [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
containers Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
depr test: silence warnings on clang under clang-cl 2017-02-18 19:28:41 +00:00
diagnostics Extend XFAIL to c++98. 2017-02-02 11:56:26 +00:00
experimental add tests for ENAMETOOLONG 2017-02-17 01:00:37 +00:00
input.output Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
iterators Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
language.support Fix type_info's constructor by making it explicit again. 2017-01-17 23:41:42 +00:00
localization test: use char32_t rather than wchar_t 2017-02-12 21:42:35 +00:00
numerics Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. 2017-02-10 20:49:08 +00:00
re Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
strings Remove dead code in test 2017-02-17 07:00:04 +00:00
thread test: mark requirement for pthread test 2017-02-12 17:37:48 +00:00
utilities Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
nothing_to_do.pass.cpp