summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Ostapenko <m.ostapenko@partner.samsung.com>2016-02-08 12:58:05 +0000
committerMaxim Ostapenko <m.ostapenko@partner.samsung.com>2016-02-08 12:58:05 +0000
commit3dd0ec12d7b67a6c90e6eb184981da57b872fc90 (patch)
treedb1430b4264839ee7886b45a09305252aff78929
parent78991582c3efd7c343711f49b6a063f8012b8177 (diff)
downloadbcm5719-llvm-3dd0ec12d7b67a6c90e6eb184981da57b872fc90.tar.gz
bcm5719-llvm-3dd0ec12d7b67a6c90e6eb184981da57b872fc90.zip
[asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86_64-linux buildbot.
llvm-svn: 260090
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/local_alias.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/local_alias.cc b/compiler-rt/test/asan/TestCases/Linux/local_alias.cc
index 371397c1f0e..275779c0380 100644
--- a/compiler-rt/test/asan/TestCases/Linux/local_alias.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/local_alias.cc
@@ -4,6 +4,8 @@
// false positive global-buffer-overflow due to sanitized library poisons
// globals from non-sanitized one.
//
+// FIXME: https://github.com/google/sanitizers/issues/316
+// XFAIL: android
// XFAIL: mips
//
// RUN: %clangxx_asan -DBUILD_INSTRUMENTED_DSO=1 -fPIC -shared -mllvm -asan-use-private-alias %s -o %t-INSTRUMENTED-SO.so
OpenPOWER on IntegriCloud