[compiler-rt] r345655 - Switch getline_nohang from XFAIL to UNSUPPORTED for NetBSD

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 14:41:32 PDT 2018


Author: kamil
Date: Tue Oct 30 14:41:31 2018
New Revision: 345655

URL: http://llvm.org/viewvc/llvm-project?rev=345655&view=rev
Log:
Switch getline_nohang from XFAIL to UNSUPPORTED for NetBSD

This test sometimes works, usually breaks.

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=345655&r1=345654&r2=345655&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/getline_nohang.cc (original)
+++ compiler-rt/trunk/test/tsan/getline_nohang.cc Tue Oct 30 14:41:31 2018
@@ -1,7 +1,7 @@
 // RUN: %clangxx_tsan -O1 %s -o %t && %run %t
 
-// Data race triggered.
-// XFAIL: netbsd
+// Data race randomly triggered.
+// UNSUPPORTED: netbsd
 
 // Make sure TSan doesn't deadlock on a file stream lock at program shutdown.
 // See https://github.com/google/sanitizers/issues/454




More information about the llvm-commits mailing list