[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Jul 14 10:46:53 PDT 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 212959
Blamelist: compnerd,kcc,kongyi,majnemer,sepavloff,timurrrr

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Headers/arm_acle.h
 test/CodeGen/arm_acle.c
On: smooshlab-project
At: Mon 14 Jul 2014 08:45:39
Changed By: kongyi
Comments: ARM: Add NOP intrinsic mapping in arm_acle.h

Properties: 
  phase_id: r212950-t20140714_085342-b2128



File: test/tsan/must_deadlock.cc
On: smooshlab-project
At: Mon 14 Jul 2014 09:05:38
Changed By: kcc
Comments: [tsan] add a printf to a testProperties: 
  phase_id: r212951-t20140714_090739-b2129



File: test/tsan/test_output.sh
On: smooshlab-project
At: Mon 14 Jul 2014 09:15:40
Changed By: kcc
Comments: [tsan] honour XFAIL in tsan/test_output.shProperties: 
  phase_id: r212952-t20140714_091838-b2130



Files:
 test/tools/llvm-objdump/Inputs/large-bss.obj.coff-i386
 test/tools/llvm-objdump/coff-large-bss.test
 tools/llvm-objdump/llvm-objdump.cpp
On: smooshlab-project
At: Mon 14 Jul 2014 09:31:38
Changed By: majnemer
Comments: llvm-objdump: Handle BSS sections larger than the object file

The size of the uninitialized sections, like BSS, can exceed the size of
the object file.

Do not attempt to grab the contents of such sections.Properties: 
  phase_id: r212953-t20140714_093339-b2131



Files:
 lib/Sema/SemaStmtAsm.cpp
 test/CodeGen/asm.c
 test/CodeGen/x86-64-inline-asm.c
On: smooshlab-project
At: Mon 14 Jul 2014 09:41:38
Changed By: majnemer
Comments: CodeGen: Let arrays be inputs to inline asm

An array showing up in an inline assembly input is accepted in ICC and
GCC 4.8

This fixes PR20201.

Differential Revision: http://reviews.llvm.org/D4382Properties: 
  phase_id: r212956-t20140714_094433-b2132



File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
On: smooshlab-project
At: Mon 14 Jul 2014 09:41:38
Changed By: compnerd
Comments: CodeGen: add missing include

Found during windows unwinding work.  This header is indirectly included through
a chain leading through Support/Win64EH.h.  Explicitly include the header.  NFC.Properties: 
  phase_id: r212956-t20140714_094433-b2132



Files:
 lib/Target/X86/X86AtomicExpandPass.cpp
 test/CodeGen/X86/atomic-ops-ancient-64.ll
On: smooshlab-project
At: Mon 14 Jul 2014 09:41:38
Changed By: compnerd
Comments: X86: correct 64-bit atomics on 32-bit

We would emit a libcall for a 64-bit atomic on x86 after SVN r212119.  This was
due to the misuse of hasCmpxchg16 to indicate if cmpxchg8b was supported on a
32-bit target.  They were added at different times and would result in the
border condition being mishandled.

This fixes the border case to emit the cmpxchg8b instruction for 64-bit atomic
operations on x86 at the cost of restoring a long-standing bug in the codegen.
We emit a cmpxchg8b on all x86 targets even where the CPU does not support this
instruction (pre-Pentium CPUs).  Although this bug should be fixed, this was
present prior to SVN r212119 and this change, so this is not really introducing
a regression.Properties: 
  phase_id: r212956-t20140714_094433-b2132



Files:
 lib/Parse/ParseDecl.cpp
 lib/Parse/ParseDeclCXX.cpp
 test/SemaCXX/enum-bitfield.cpp
 test/SemaCXX/nested-name-spec.cpp
On: smooshlab-project
At: Mon 14 Jul 2014 09:55:38
Changed By: sepavloff
Comments: Improve error recovery around colon.

Recognize additional cases, when '::' is mistyped as ':'.
This is a fix to RP18587 - colons have too much protection in member-declarations.

Differential Revision: http://reviews.llvm.org/D3653
Properties: 
  phase_id: r212957-t20140714_095739-b2133



Files:
 test/asan/TestCases/Windows/dll_and_lib.cc
 test/asan/lit.cfg
On: smooshlab-project
At: Mon 14 Jul 2014 10:15:38
Changed By: timurrrr
Comments: [ASan/Win] Add a test for the case when dll_thunk is linked twice to the same DLL

This is a test case for r212815.Properties: 
  phase_id: r212959-t20140714_101739-b2134



LOGS:






More information about the llvm-testresults mailing list