You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp
-5
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,6 @@
20
20
// XFAIL: with_system_cxx_lib=macosx10.10
21
21
// XFAIL: with_system_cxx_lib=macosx10.9
22
22
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
-
28
23
// test operator new nothrow by replacing only operator new
Copy file name to clipboardExpand all lines: libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
-5
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,6 @@
20
20
// XFAIL: with_system_cxx_lib=macosx10.10
21
21
// XFAIL: with_system_cxx_lib=macosx10.9
22
22
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
-
28
23
// test operator new nothrow by replacing only operator new
0 commit comments