diff options
author | Kamil Rytarowski <n54@gmx.com> | 2019-09-10 23:42:16 +0000 |
---|---|---|
committer | Kamil Rytarowski <n54@gmx.com> | 2019-09-10 23:42:16 +0000 |
commit | 0910a03bc25e72edf7bdc1e477419fcd366c4c4c (patch) | |
tree | 7ce8d28b6dc6a7eb1372900ed3d87bafb1008043 | |
parent | f9cc0393b341220656bcb085de51247f2bec6692 (diff) | |
download | bcm5719-llvm-0910a03bc25e72edf7bdc1e477419fcd366c4c4c.tar.gz bcm5719-llvm-0910a03bc25e72edf7bdc1e477419fcd366c4c4c.zip |
Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp
This test now passes.
llvm-svn: 371574
-rw-r--r-- | compiler-rt/test/tsan/ignored-interceptors-mmap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp b/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp index c2116130b08..451fd1b6c67 100644 --- a/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp +++ b/compiler-rt/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> |