[Sanitizers] Disable new_delete_test.cc on Android until it's supported.

llvm-svn: 321374
This commit is contained in:
Alex Shlyapnikov 2017-12-22 18:19:59 +00:00
parent f547c96d9f
commit 7abef8f569
1 changed files with 2 additions and 2 deletions

View File

@ -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