summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/suppressions-library.cpp
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2019-09-08 16:15:18 +0000
committerKamil Rytarowski <n54@gmx.com>2019-09-08 16:15:18 +0000
commit7564c7007b11f1d6c4f0091c54274cc88e09c312 (patch)
treee3a7eaf1893f003343765f475aba298faaee6868 /test/asan/TestCases/suppressions-library.cpp
parent2de29bfe075329ce329c61f97e2b944eaf582280 (diff)
downloadcompiler-rt-7564c7007b11f1d6c4f0091c54274cc88e09c312.tar.gz
Stop marking 5 ASan tests as failing on NetBSD/i386
Unexpected Passing Tests (4): AddressSanitizer-i386-netbsd :: TestCases/Posix/coverage-reset.cpp AddressSanitizer-i386-netbsd :: TestCases/Posix/coverage.cpp AddressSanitizer-i386-netbsd :: TestCases/Posix/interception-in-shared-lib-test.cpp AddressSanitizer-i386-netbsd :: TestCases/suppressions-library.cpp git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@371337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/suppressions-library.cpp')
-rw-r--r--test/asan/TestCases/suppressions-library.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/suppressions-library.cpp b/test/asan/TestCases/suppressions-library.cpp
index 181ed7582..39ede0840 100644
--- a/test/asan/TestCases/suppressions-library.cpp
+++ b/test/asan/TestCases/suppressions-library.cpp
@@ -11,7 +11,6 @@
// 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>