[compiler-rt] r315220 - [ubsan] Disable one test on Android.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 10:45:04 PDT 2017
Author: eugenis
Date: Mon Oct 9 10:45:03 2017
New Revision: 315220
URL: http://llvm.org/viewvc/llvm-project?rev=315220&view=rev
Log:
[ubsan] Disable one test on Android.
Modified:
compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
Modified: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp?rev=315220&r1=315219&r2=315220&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp Mon Oct 9 10:45:03 2017
@@ -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>
More information about the llvm-commits
mailing list