Attempt to workaround XPASS for aligned allocation tests
authorEric Fiselier <eric@efcs.ca>
Thu, 20 Oct 2016 03:31:07 +0000 (03:31 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 20 Oct 2016 03:31:07 +0000 (03:31 +0000)
llvm-svn: 284691

libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t.pass.cpp
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t.pass.cpp
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp

index 1d2f799..55c26fa 100644 (file)
@@ -12,7 +12,8 @@
 // asan and msan will not call the new handler.
 // UNSUPPORTED: sanitizer-new-delete
 
-// XFAIL: no-aligned-allocation
+// FIXME change this to XFAIL.
+// UNSUPPORTED: no-aligned-allocation
 
 // test operator new
 
index d4b1493..28da309 100644 (file)
@@ -12,7 +12,8 @@
 // asan and msan will not call the new handler.
 // UNSUPPORTED: sanitizer-new-delete
 
-// XFAIL: no-aligned-allocation
+// FIXME turn this into an XFAIL
+// UNSUPPORTED: no-aligned-allocation
 
 // test operator new (nothrow)
 
index a0caeea..fefae51 100644 (file)
@@ -12,7 +12,8 @@
 // asan and msan will not call the new handler.
 // UNSUPPORTED: sanitizer-new-delete
 
-// XFAIL: no-aligned-allocation
+// FIXME turn this into an XFAIL
+// UNSUPPORTED: no-aligned-allocation
 
 // test operator new
 
index 4e492e0..ca8503e 100644 (file)
@@ -12,7 +12,8 @@
 // asan and msan will not call the new handler.
 // UNSUPPORTED: sanitizer-new-delete
 
-// XFAIL: no-aligned-allocation
+// FIXME turn this into an XFAIL
+// UNSUPPORTED: no-aligned-allocation
 
 // test operator new (nothrow)