[compiler-rt] r302786 - [MSAN] test failed randomly on ARM when XFAILED for MIPS

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 07:20:42 PDT 2017


r302783 didn't just XFAIL it on Mips, it also changed the line numbers
of the warnings so they didn't match the expectations anymore. I fixed
that in r302801 and removed this misguided attempt at blacklisting the
test for random targets.

On Thu, May 11, 2017 at 1:05 PM, Renato Golin via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: rengolin
> Date: Thu May 11 06:05:52 2017
> New Revision: 302786
>
> URL: http://llvm.org/viewvc/llvm-project?rev=302786&view=rev
> Log:
> [MSAN] test failed randomly on ARM when XFAILED for MIPS
>
> Modified:
>     compiler-rt/trunk/test/msan/wcsncpy.cc
>
> Modified: compiler-rt/trunk/test/msan/wcsncpy.cc
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/wcsncpy.cc?rev=302786&r1=302785&r2=302786&view=diff
> ==============================================================================
> --- compiler-rt/trunk/test/msan/wcsncpy.cc (original)
> +++ compiler-rt/trunk/test/msan/wcsncpy.cc Thu May 11 06:05:52 2017
> @@ -2,6 +2,7 @@
>  // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
>
>  // XFAIL: mips
> +// REQUIRES: stable-runtime
>
>  #include <assert.h>
>  #include <wchar.h>
>
>
> _______________________________________________
> 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