summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/interception-in-shared-lib-test.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/interception-in-shared-lib-test.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/interception-in-shared-lib-test.cpp')
-rw-r--r--test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp b/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
index 455390a8d..b592edb9f 100644
--- a/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
+++ b/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
@@ -5,8 +5,6 @@
// RUN: %clangxx_asan -O0 %s -o %t %ld_flags_rpath_exe && \
// RUN: not %run %t 2>&1 | FileCheck %s
-// XFAIL: i386-netbsd
-
#include <stdio.h>
#include <string.h>