XFAILing suppression tests on Android. The suppression files are not being transfered...
authorKuba Brecka <kuba.brecka@gmail.com>
Fri, 5 Dec 2014 22:47:44 +0000 (22:47 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Fri, 5 Dec 2014 22:47:44 +0000 (22:47 +0000)
llvm-svn: 223540

compiler-rt/test/asan/TestCases/suppressions-function.cc
compiler-rt/test/asan/TestCases/suppressions-interceptor.cc
compiler-rt/test/asan/TestCases/suppressions-library.cc

index c18659e..c52b3c3 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index a86d7c5..10d24fd 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index cb4db01..dfb0d4a 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>