summaryrefslogtreecommitdiff
path: root/test/ubsan
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-09 17:45:03 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-09 17:45:03 +0000
commit23784812b2aab862b02722a045a426d48b442100 (patch)
tree4aeefe8415216b360ff3746717c5b970a7bc6eed /test/ubsan
parent5c1865cfabd146b23bd74d83befb32c628ce8938 (diff)
[ubsan] Disable one test on Android.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan')
-rw-r--r--test/ubsan/TestCases/TypeCheck/vptr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/TypeCheck/vptr.cpp b/test/ubsan/TestCases/TypeCheck/vptr.cpp
index 21d762ee1..1db41ddd0 100644
--- a/test/ubsan/TestCases/TypeCheck/vptr.cpp
+++ b/test/ubsan/TestCases/TypeCheck/vptr.cpp
@@ -27,6 +27,8 @@
// REQUIRES: stable-runtime, cxxabi
// UNSUPPORTED: win32
+// Suppressions file not pushed to the device.
+// UNSUPPORTED: android
#include <new>
#include <assert.h>
#include <stdio.h>