[compiler-rt] r371574 - Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 16:42:16 PDT 2019


Author: kamil
Date: Tue Sep 10 16:42:16 2019
New Revision: 371574

URL: http://llvm.org/viewvc/llvm-project?rev=371574&view=rev
Log:
Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp

This test now passes.

Modified:
    compiler-rt/trunk/test/tsan/ignored-interceptors-mmap.cpp

Modified: compiler-rt/trunk/test/tsan/ignored-interceptors-mmap.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/ignored-interceptors-mmap.cpp?rev=371574&r1=371573&r2=371574&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/ignored-interceptors-mmap.cpp (original)
+++ compiler-rt/trunk/test/tsan/ignored-interceptors-mmap.cpp Tue Sep 10 16:42:16 2019
@@ -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>




More information about the llvm-commits mailing list