summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2019-09-10 23:42:16 +0000
committerKamil Rytarowski <n54@gmx.com>2019-09-10 23:42:16 +0000
commitd6fe73207c58d4d4972bfea2aa0bbc0709d3f1fe (patch)
treeb14277304998b1008f5fe43c8de1dfbd9c760c07
parentb8d08ee1cfda98e633c3fdebc5fc9a2dd7facfaa (diff)
downloadcompiler-rt-d6fe73207c58d4d4972bfea2aa0bbc0709d3f1fe.tar.gz
Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp
This test now passes. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@371574 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/tsan/ignored-interceptors-mmap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tsan/ignored-interceptors-mmap.cpp b/test/tsan/ignored-interceptors-mmap.cpp
index c2116130b..451fd1b6c 100644
--- a/test/tsan/ignored-interceptors-mmap.cpp
+++ b/test/tsan/ignored-interceptors-mmap.cpp
@@ -1,7 +1,6 @@
// RUN: %clangxx_tsan -O0 %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-RACE
// RUN: %run %t ignore 2>&1 | FileCheck %s --check-prefix=CHECK-IGNORE
-// XFAIL: netbsd
#include <sys/mman.h>
#include <string.h>