[asan] XFAIL 1 test on Android.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 29 Jul 2015 20:17:21 +0000 (20:17 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 29 Jul 2015 20:17:21 +0000 (20:17 +0000)
The test uses source file relative paths which does not work when the
test is executed on a remote device.

llvm-svn: 243564

compiler-rt/test/asan/TestCases/Linux/activation-options.cc

index 28a653a..774c7bd 100644 (file)
@@ -29,6 +29,7 @@
 // RUN:   FileCheck %s --check-prefix=CHECK-HELP --check-prefix=CHECK-FOUND
 
 // XFAIL: arm-linux-gnueabi
+// XFAIL: android
 
 #if !defined(SHARED_LIB)
 #include <assert.h>