summaryrefslogtreecommitdiff
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
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
-rw-r--r--test/asan/TestCases/Posix/coverage-reset.cpp2
-rw-r--r--test/asan/TestCases/Posix/coverage.cpp1
-rw-r--r--test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp2
-rw-r--r--test/asan/TestCases/suppressions-library.cpp1
4 files changed, 0 insertions, 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 <stdio.h>
#include <sanitizer/coverage_interface.h>
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>
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>
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>