summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/coverage.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/Posix/coverage.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/Posix/coverage.cpp')
-rw-r--r--test/asan/TestCases/Posix/coverage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/Posix/coverage.cpp b/test/asan/TestCases/Posix/coverage.cpp
index 9dbd72eab..12a88402e 100644
--- a/test/asan/TestCases/Posix/coverage.cpp
+++ b/test/asan/TestCases/Posix/coverage.cpp
@@ -18,7 +18,6 @@
//
// https://code.google.com/p/address-sanitizer/issues/detail?id=263
// XFAIL: android
-// XFAIL: i386-netbsd
// UNSUPPORTED: ios
#include <assert.h>