Switch getline_nohang from XFAIL to UNSUPPORTED for NetBSD

This test sometimes works, usually breaks.

llvm-svn: 345655
This commit is contained in:
Kamil Rytarowski 2018-10-30 21:41:31 +00:00
parent 9e5016a384
commit 5786b9fe88
1 changed files with 2 additions and 2 deletions

View File

@ -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