llvm-project/libcxx/test/std
Billy Robert O'Neal III 078611eed5 [libcxx] [test] Remove nonportable that errc::is_a_directory produces "Is a directory" from ios_base::failure tests
These io_error asserts that std::errc::is_a_directory has message "Is a directory". On MSVC++ it reports "is a directory" (with a lowercase I). That doesn't matter for the ios_failure component being tested, so just implement in terms of system_category().message().

Reviewed as https://reviews.llvm.org/D45715

llvm-svn: 330791
2018-04-25 01:58:55 +00:00
..
algorithms [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
atomics [libcxx] [test] Improve MSVC portability. 2018-01-10 00:39:46 +00:00
containers [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
depr [libcxx] [test] Use the correct type from strlen. Include correct header. 2018-04-10 03:04:07 +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 Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based on P0214R7." 2018-04-23 21:54:06 +00:00
input.output [libcxx] [test] Remove nonportable that errc::is_a_directory produces "Is a directory" from ios_base::failure tests 2018-04-25 01:58:55 +00:00
iterators [libcxx] [test] Use TEST_COMPILER_C1XX. 2018-04-12 23:56:17 +00:00
language.support [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
localization [libcxx] [test] Use TEST_IGNORE_NODISCARD. 2018-04-13 00:07:48 +00:00
numerics [libcxx] [test] Use TEST_COMPILER_C1XX. 2018-04-12 23:56:17 +00:00
re [libcxx] Correctly handle invalid regex character class names 2018-01-24 12:45:18 +00:00
strings [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
thread [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
utilities [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
nothing_to_do.pass.cpp