Mark test/tsan/ignore_lib5 as unsupported for NetBSD
authorKamil Rytarowski <n54@gmx.com>
Mon, 29 Oct 2018 08:42:46 +0000 (08:42 +0000)
committerKamil Rytarowski <n54@gmx.com>
Mon, 29 Oct 2018 08:42:46 +0000 (08:42 +0000)
ReadProcMaps() on NetBSD does not handle >=1MB of memory layout information.

llvm-svn: 345490

compiler-rt/test/tsan/ignore_lib5.cc

index d6c3f87..43780da 100644 (file)
@@ -18,6 +18,9 @@
 //   matched against 2 libraries: '/libignore_lib1.so' and '/libignore_lib1.so'
 // This was caused by non-atomicity of reading of /proc/self/maps.
 
+// ReadProcMaps() on NetBSD does not handle >=1MB of memory layout information
+// UNSUPPORTED: netbsd
+
 #ifndef LIB
 
 #include <dlfcn.h>
@@ -78,4 +81,3 @@ int main(int argc, char **argv) {
 
 // CHECK-WITHSUPP-NOT: WARNING: ThreadSanitizer: data race
 // CHECK-WITHSUPP: OK
-