Mark breaking asan tests on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 22:05:49 +0000 (22:05 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 22:05:49 +0000 (22:05 +0000)
Failing ones:
 - coverage-reset
 - coverage
 - dlclose-test
 - interception-in-shared-lib-test
 - stack-use-after-return
 - tsd_dtor_leak

llvm-svn: 345663

compiler-rt/test/asan/TestCases/Posix/coverage-reset.cc
compiler-rt/test/asan/TestCases/Posix/coverage.cc
compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc
compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc
compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cc
compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc

index 6d76a30..152be2a 100644 (file)
@@ -5,6 +5,8 @@
 //
 // UNSUPPORTED: ios
 
+// XFAIL: i386-netbsd
+
 #include <stdio.h>
 
 #include <sanitizer/coverage_interface.h>
index 12a8840..9dbd72e 100644 (file)
@@ -18,6 +18,7 @@
 //
 // https://code.google.com/p/address-sanitizer/issues/detail?id=263
 // XFAIL: android
+// XFAIL: i386-netbsd
 // UNSUPPORTED: ios
 
 #include <assert.h>
index 0aafa3e..160c1c9 100644 (file)
@@ -23,6 +23,8 @@
 // RUN: %clangxx_asan -O3 -DSHARED_LIB %s -fPIC -shared -o %t-so.so
 // RUN: %clangxx_asan -O3 %s %libdl -o %t && %run %t 2>&1 | FileCheck %s
 
+// XFAIL: i386-netbsd
+
 #if !defined(SHARED_LIB)
 #include <assert.h>
 #include <dlfcn.h>
index a7d2bfb..b31b035 100644 (file)
@@ -5,6 +5,8 @@
 // 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 528fa94..02588d7 100644 (file)
@@ -17,7 +17,7 @@
 // This test runs out of stack on AArch64.
 // UNSUPPORTED: aarch64
 // stack size log lower than expected
-// XFAIL: freebsd
+// XFAIL: freebsd,netbsd
 
 // FIXME: Fix this test for dynamic runtime on arm linux.
 // UNSUPPORTED: (arm-linux || armhf-linux) && asan-dynamic-runtime
index 9e71ff6..860f345 100644 (file)
@@ -2,6 +2,7 @@
 // https://code.google.com/p/address-sanitizer/issues/detail?id=233
 // RUN: %clangxx_asan -O1 %s -pthread -o %t
 // RUN: %env_asan_opts=quarantine_size_mb=0 %run %t
+// XFAIL: x86_64-netbsd
 #include <pthread.h>
 #include <stdio.h>
 #include <stdlib.h>