llvm-project/libcxx/test/std/input.output/filesystems/class.path
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
..
path.itr [libcxx] [test] Fix path.itr/iterator.pass.cpp for windows 2021-03-06 19:27:14 +02:00
path.member [libcxx] [test] Disable some allocation checks in class.path tests on windows 2021-03-15 18:52:48 +02:00
path.nonmember [libc++] [test] Disable parts of path.factory.pass.cpp as requiring localization enabled. 2020-12-04 20:04:35 +01:00
synop.pass.cpp [libcxx] [test] Fix string type handling in a few fairly trivial class.path tests 2020-10-16 21:04:23 +03:00