[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Sun Jun 8 10:39:48 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/580
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 210429
Blamelist: dblaikie,scanon
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Support/APFloat.cpp
unittests/ADT/APFloatTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Sun 08 Jun 2014 10:06:37
Changed By: scanon
Comments: APFloat: x - NaN needs to flip the signbit of NaN when x is a number.
Because we don't have a separate negate( ) function, 0 - NaN does double-duty as the IEEE-754 negate( ) operation, which (unlike most FP ops) *does* attach semantic meaning to the signbit of NaN.Properties:
Files:
include/llvm/ADT/SmallVector.h
unittests/ADT/SmallVectorTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Sun 08 Jun 2014 10:06:37
Changed By: dblaikie
Comments: Fix some more moving-from-moved-from objects issues in SmallVector
(& because it makes it easier to test, this also improves
correctness/performance slightly by moving the last element in an insert
operation, rather than copying it)Properties:
LOGS:
More information about the llvm-testresults
mailing list