[compiler-rt] r302430 - [powerpc] Remove XFAIL for sanitizer_coverage_no_prune.cc on powerpc64

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 11:22:41 PDT 2017


thanks!

On Mon, May 8, 2017 at 8:17 AM, Bill Seurer via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: seurer
> Date: Mon May  8 10:17:43 2017
> New Revision: 302430
>
> URL: http://llvm.org/viewvc/llvm-project?rev=302430&view=rev
> Log:
> [powerpc] Remove XFAIL for sanitizer_coverage_no_prune.cc on powerpc64
>
> This test case works fine on powerpc64 (both BE and LE).
>
>
> Modified:
>     compiler-rt/trunk/test/sanitizer_common/TestCases/
> sanitizer_coverage_no_prune.cc
>
> Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/
> sanitizer_coverage_no_prune.cc
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/
> test/sanitizer_common/TestCases/sanitizer_coverage_
> no_prune.cc?rev=302430&r1=302429&r2=302430&view=diff
> ============================================================
> ==================
> --- compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
> (original)
> +++ compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
> Mon May  8 10:17:43 2017
> @@ -2,7 +2,7 @@
>  //
>  // REQUIRES: has_sancovcc,stable-runtime
>  // UNSUPPORTED: i386-darwin
> -// XFAIL: tsan,powerpc64,s390x,mips
> +// XFAIL: tsan,s390x,mips
>  //
>  // RUN: %clangxx -O0 %s -S -o - -emit-llvm -fsanitize-coverage=trace-pc,bb,no-prune
> 2>&1 | grep "call void @__sanitizer_cov_trace_pc" | count 3
>  // RUN: %clangxx -O0 %s -S -o - -emit-llvm -fsanitize-coverage=trace-pc,bb
>         2>&1 | grep "call void @__sanitizer_cov_trace_pc" | count 2
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170508/17c93e2e/attachment.html>


More information about the llvm-commits mailing list