diff options
| author | Maxim Ostapenko <m.ostapenko@partner.samsung.com> | 2016-02-08 12:58:05 +0000 |
|---|---|---|
| committer | Maxim Ostapenko <m.ostapenko@partner.samsung.com> | 2016-02-08 12:58:05 +0000 |
| commit | 3dd0ec12d7b67a6c90e6eb184981da57b872fc90 (patch) | |
| tree | db1430b4264839ee7886b45a09305252aff78929 | |
| parent | 78991582c3efd7c343711f49b6a063f8012b8177 (diff) | |
| download | bcm5719-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.cc | 2 |
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 |

