[compiler-rt] r345493 - Mark test/tsan/getline_nohang as XFAIL for NetBSD
Kamil Rytarowski via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 29 02:44:42 PDT 2018
Author: kamil
Date: Mon Oct 29 02:44:42 2018
New Revision: 345493
URL: http://llvm.org/viewvc/llvm-project?rev=345493&view=rev
Log:
Mark test/tsan/getline_nohang as XFAIL for NetBSD
Modified:
compiler-rt/trunk/test/tsan/getline_nohang.cc
Modified: compiler-rt/trunk/test/tsan/getline_nohang.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/getline_nohang.cc?rev=345493&r1=345492&r2=345493&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/getline_nohang.cc (original)
+++ compiler-rt/trunk/test/tsan/getline_nohang.cc Mon Oct 29 02:44:42 2018
@@ -1,5 +1,8 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t
+// Data race triggered.
+// XFAIL: netbsd
+
// Make sure TSan doesn't deadlock on a file stream lock at program shutdown.
// See https://github.com/google/sanitizers/issues/454
#ifdef __FreeBSD__
More information about the llvm-commits
mailing list