forked from OSchip/llvm-project
[Sanitizers] Disable new_delete_test.cc on Android until it's supported.
llvm-svn: 321374
This commit is contained in:
parent
f547c96d9f
commit
7abef8f569
|
@ -1,8 +1,8 @@
|
|||
// RUN: %clangxx -std=c++1z -faligned-allocation -O0 %s -o %t && %run %t
|
||||
// RUN: %clangxx -std=c++1z -faligned-allocation -fsized-deallocation -O0 %s -o %t && %run %t
|
||||
|
||||
// ubsan does not intercept new/delete.
|
||||
// UNSUPPORTED: ubsan
|
||||
// ubsan does not intercept new/delete, adnroid is to be fixed.
|
||||
// UNSUPPORTED: ubsan,android
|
||||
|
||||
// Check that all new/delete variants are defined and work with supported
|
||||
// sanitizers. Sanitizer-specific failure modes tests are supposed to go to
|
||||
|
|
Loading…
Reference in New Issue