summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2018-12-20 10:56:34 +0000
committerVitaly Buka <vitalybuka@google.com>2018-12-20 10:56:34 +0000
commit55381150926c078f90391f3a5249edc5a6943ff2 (patch)
tree16b81bfc8b8bdb11d999f1848755504754064712
parent6199784c5a26750448fbb5656b9cdbf2322dc4a2 (diff)
downloadbcm5719-llvm-55381150926c078f90391f3a5249edc5a6943ff2.tar.gz
bcm5719-llvm-55381150926c078f90391f3a5249edc5a6943ff2.zip
[asan] Revert still Androind incompatible tests enabled in r349736
llvm-svn: 349740
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc1
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/odr-violation.cc3
2 files changed, 4 insertions, 0 deletions
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 9d599927618..6328cbb2ce8 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;
diff --git a/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc b/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc
index 87e540f6b98..a1941fcc8d7 100644
--- a/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc
@@ -1,3 +1,6 @@
+// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
+// XFAIL: android
+//
// We use fast_unwind_on_malloc=0 to have full unwinding even w/o frame
// pointers. This setting is not on by default because it's too expensive.
//
OpenPOWER on IntegriCloud