llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member
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.assign [libcxx] [test] Disable some allocation checks in class.path tests on windows 2021-03-15 18:52:48 +02:00
path.construct [libcxx] Make path::format a non-class enum 2021-02-21 00:25:54 +02:00
path.decompose [libcxx] [test] Fix path.decompose for windows 2021-03-05 19:37:31 +02:00
path.gen [libcxx] [test] Clarify and improve consistency in lexically_relative_and_proximate.pass.cpp. NFC. 2021-03-07 23:15:05 +02:00
path.generic.obs [libcxx] Make generic_*string return paths with forward slashes on windows 2021-02-19 21:49:51 +02:00
path.modifiers [libcxx] [test] Fix path.modifiers remove_filename and replace_filename for windows 2021-03-07 10:37:13 +02:00
path.native.obs [libcxx] [test] Disable some allocation checks in class.path tests on windows 2021-03-15 18:52:48 +02:00
path.query [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
path.append.pass.cpp [libcxx] [test] Disable some allocation checks in class.path tests on windows 2021-03-15 18:52:48 +02:00
path.charconv.pass.cpp [libc++] [test] Mark path.charconv.pass.cpp as requiring localization enabled. 2020-12-04 19:58:48 +01:00
path.compare.pass.cpp [libcxx] [test] Use the native path types in path.compare 2021-03-01 21:01:46 +02:00
path.concat.pass.cpp [libcxx] [test] Disable some allocation checks in class.path tests on windows 2021-03-15 18:52:48 +02:00