Mark breaking sanitizer_common tests on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 21:20:17 +0000 (21:20 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 30 Oct 2018 21:20:17 +0000 (21:20 +0000)
Set XFAIL with appropriate configuration for:
 - NetBSD/getgroupmembership
 - Posix/dedup_token_length_test
 - Posix/readlinkat
 - get_module_and_offset_for_pc

llvm-svn: 345651

compiler-rt/test/sanitizer_common/TestCases/NetBSD/getgroupmembership.cc
compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
compiler-rt/test/sanitizer_common/TestCases/Posix/readlinkat.c
compiler-rt/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc

index ee27ad6..025ca90 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clangxx -O0 -g %s -o %t && %run %t
 
+// XFAIL: netbsd && msan
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <grp.h>
index 0afb5ef..227c6da 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang -O0 %s -o %t && %run %t
 
+// XFAIL: i386-netbsd && asan
+
 #include <assert.h>
 #include <fcntl.h>
 #include <limits.h>