[compiler-rt] r260090 - [asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86_64-linux buildbot.

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 04:58:06 PST 2016


Author: chefmax
Date: Mon Feb  8 06:58:05 2016
New Revision: 260090

URL: http://llvm.org/viewvc/llvm-project?rev=260090&view=rev
Log:
[asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86_64-linux buildbot.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc?rev=260090&r1=260089&r2=260090&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc Mon Feb  8 06:58:05 2016
@@ -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




More information about the llvm-commits mailing list