summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Shlyapnikov <alekseys@google.com>2017-12-22 18:19:59 +0000
committerAlex Shlyapnikov <alekseys@google.com>2017-12-22 18:19:59 +0000
commit2e1adb04781b8eddfe1666727e029f6a05c60131 (patch)
tree44c2c837aa06f62b9c6b40f63aa26337e8c94388 /test
parent654de9cb6f8f66a9e5a0d110c54e89121b562934 (diff)
[Sanitizers] Disable new_delete_test.cc on Android until it's supported.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@321374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_common/TestCases/Linux/new_delete_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/new_delete_test.cc b/test/sanitizer_common/TestCases/Linux/new_delete_test.cc
index 5532da399..f6644aa42 100644
--- a/test/sanitizer_common/TestCases/Linux/new_delete_test.cc
+++ b/test/sanitizer_common/TestCases/Linux/new_delete_test.cc
@@ -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