Mark test/tsan/getline_nohang as XFAIL for NetBSD

llvm-svn: 345493
This commit is contained in:
Kamil Rytarowski 2018-10-29 09:44:42 +00:00
parent 43d1653fc0
commit 0ef090cad1
1 changed files with 3 additions and 0 deletions

View File

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