[compiler-rt] r371337 - Stop marking 5 ASan tests as failing on NetBSD/i386

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 8 09:15:18 PDT 2019


Author: kamil
Date: Sun Sep  8 09:15:18 2019
New Revision: 371337

URL: http://llvm.org/viewvc/llvm-project?rev=371337&view=rev
Log:
Stop marking 5 ASan tests as failing on NetBSD/i386

Unexpected Passing Tests (4):
    AddressSanitizer-i386-netbsd :: TestCases/Posix/coverage-reset.cpp
    AddressSanitizer-i386-netbsd :: TestCases/Posix/coverage.cpp
    AddressSanitizer-i386-netbsd :: TestCases/Posix/interception-in-shared-lib-test.cpp
    AddressSanitizer-i386-netbsd :: TestCases/suppressions-library.cpp

Modified:
    compiler-rt/trunk/test/asan/TestCases/Posix/coverage-reset.cpp
    compiler-rt/trunk/test/asan/TestCases/Posix/coverage.cpp
    compiler-rt/trunk/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
    compiler-rt/trunk/test/asan/TestCases/suppressions-library.cpp

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/coverage-reset.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/coverage-reset.cpp?rev=371337&r1=371336&r2=371337&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/coverage-reset.cpp (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/coverage-reset.cpp Sun Sep  8 09:15:18 2019
@@ -5,8 +5,6 @@
 //
 // UNSUPPORTED: ios
 
-// XFAIL: i386-netbsd
-
 #include <stdio.h>
 
 #include <sanitizer/coverage_interface.h>

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/coverage.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/coverage.cpp?rev=371337&r1=371336&r2=371337&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/coverage.cpp (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/coverage.cpp Sun Sep  8 09:15:18 2019
@@ -18,7 +18,6 @@
 //
 // https://code.google.com/p/address-sanitizer/issues/detail?id=263
 // XFAIL: android
-// XFAIL: i386-netbsd
 // UNSUPPORTED: ios
 
 #include <assert.h>

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp?rev=371337&r1=371336&r2=371337&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp Sun Sep  8 09:15:18 2019
@@ -5,8 +5,6 @@
 // RUN: %clangxx_asan -O0 %s -o %t %ld_flags_rpath_exe && \
 // RUN:     not %run %t 2>&1 | FileCheck %s
 
-// XFAIL: i386-netbsd
-
 #include <stdio.h>
 #include <string.h>
 

Modified: compiler-rt/trunk/test/asan/TestCases/suppressions-library.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/suppressions-library.cpp?rev=371337&r1=371336&r2=371337&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/suppressions-library.cpp (original)
+++ compiler-rt/trunk/test/asan/TestCases/suppressions-library.cpp Sun Sep  8 09:15:18 2019
@@ -11,7 +11,6 @@
 // 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