From: Kamil Rytarowski Date: Mon, 29 Oct 2018 08:42:46 +0000 (+0000) Subject: Mark test/tsan/ignore_lib5 as unsupported for NetBSD X-Git-Tag: llvmorg-8.0.0-rc1~5589 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52676983763b6f73950c503b7dcadb7c14a9121e;p=platform%2Fupstream%2Fllvm.git Mark test/tsan/ignore_lib5 as unsupported for NetBSD ReadProcMaps() on NetBSD does not handle >=1MB of memory layout information. llvm-svn: 345490 --- diff --git a/compiler-rt/test/tsan/ignore_lib5.cc b/compiler-rt/test/tsan/ignore_lib5.cc index d6c3f87..43780da 100644 --- a/compiler-rt/test/tsan/ignore_lib5.cc +++ b/compiler-rt/test/tsan/ignore_lib5.cc @@ -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 @@ -78,4 +81,3 @@ int main(int argc, char **argv) { // CHECK-WITHSUPP-NOT: WARNING: ThreadSanitizer: data race // CHECK-WITHSUPP: OK -