llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs
Martin Storsjö f5f3a59837 [libcxx] [test] Disable some allocation checks in class.path tests on windows
On windows, the path internal representation is wchar_t, and
input/output often goes through utf8 inbetween, which causes extra
allocations.

MS STL also fails a number of strict allocation checks, so this
shouldn't be a standards compliance issue.

Differential Revision: https://reviews.llvm.org/D98398
2021-03-15 18:52:48 +02:00
..
c_str.pass.cpp [libcxx] [test] Fix string type handling in a few fairly trivial class.path tests 2020-10-16 21:04:23 +03:00
named_overloads.pass.cpp [libcxx] Implement c++2a char8_t input/output of std::filesystem::path 2020-12-04 11:37:05 +02:00
native.pass.cpp [libcxx] [test] Fix string type handling in a few fairly trivial class.path tests 2020-10-16 21:04:23 +03:00
operator_string.pass.cpp [libcxx] [test] Fix string type handling in a few fairly trivial class.path tests 2020-10-16 21:04:23 +03:00
string_alloc.pass.cpp [libcxx] [test] Disable some allocation checks in class.path tests on windows 2021-03-15 18:52:48 +02:00