summaryrefslogtreecommitdiff
path: root/test/tsan/map32bit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/map32bit.cc')
-rw-r--r--test/tsan/map32bit.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/tsan/map32bit.cc b/test/tsan/map32bit.cc
index 3b4f89900..8aef27bc1 100644
--- a/test/tsan/map32bit.cc
+++ b/test/tsan/map32bit.cc
@@ -12,8 +12,8 @@
// XFAIL: aarch64
// XFAIL: powerpc64
-// MAP_32BIT doesn't exist on OS X.
-// UNSUPPORTED: darwin
+// MAP_32BIT doesn't exist on OS X and NetBSD.
+// UNSUPPORTED: darwin,netbsd
void *Thread(void *ptr) {
*(int*)ptr = 42;
@@ -45,4 +45,3 @@ int main() {
// CHECK: WARNING: ThreadSanitizer: data race
// CHECK: DONE
-