[compiler-rt] r345707 - Diable test suppressions-library for NetBSD/i386

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 03:16:54 PDT 2018


Author: kamil
Date: Wed Oct 31 03:16:54 2018
New Revision: 345707

URL: http://llvm.org/viewvc/llvm-project?rev=345707&view=rev
Log:
Diable test suppressions-library for NetBSD/i386

This is a part of the ASan test-suite.

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

Modified: compiler-rt/trunk/test/asan/TestCases/suppressions-library.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/suppressions-library.cc?rev=345707&r1=345706&r2=345707&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/suppressions-library.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/suppressions-library.cc Wed Oct 31 03:16:54 2018
@@ -11,6 +11,7 @@
 // RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
 
 // XFAIL: android
+// XFAIL: i386-netbsd
 
 #include <stdio.h>
 #include <stdlib.h>




More information about the llvm-commits mailing list