Mark interception_failure_test with XFAIL for NetBSD
authorKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 18:21:58 +0000 (18:21 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 18:21:58 +0000 (18:21 +0000)
This test breaks also on FreeBSD.

llvm-svn: 345619

compiler-rt/test/asan/TestCases/interception_failure_test.cc

index d85500b..b4e6c58 100644 (file)
@@ -5,7 +5,7 @@
 // RUN: %clangxx_asan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O2 %s -o %t && %run %t 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O3 %s -o %t && %run %t 2>&1 | FileCheck %s
-// XFAIL: freebsd
+// XFAIL: freebsd, netbsd
 
 // On Windows, defining strtoll in a static build results in linker errors, but
 // it works with the dynamic runtime.