forked from OSchip/llvm-project
Attempt to workaround XPASS for aligned allocation tests
llvm-svn: 284691
This commit is contained in:
parent
53937db801
commit
db94496629
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue