[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Aug 11 16:54:45 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/9309
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 110876
Blamelist: akirtzidis,bwilson,ddunbar,dpatel,efriedma,stoklund
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/Basic/IdentifierTable.h
lib/Basic/IdentifierTable.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Parse/ParseDeclCXX.cpp
test/PCH/cxx-traits.cpp
test/PCH/cxx-traits.h
At: Wed 11 Aug 2010 16:01:12
Changed By: akirtzidis
Comments: -Make TokenID of IdentifierInfo read-only, remove setTokenID().
-There are 2 instances that change the TokenID for GNU libstdc++ 4.2 compatibility.
To handler those cases introduce a RevertedTokenID bitfield, RevertTokenIDToIdentifier() and hasRevertedTokenIDToIdentifier() methods.
Store the bitfield in PCH.Properties:
File: lib/Basic/TargetInfo.cpp
At: Wed 11 Aug 2010 16:06:05
Changed By: efriedma
Comments: Fix oversight with symbolic names in TargetInfo::validateInputConstraint.
Properties:
File: lib/Target/X86/X86InstrInfo.cpp
At: Wed 11 Aug 2010 16:10:04
Changed By: stoklund
Comments: Fix <rdar://problem/8282498> even if it doesn't reproduce on trunk.
When a register is defined by a partial load:
%reg1234:sub_32 = MOV32mr <fi#-1>; GR64:%reg1234
That load cannot be folded into an instruction using the full 64-bit register.
It would become a 64-bit load.
This is related to the recent change to have isLoadFromStackSlot return false on
a sub-register load.Properties:
Files:
include/clang/Basic/TargetOptions.h
include/clang/Driver/CC1Options.td
lib/Frontend/CompilerInvocation.cpp
At: Wed 11 Aug 2010 16:10:04
Changed By: ddunbar
Comments: Frontend: Add -target-linker-version, for specifying the version string of the
linker in use.Properties:
Files:
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
At: Wed 11 Aug 2010 16:10:04
Changed By: ddunbar
Comments: Driver: Add -mlinker-version=, which forwards to -target-linker-version.Properties:
Files:
lib/Driver/Tools.cpp
test/Driver/darwin-ld.c
At: Wed 11 Aug 2010 16:10:04
Changed By: ddunbar
Comments: Driver/Darwin: Pass -demangle when linking, if the linker supports it.Properties:
Files:
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.h
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
test/MC/Disassembler/arm-tests.txt
utils/TableGen/EDEmitter.cpp
At: Wed 11 Aug 2010 16:15:31
Changed By: bwilson
Comments: Move the ARM SSAT and USAT optional shift amount operand out of the
instruction opcode. This also fixes part of PR7792.
Properties:
File: lib/Analysis/DebugInfo.cpp
At: Wed 11 Aug 2010 16:20:06
Changed By: dpatel
Comments: Even if a variable has constant value all the time, it is still a variable in gdb's eyes.
Tested by scope.exp in gdb testsuite.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 93.75s
********************
Failing Tests (1):
Clang :: CodeGen/2010-08-10-DbgConstant.c
Expected Passes : 2440
Expected Failures : 20
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: CodeGen/2010-08-10-DbgConstant.c
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-pmem.cpp
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 :: SemaObjC/deref-interface.m
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of '2010-08-10-dbgconstant.c':
******************** TEST 'Clang :: CodeGen/2010-08-10-DbgConstant.c' FAILED ********************Script:
--
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -S -emit-llvm -g /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CodeGen/2010-08-10-DbgConstant.c -o - | grep DW_TAG_constant
--
Exit Code: 1
********************
More information about the llvm-testresults
mailing list