Skip to content

Commit

Permalink
[libcxx] [test] Remove a couple outdated XFAIL LIBCXX-WINDOWS-FIXME
Browse files Browse the repository at this point in the history
With current versions of MSVC, these tests do succeed.

Differential Revision: https://reviews.llvm.org/D99094
  • Loading branch information
mstorsjo committed Mar 22, 2021
1 parent 4c402ae commit 247f8f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
// XFAIL: with_system_cxx_lib=macosx10.10
// XFAIL: with_system_cxx_lib=macosx10.9

// On Windows libc++ doesn't provide its own definitions for new/delete
// but instead depends on the ones in VCRuntime. However VCRuntime does not
// yet provide aligned new/delete definitions so this test fails.
// XFAIL: LIBCXX-WINDOWS-FIXME

// test operator new nothrow by replacing only operator new

#include <new>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
// XFAIL: with_system_cxx_lib=macosx10.10
// XFAIL: with_system_cxx_lib=macosx10.9

// On Windows libc++ doesn't provide its own definitions for new/delete
// but instead depends on the ones in VCRuntime. However VCRuntime does not
// yet provide aligned new/delete definitions so this test fails.
// XFAIL: LIBCXX-WINDOWS-FIXME

// test operator new nothrow by replacing only operator new

#include <new>
Expand Down

0 comments on commit 247f8f6

Please sign in to comment.