[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Wed Jul 9 09:56:35 PDT 2014


The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/1916

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 212629
Blamelist: spatel,zturner

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 include/lldb/Host/OptionParser.h
 include/lldb/Interpreter/CommandOptionValidators.h
 include/lldb/Interpreter/Options.h
 include/lldb/lldb-private-types.h
 lldb.xcodeproj/project.pbxproj
 source/Commands/CommandObjectArgs.cpp
 source/Commands/CommandObjectBreakpoint.cpp
 source/Commands/CommandObjectBreakpointCommand.cpp
 source/Commands/CommandObjectCommands.cpp
 source/Commands/CommandObjectDisassemble.cpp
 source/Commands/CommandObjectExpression.cpp
 source/Commands/CommandObjectFrame.cpp
 source/Commands/CommandObjectHelp.cpp
 source/Commands/CommandObjectLog.cpp
 source/Commands/CommandObjectMemory.cpp
 source/Commands/CommandObjectPlatform.cpp
 source/Commands/CommandObjectProcess.cpp
 source/Commands/CommandObjectRegister.cpp
 source/Commands/CommandObjectSettings.cpp
 source/Commands/CommandObjectSource.cpp
 source/Commands/CommandObjectTarget.cpp
 source/Commands/CommandObjectThread.cpp
 source/Commands/CommandObjectType.cpp
 source/Commands/CommandObjectWatchpoint.cpp
 source/Commands/CommandObjectWatchpointCommand.cpp
 source/Interpreter/Args.cpp
 source/Interpreter/CMakeLists.txt
 source/Interpreter/CommandOptionValidators.cpp
 source/Interpreter/OptionGroupArchitecture.cpp
 source/Interpreter/OptionGroupFormat.cpp
 source/Interpreter/OptionGroupOutputFile.cpp
 source/Interpreter/OptionGroupPlatform.cpp
 source/Interpreter/OptionGroupUUID.cpp
 source/Interpreter/OptionGroupValueObjectDisplay.cpp
 source/Interpreter/OptionGroupVariable.cpp
 source/Interpreter/OptionGroupWatchpoint.cpp
 source/Interpreter/Options.cpp
 source/Target/Platform.cpp
 source/Target/Process.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Wed 09 Jul 2014 09:45:38
Changed By: zturner
Comments: Revert "Fix broken tests due to new error output."

This reverts commit ec7c94f8e6860968d384b578e5564a9c55c80b4a and
re-enables OptionValidators.Properties: 




Files:
 source/Host/common/OptionParser.cpp
 source/Interpreter/OptionGroupBoolean.cpp
 source/Interpreter/OptionGroupFile.cpp
 source/Interpreter/OptionGroupString.cpp
 source/Interpreter/OptionGroupUInt64.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Wed 09 Jul 2014 09:45:38
Changed By: zturner
Comments: Fix tests broken by the OptionValidator changes.

The getopt library has a structure called option (lowercase).  We
have a structure called Option (uppercase).  previously the two
structures had exactly the same definitions, and we were doing a
C-style cast of an Option* to an option*.  C-style casts don't
bother to warn you when you cast to unrelated types, but in the
original OptionValidator patch I modified the definition of Option.

This patch fixes the errors by building an array of option
structures and filling it out the correct way before passing it to
the getopt library.

This also fixes one other source of test failures: an uninitialized
read that occurs due to not initializing a field of the
OptionDefinition.

Reviewed By: Todd Fiala

Differential Revision: http://reviews.llvm.org/D4425Properties: 




Files:
 lib/Transforms/InstCombine/InstructionCombining.cpp
 test/Transforms/InstCombine/pr20059.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Wed 09 Jul 2014 09:45:38
Changed By: spatel
Comments: Fix for PR20059 (instcombine reorders shufflevector after instruction that may trap)

In PR20059 ( http://llvm.org/pr20059 ), instcombine eliminates shuffles that are necessary before performing an operation that can trap (srem).

This patch calls isSafeToSpeculativelyExecute() and bails out of the optimization in SimplifyVectorOp() if needed.

Differential Revision: http://reviews.llvm.org/D4424

Properties: 




LOGS:






More information about the llvm-testresults mailing list