From 1378c683e99f8e96da5ea677c07441bd88a19210 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Wed, 29 Jul 2015 20:17:21 +0000 Subject: [PATCH] [asan] XFAIL 1 test on Android. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/asan/TestCases/Linux/activation-options.cc b/compiler-rt/test/asan/TestCases/Linux/activation-options.cc index 28a653a..774c7bd 100644 --- a/compiler-rt/test/asan/TestCases/Linux/activation-options.cc +++ b/compiler-rt/test/asan/TestCases/Linux/activation-options.cc @@ -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 -- 2.7.4