diff options
Diffstat (limited to 'compiler-rt')
5 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/asan_dlopen_test.cc b/compiler-rt/test/asan/TestCases/Linux/asan_dlopen_test.cc index 663675c19f2..f1e31b0a055 100644 --- a/compiler-rt/test/asan/TestCases/Linux/asan_dlopen_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/asan_dlopen_test.cc @@ -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> diff --git a/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-1.cc b/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-1.cc index bc2da3e41cd..ba96872d5e9 100644 --- a/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-1.cc +++ b/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-1.cc @@ -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; diff --git a/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-2.cc b/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-2.cc index c3d70426da9..0741958a5ed 100644 --- a/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-2.cc +++ b/compiler-rt/test/asan/TestCases/Linux/asan_preload_test-2.cc @@ -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> diff --git a/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc b/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc index 5687f17c202..30f1c17700c 100644 --- a/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc +++ b/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc @@ -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; } diff --git a/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc b/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc index 9ae846815cf..4c935e2b0f3 100644 --- a/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc +++ b/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc @@ -6,6 +6,7 @@ // RUN: not %run %t 2>&1 | FileCheck %s // REQUIRES: asan-dynamic-runtime +// XFAIL: android #if BUILD_SO char dummy; |

