Stop marking 5 ASan tests as failing on NetBSD/i386
authorKamil Rytarowski <n54@gmx.com>
Sun, 8 Sep 2019 16:15:18 +0000 (16:15 +0000)
committerKamil Rytarowski <n54@gmx.com>
Sun, 8 Sep 2019 16:15:18 +0000 (16:15 +0000)
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

llvm-svn: 371337

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

index b3b7a57..e89181c 100644 (file)
@@ -5,8 +5,6 @@
 //
 // UNSUPPORTED: ios
 
-// XFAIL: i386-netbsd
-
 #include <stdio.h>
 
 #include <sanitizer/coverage_interface.h>
index 9dbd72e..12a8840 100644 (file)
@@ -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>
index 455390a..b592edb 100644 (file)
@@ -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>
 
index 181ed75..39ede08 100644 (file)
@@ -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>