[compiler-rt] r243564 - [asan] XFAIL 1 test on Android.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Jul 29 13:17:22 PDT 2015
Author: eugenis
Date: Wed Jul 29 15:17:21 2015
New Revision: 243564
URL: http://llvm.org/viewvc/llvm-project?rev=243564&view=rev
Log:
[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.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/activation-options.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/activation-options.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/activation-options.cc?rev=243564&r1=243563&r2=243564&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/activation-options.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/activation-options.cc Wed Jul 29 15:17:21 2015
@@ -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>
More information about the llvm-commits
mailing list