diff options
author | Maxim Ostapenko <chefmax7@gmail.com> | 2017-09-22 08:23:16 +0000 |
---|---|---|
committer | Maxim Ostapenko <chefmax7@gmail.com> | 2017-09-22 08:23:16 +0000 |
commit | c1f0b0ecabf48662c51f9cdaea868813f12daea3 (patch) | |
tree | 3481c09642b911eb6841e36806377b3c48399e77 | |
parent | 9d016b773b18dd35dabee67b2175d5625fc7854a (diff) | |
download | bcm5719-llvm-c1f0b0ecabf48662c51f9cdaea868813f12daea3.tar.gz bcm5719-llvm-c1f0b0ecabf48662c51f9cdaea868813f12daea3.zip |
[asan/lsan] Trying to fix buildbots after r313966
llvm-svn: 313967
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc (renamed from compiler-rt/test/asan/TestCases/recoverable-lsan.cc) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/recoverable-lsan.cc b/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc index 99720601291..e65e71df8e6 100644 --- a/compiler-rt/test/asan/TestCases/recoverable-lsan.cc +++ b/compiler-rt/test/asan/TestCases/Linux/recoverable-lsan.cc @@ -3,6 +3,7 @@ // RUN: %env_asan_opts="halt_on_error=0" %run %t 2>&1 | FileCheck %s // RUN: %env_asan_opts="halt_on_error=1" not %run %t 2>&1 | FileCheck %s // RUN: not %run %t 2>&1 | FileCheck %s +// UNSUPPORTED: android #include <stdlib.h> |