diff options
| author | Kamil Rytarowski <n54@gmx.com> | 2018-10-31 10:16:54 +0000 |
|---|---|---|
| committer | Kamil Rytarowski <n54@gmx.com> | 2018-10-31 10:16:54 +0000 |
| commit | 3d2ab50d33f84acb06e997522838a6a05fc77786 (patch) | |
| tree | 4e732031222d2749a573fc2489bb7cc4bd66471c | |
| parent | c3e5dec0b05777f83d440b90d3f141f9b673b7b1 (diff) | |
| download | bcm5719-llvm-3d2ab50d33f84acb06e997522838a6a05fc77786.tar.gz bcm5719-llvm-3d2ab50d33f84acb06e997522838a6a05fc77786.zip | |
Diable test suppressions-library for NetBSD/i386
This is a part of the ASan test-suite.
llvm-svn: 345707
| -rw-r--r-- | compiler-rt/test/asan/TestCases/suppressions-library.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/suppressions-library.cc b/compiler-rt/test/asan/TestCases/suppressions-library.cc index 39ede084010..181ed75826c 100644 --- a/compiler-rt/test/asan/TestCases/suppressions-library.cc +++ b/compiler-rt/test/asan/TestCases/suppressions-library.cc @@ -11,6 +11,7 @@ // RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s // XFAIL: android +// XFAIL: i386-netbsd #include <stdio.h> #include <stdlib.h> |

