From 8a3fce5edfbc01bf0946ba9e56cf0c56dab87ea9 Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Fri, 5 Dec 2014 22:47:44 +0000 Subject: XFAILing suppression tests on Android. The suppression files are not being transfered to the device. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@223540 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/asan/TestCases/suppressions-function.cc | 2 ++ test/asan/TestCases/suppressions-interceptor.cc | 2 ++ test/asan/TestCases/suppressions-library.cc | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/asan/TestCases/suppressions-function.cc b/test/asan/TestCases/suppressions-function.cc index c18659e9f..c52b3c303 100644 --- a/test/asan/TestCases/suppressions-function.cc +++ b/test/asan/TestCases/suppressions-function.cc @@ -6,6 +6,8 @@ // RUN: %clangxx_asan -O0 %s -o %t && ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s // RUN: %clangxx_asan -O3 %s -o %t && ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s +// XFAIL: android + #include #include #include diff --git a/test/asan/TestCases/suppressions-interceptor.cc b/test/asan/TestCases/suppressions-interceptor.cc index a86d7c5cf..10d24fdc3 100644 --- a/test/asan/TestCases/suppressions-interceptor.cc +++ b/test/asan/TestCases/suppressions-interceptor.cc @@ -5,6 +5,8 @@ // RUN: echo "interceptor_name:strlen" > %t.supp // RUN: ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s +// XFAIL: android + #include #include #include diff --git a/test/asan/TestCases/suppressions-library.cc b/test/asan/TestCases/suppressions-library.cc index cb4db013c..dfb0d4a5e 100644 --- a/test/asan/TestCases/suppressions-library.cc +++ b/test/asan/TestCases/suppressions-library.cc @@ -7,6 +7,8 @@ // RUN: echo "interceptor_via_lib:%t-so.so" > %t.supp // RUN: ASAN_OPTIONS=suppressions=%t.supp %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s +// XFAIL: android + #include #include #include -- cgit v1.2.3