[llvm-commits] [llvm] r127357 - /llvm/trunk/test/CodeGen/Mips/o32_cc.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Mar 9 14:29:33 PST 2011


On Mar 9, 2011, at 1:00 PM, Bruno Cardoso Lopes wrote:

> Author: bruno
> Date: Wed Mar  9 15:00:16 2011
> New Revision: 127357
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=127357&view=rev
> Log:
> Re-enable test and hope to silence the buildbots
> 
> Modified:
>    llvm/trunk/test/CodeGen/Mips/o32_cc.ll
> 
> Modified: llvm/trunk/test/CodeGen/Mips/o32_cc.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/o32_cc.ll?rev=127357&r1=127356&r2=127357&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Mips/o32_cc.ll (original)
> +++ llvm/trunk/test/CodeGen/Mips/o32_cc.ll Wed Mar  9 15:00:16 2011
> @@ -1,8 +1,5 @@
> ; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s
> 
> -; FIXME: Disabled because it unpredictably fails on certain platforms.
> -; REQUIRES: disabled
> -
> ; $f12, $f14
> ; CHECK: ldc1 $f12, %lo
> ; CHECK: ldc1 $f14, %lo

This is still failing on Darwin:

******************** TEST 'LLVM :: CodeGen/Mips/o32_cc.ll' FAILED ********************
Script:
--
/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/clang-build/Release+Asserts/bin/llc -march=mips -mcpu=4ke < /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/llvm/test/CodeGen/Mips/o32_cc.ll | /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/clang-build/Release+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/llvm/test/CodeGen/Mips/o32_cc.ll
--
Exit Code: 1
Command Output (stderr):
--
/Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-gcc42-RA/llvm/test/CodeGen/Mips/o32_cc.ll:244:10: error: expected string not found in input
; CHECK: addiu $4, $zero, 92
         ^
<stdin>:819:5: note: scanning from here
 sw $ra, 28($sp)
    ^
<stdin>:903:2: note: possible intended match here
 addiu $6, $zero, 123
 ^
--

********************






More information about the llvm-commits mailing list