[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Sep 6 15:07:27 PDT 2010
The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/12950
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 113176
Blamelist: lattner
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/X86/AsmParser/X86AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp
At: Mon 06 Sep 2010 14:57:27
Changed By: lattner
Comments: Now that we know if we had a total fail on the instruction mnemonic,
give a more detailed error. Before:
t.s:11:4: error: unrecognized instruction
addl $1, $1
^
t.s:12:4: error: unrecognized instruction
f2efqefa $1
^
After:
t.s:11:4: error: invalid operand for instruction
addl $1, $1
^
t.s:12:4: error: invalid instruction mnemonic 'f2efqefa'
f2efqefa $1
^
This fixes rdar://8017912 - llvm-mc says "unrecognized instruction" when it means "invalid operands"
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 41.39s
********************
Failing Tests (1):
Clang :: CodeGen/asm-errors.c
Expected Passes : 2506
Expected Failures : 19
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: CodeGen/asm-errors.c
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-pmem.cpp
Clang :: FixIt/fixit-errors.c
Clang :: Lexer/hexfloat.cpp
Clang :: PCH/changed-files.c
Clang :: PCH/pr4489.c
Clang :: PCH/source-manager-stack.c
Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
Clang :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'asm-errors.c':
<stdin>:1:1: note: scanning from here
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/asm-errors.c:6:12: error: invalid instruction mnemonic 'abc'
^
<stdin>:1:118: note: possible intended match here
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/asm-errors.c:6:12: error: invalid instruction mnemonic 'abc'
^
--
********************
More information about the llvm-testresults
mailing list