[asan] XFAIL:android several tests.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 28 May 2014 13:07:39 +0000 (13:07 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 28 May 2014 13:07:39 +0000 (13:07 +0000)
llvm-svn: 209734

compiler-rt/test/asan/TestCases/Linux/asan_dlopen_test.cc
compiler-rt/test/asan/TestCases/Linux/asan_preload_test-1.cc
compiler-rt/test/asan/TestCases/Linux/asan_preload_test-2.cc
compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc
compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc

index 663675c..f1e31b0 100644 (file)
@@ -3,6 +3,7 @@
 // RUN: %clangxx %s -DRT=\"%shared_libasan\" -o %t -ldl
 // RUN: not %run %t 2>&1 | FileCheck %s
 // REQUIRES: asan-dynamic-runtime
+// XFAIL: android
 
 #include <dlfcn.h>
 
index bc2da3e..ba96872 100644 (file)
@@ -8,6 +8,7 @@
 // RUN: LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: asan-dynamic-runtime
+// XFAIL: android
 
 #if BUILD_SO
 char dummy;
index c3d7042..0741958 100644 (file)
@@ -4,6 +4,7 @@
 // RUN: LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: asan-dynamic-runtime
+// XFAIL: android
 
 #include <stdlib.h>
 
index 5687f17..30f1c17 100644 (file)
@@ -5,6 +5,7 @@
 // RUN: LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: asan-dynamic-runtime
+// XFAIL: android
 
 #include <stdlib.h>
 int main(int argc, char **argv) { return 0; }
index 9ae8468..4c935e2 100644 (file)
@@ -6,6 +6,7 @@
 // RUN: not %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: asan-dynamic-runtime
+// XFAIL: android
 
 #if BUILD_SO
 char dummy;