Skip to content

Commit 247f8f6

Browse files
committed
[libcxx] [test] Remove a couple outdated XFAIL LIBCXX-WINDOWS-FIXME
With current versions of MSVC, these tests do succeed. Differential Revision: https://reviews.llvm.org/D99094
1 parent 4c402ae commit 247f8f6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
// XFAIL: with_system_cxx_lib=macosx10.10
2121
// XFAIL: with_system_cxx_lib=macosx10.9
2222

23-
// On Windows libc++ doesn't provide its own definitions for new/delete
24-
// but instead depends on the ones in VCRuntime. However VCRuntime does not
25-
// yet provide aligned new/delete definitions so this test fails.
26-
// XFAIL: LIBCXX-WINDOWS-FIXME
27-
2823
// test operator new nothrow by replacing only operator new
2924

3025
#include <new>

libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
// XFAIL: with_system_cxx_lib=macosx10.10
2121
// XFAIL: with_system_cxx_lib=macosx10.9
2222

23-
// On Windows libc++ doesn't provide its own definitions for new/delete
24-
// but instead depends on the ones in VCRuntime. However VCRuntime does not
25-
// yet provide aligned new/delete definitions so this test fails.
26-
// XFAIL: LIBCXX-WINDOWS-FIXME
27-
2823
// test operator new nothrow by replacing only operator new
2924

3025
#include <new>

0 commit comments

Comments
 (0)