diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:52:19 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:52:19 +0000 |
| commit | 5c909fa013fc285f010a95e8d387e0ef3412da9c (patch) | |
| tree | 1059d068ad281f4776ff44cd414574f99a460023 /test/tsan/dl_iterate_phdr.cc | |
| parent | f31bcc68c72371a2bf63aead9f3373a1ff2053b6 (diff) | |
Notes
Diffstat (limited to 'test/tsan/dl_iterate_phdr.cc')
| -rw-r--r-- | test/tsan/dl_iterate_phdr.cc | 3 |
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 |
