[llvm] r265689 - [SystemZ] Implement conditional returns
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 06:37:50 PDT 2016
On 15/04/16 15:23, Marcin KoĆcielnicki via llvm-commits wrote:
> On 15/04/16 15:22, Oliver Stannard via llvm-commits wrote:
>> Hi Ulrich,
>>
>> This commit seems to be causing some of the tests in
>> test/CodeGen/SystemZ/Large/ to fail. These are marked as long tests,
>> so they
>> will only be run if you call lit.py with the run_long_tests parameter,
>> for
>> example:
>>
>> $ ../llvm/utils/lit/lit.py -sv --param
>> llvm_site_config=test/lit.site.cfg \
>>> --param run_long_tests=true ../llvm/test/CodeGen/SystemZ/Large
>> ... snip ...
>> ********************
>> Testing Time: 0.60s
>> ********************
>> Failing Tests (9):
>> LLVM :: CodeGen/SystemZ/Large/branch-range-01.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-03.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-04.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-05.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-06.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-09.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-10.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-11.py
>> LLVM :: CodeGen/SystemZ/Large/branch-range-12.py
>>
>> Expected Passes : 5
>> Unexpected Failures: 9
>>
>> I guess these tests just need updating, as you did for others in
>> test/CodeGen/SystemZ, but I don't know enough about SystemZ to do it
>> myself.
>>
>> Regards,
>> Oliver
>>
>
> Whoops, that's my fault. I'll fix those.
http://reviews.llvm.org/D19158
More information about the llvm-commits
mailing list