summaryrefslogtreecommitdiff
path: root/test/tsan/ignore_lib5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/ignore_lib5.cc')
-rw-r--r--test/tsan/ignore_lib5.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tsan/ignore_lib5.cc b/test/tsan/ignore_lib5.cc
index d6c3f870e49b..43780daf7b68 100644
--- a/test/tsan/ignore_lib5.cc
+++ b/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 <dlfcn.h>
@@ -78,4 +81,3 @@ int main(int argc, char **argv) {
// CHECK-WITHSUPP-NOT: WARNING: ThreadSanitizer: data race
// CHECK-WITHSUPP: OK
-