[compiler-rt] r260090 - [asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86_64-linux buildbot.

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 05:21:52 PST 2016


On 02/08/2016 03:58 PM, Maxim Ostapenko via llvm-commits wrote:
> Author: chefmax
> Date: Mon Feb  8 06:58:05 2016
> New Revision: 260090
>
> URL: http://llvm.org/viewvc/llvm-project?rev=260090&view=rev
> Log:
> [asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86_64-linux buildbot.
>
> Modified:
>      compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc
>
> Modified: compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc?rev=260090&r1=260089&r2=260090&view=diff
> ==============================================================================
> --- compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc (original)
> +++ compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc Mon Feb  8 06:58:05 2016
> @@ -4,6 +4,8 @@
>   // false positive global-buffer-overflow due to sanitized library poisons
>   // globals from non-sanitized one.
>   //
> +// FIXME: https://github.com/google/sanitizers/issues/316
> +// XFAIL: android

That's usually done by REQUIRES: stable-runtime

>   // XFAIL: mips
>   //
>   // RUN: %clangxx_asan -DBUILD_INSTRUMENTED_DSO=1 -fPIC -shared -mllvm -asan-use-private-alias %s -o %t-INSTRUMENTED-SO.so
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list