From 7564c7007b11f1d6c4f0091c54274cc88e09c312 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Sun, 8 Sep 2019 16:15:18 +0000 Subject: 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 --- test/asan/TestCases/Posix/coverage-reset.cpp | 2 -- test/asan/TestCases/Posix/coverage.cpp | 1 - test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp | 2 -- test/asan/TestCases/suppressions-library.cpp | 1 - 4 files changed, 6 deletions(-) diff --git a/test/asan/TestCases/Posix/coverage-reset.cpp b/test/asan/TestCases/Posix/coverage-reset.cpp index b3b7a575a..e89181cc6 100644 --- a/test/asan/TestCases/Posix/coverage-reset.cpp +++ b/test/asan/TestCases/Posix/coverage-reset.cpp @@ -5,8 +5,6 @@ // // UNSUPPORTED: ios -// XFAIL: i386-netbsd - #include #include 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 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 #include 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 #include -- cgit v1.2.1