projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9cc039
)
Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp
author
Kamil Rytarowski
<n54@gmx.com>
Tue, 10 Sep 2019 23:42:16 +0000
(23:42 +0000)
committer
Kamil Rytarowski
<n54@gmx.com>
Tue, 10 Sep 2019 23:42:16 +0000
(23:42 +0000)
This test now passes.
llvm-svn: 371574
compiler-rt/test/tsan/ignored-interceptors-mmap.cpp
patch
|
blob
|
history
diff --git
a/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp
b/compiler-rt/test/tsan/ignored-interceptors-mmap.cpp
index c2116130b089adbcfe2a5157028700919f8341f9..451fd1b6c679d2ea838f54760a209a8ba6fcc302 100644
(file)
--- 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>