[compiler-rt] r232642 - [ARM] Remove XFAIL from passing RT test

Alexey Samsonov vonosmas at gmail.com
Wed Mar 18 10:31:59 PDT 2015


Thanks!

On Wed, Mar 18, 2015 at 8:42 AM, Renato Golin <renato.golin at linaro.org>
wrote:

> Author: rengolin
> Date: Wed Mar 18 10:42:15 2015
> New Revision: 232642
>
> URL: http://llvm.org/viewvc/llvm-project?rev=232642&view=rev
> Log:
> [ARM] Remove XFAIL from passing RT test
>
> This test started passing without warning, so in theory, we shouldn't mark
> is as XPASS, but the buildbots are red and there's been an uncaught
> regression
> meanwhile. Since it's passing on {ARM,Thumb2} x {NEON,VFPv3}, I'll risk
> future
> failures for the benefit of getting the bots green again.
>
> Modified:
>     compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
>
> Modified: compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc?rev=232642&r1=232641&r2=232642&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
> (original)
> +++ compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc Wed
> Mar 18 10:42:15 2015
> @@ -19,7 +19,6 @@
>  // RUN:   ASAN_ACTIVATION_OPTIONS=help=1,handle_segv=0,verbosity=1 not
> %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-UNSUPPORTED
>
>  // XFAIL: arm-linux-gnueabi
> -// XFAIL: armv7l-unknown-linux-gnueabihf
>
>  #if !defined(SHARED_LIB)
>  #include <assert.h>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150318/e89eb0c7/attachment.html>


More information about the llvm-commits mailing list