Index: libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp =================================================================== --- libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp +++ libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp @@ -29,6 +29,10 @@ #include #include +#ifdef _WIN32 +#define DISABLE_NEW_COUNT +#endif + #include "test_macros.h" #include "test_iterators.h" #include "count_new.h" Index: libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp =================================================================== --- libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp +++ libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp @@ -29,6 +29,10 @@ #include #include +#ifdef _WIN32 +#define DISABLE_NEW_COUNT +#endif + #include "test_macros.h" #include "test_iterators.h" #include "count_new.h" Index: libcxx/test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp =================================================================== --- libcxx/test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp +++ libcxx/test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp @@ -36,6 +36,10 @@ #include #include +#ifdef _WIN32 +#define DISABLE_NEW_COUNT +#endif + #include "test_macros.h" #include "test_iterators.h" #include "count_new.h" Index: libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp =================================================================== --- libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp +++ libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp @@ -24,6 +24,10 @@ #include #include +#ifdef _WIN32 +#define DISABLE_NEW_COUNT +#endif + #include "test_macros.h" #include "test_iterators.h" #include "count_new.h" Index: libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp =================================================================== --- libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp +++ libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp @@ -25,6 +25,10 @@ #include #include +#ifdef _WIN32 +#define DISABLE_NEW_COUNT +#endif + #include "test_macros.h" #include "test_iterators.h" #include "count_new.h"