[llvm] r297823 - Fix malformed XFAIL in previous commit

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 10:58:50 PDT 2017


Why does this have XFAIL: *?  It's passing on my machine  which is being
treated as a failure since it's expected to fail but doesn't.  In any case,
what is the point of having a test which is expected to fail everywhere?

On Wed, Mar 15, 2017 at 4:56 AM Zvi Rackover via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: zvi
> Date: Wed Mar 15 06:44:14 2017
> New Revision: 297823
>
> URL: http://llvm.org/viewvc/llvm-project?rev=297823&view=rev
> Log:
> Fix malformed XFAIL in previous commit
>
> Modified:
>     llvm/trunk/test/CodeGen/Generic/pr32278.ll
>
> Modified: llvm/trunk/test/CodeGen/Generic/pr32278.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/pr32278.ll?rev=297823&r1=297822&r2=297823&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Generic/pr32278.ll (original)
> +++ llvm/trunk/test/CodeGen/Generic/pr32278.ll Wed Mar 15 06:44:14 2017
> @@ -1,5 +1,5 @@
>  ; PR32278
> -; XFAIL:
> +; XFAIL: *
>
>  ; RUN: llc < %s
>
>
>
> _______________________________________________
> 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/20170315/c5ccd91c/attachment.html>


More information about the llvm-commits mailing list