aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/dl_iterate_phdr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/dl_iterate_phdr.cc')
-rw-r--r--test/tsan/dl_iterate_phdr.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tsan/dl_iterate_phdr.cc b/test/tsan/dl_iterate_phdr.cc
index b230a920ac4f..b9ce615f82fe 100644
--- a/test/tsan/dl_iterate_phdr.cc
+++ b/test/tsan/dl_iterate_phdr.cc
@@ -1,7 +1,8 @@
// RUN: %clangxx_tsan -O1 %s -DBUILD_SO -fPIC -shared -o %t-so.so
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
-// If we mention TSAN_OPTIONS, the test won't run from test_output.sh script.
+// dl_iterate_phdr doesn't exist on OS X.
+// UNSUPPORTED: darwin
#ifdef BUILD_SO