summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>