[PATCH] D14643: [tsan] Mark dl_iterate_phdr.cc test as unsupported on OS X

Alexander Potapenko via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 02:21:45 PST 2015


Don't we have a subdir for Linux-specific tests?

sent from phone
On Nov 13, 2015 9:42 PM, "Phabricator" <reviews at reviews.llvm.org> wrote:

> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL253076: [tsan] Mark dl_iterate_phdr.cc test as
> unsupported on OS X (authored by kuba.brecka).
>
> Changed prior to commit:
>   http://reviews.llvm.org/D14643?vs=40125&id=40169#toc
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D14643
>
> Files:
>   compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
>
> Index: compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
> ===================================================================
> --- compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
> +++ compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
> @@ -3,6 +3,9 @@
>
>  // 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
>
>  #include "test.h"
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151116/93fb6f79/attachment.html>


More information about the llvm-commits mailing list