From d6fe73207c58d4d4972bfea2aa0bbc0709d3f1fe Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Tue, 10 Sep 2019 23:42:16 +0000 Subject: 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 --- test/tsan/ignored-interceptors-mmap.cpp | 1 - 1 file changed, 1 deletion(-) 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 #include -- cgit v1.2.1