[compiler-rt] r345619 - Mark interception_failure_test with XFAIL for NetBSD

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 11:21:59 PDT 2018


Author: kamil
Date: Tue Oct 30 11:21:58 2018
New Revision: 345619

URL: http://llvm.org/viewvc/llvm-project?rev=345619&view=rev
Log:
Mark interception_failure_test with XFAIL for NetBSD

This test breaks also on FreeBSD.

Modified:
    compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc

Modified: compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc?rev=345619&r1=345618&r2=345619&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/interception_failure_test.cc Tue Oct 30 11:21:58 2018
@@ -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.




More information about the llvm-commits mailing list