[llvm] r193781 - [mips] XFAIL several MCJIT remote tests

Petar Jovanovic Petar.Jovanovic at imgtec.com
Wed Nov 13 06:41:53 PST 2013


Yes, I will look at it right away.
Thanks.

Regards,
Petar
________________________________________
From: NAKAMURA Takumi [geek4civic at gmail.com]
Sent: Wednesday, November 13, 2013 10:08 AM
To: Petar Jovanovic
Cc: llvm-commits
Subject: Re: [llvm] r193781 - [mips] XFAIL several MCJIT remote tests

Petar,

Sorry about removing XFAIL. It was mine, that I proposed to Andy.

BTW, one mips builder has been XPASSing. Could you take a look?
http://lab.llvm.org:8011/builders/llvm-mips-linux

Unexpected Passing Tests (4):
    LLVM :: ExecutionEngine/MCJIT/remote/cross-module-a.ll
    LLVM :: ExecutionEngine/MCJIT/remote/multi-module-a.ll
    LLVM :: ExecutionEngine/MCJIT/remote/simpletest-remote.ll
    LLVM :: ExecutionEngine/MCJIT/remote/test-data-align-remote.ll

2013/11/1 Petar Jovanovic <petar.jovanovic at imgtec.com>:
> Author: petarj
> Date: Thu Oct 31 13:10:25 2013
> New Revision: 193781
>
> URL: http://llvm.org/viewvc/llvm-project?rev=193781&view=rev
> Log:
> [mips] XFAIL several MCJIT remote tests
>
> Two of the tests are new test cases (cross-module-a.ll, multi-module-a.ll)
> not yet supported on MIPS, while XFAIL for the other two tests was
> accidentally removed in r193570 and this change reverts those lines.
>
> Modified:
>     llvm/trunk/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
>     llvm/trunk/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
>     llvm/trunk/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
>     llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
>
> Modified: llvm/trunk/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll?rev=193781&r1=193780&r2=193781&view=diff
> ==============================================================================
> --- llvm/trunk/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll (original)
> +++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll Thu Oct 31 13:10:25 2013
> @@ -1,5 +1,7 @@
>  ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
>
> +; XFAIL: mips
> +
>  declare i32 @FB()
>
>  define i32 @FA() {
>
> Modified: llvm/trunk/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll?rev=193781&r1=193780&r2=193781&view=diff
> ==============================================================================
> --- llvm/trunk/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll (original)
> +++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll Thu Oct 31 13:10:25 2013
> @@ -1,5 +1,7 @@
>  ; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
>
> +; XFAIL: mips
> +
>  declare i32 @FB()
>
>  define i32 @main() {
>
> Modified: llvm/trunk/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll?rev=193781&r1=193780&r2=193781&view=diff
> ==============================================================================
> --- llvm/trunk/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll (original)
> +++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll Thu Oct 31 13:10:25 2013
> @@ -1,5 +1,7 @@
>  ; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
>
> +; XFAIL: mips
> +
>  define i32 @bar() {
>         ret i32 0
>  }
>
> Modified: llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll?rev=193781&r1=193780&r2=193781&view=diff
> ==============================================================================
> --- llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll (original)
> +++ llvm/trunk/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll Thu Oct 31 13:10:25 2013
> @@ -1,5 +1,7 @@
>  ; RUN: %lli_mcjit -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target %s
>
> +; XFAIL: mips
> +
>  ; The intention of this test is to verify that symbols mapped to COMMON in ELF
>  ; work as expected.
>  ;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list