[llvm-commits] Persistent regression failures

me22 me22.ca at gmail.com
Sun Apr 29 11:40:01 PDT 2007


On 29/04/07, Chris Lattner <clattner at apple.com> wrote:
> On Apr 29, 2007, at 8:09 AM, Jeff Cohen wrote:
> > Two tests that broke yesterday are still broke:
> >
> > CFrontend/2007-04-11-InlineAsmStruct.c
> > CFrontend/2007-04-11-InlineAsmUnion.c
> >
> These both pass for me.  Three options: your CFE isn't up-to-date,
> the test is broken for your target, or the compiler is broken for
> your target.
>
I see them broken as well:

Running /home/me22/programming/llvm-cvs/test/CFrontend/dg.exp ...
FAIL: /home/me22/programming/llvm-cvs/test/CFrontend/2007-04-11-InlineAsmStruct.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm
/home/me22/programming/llvm-cvs/test/CFrontend/2007-04-11-InlineAsmStruct.c
-S -emit-llvm -o - | grep {call i32 asm}
child process exited abnormally
FAIL: /home/me22/programming/llvm-cvs/test/CFrontend/2007-04-11-InlineAsmUnion.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm
/home/me22/programming/llvm-cvs/test/CFrontend/2007-04-11-InlineAsmUnion.c
-S -emit-llvm -o - | grep {call i32 asm}
child process exited abnormally

~ Scott



More information about the llvm-commits mailing list