[llvm-testresults] buildbot failure in lab.llvm.org on clang-i386-darwin11-RA
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Jun 3 09:59:53 PDT 2013
The Buildbot has detected a failed build on builder clang-i386-darwin11-RA while building lab.llvm.org.
Full details are available at:
http://lab.llvm.org:8013/builders/clang-i386-darwin11-RA/builds/1136
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: xserve2
Build Reason: Triggerable(phase3-stage0)
Build Source Stamp: 183102
Blamelist:
BUILD FAILED: failed run.llvm.tests
sincerely,
-The Buildbot
================================================================================
CHANGES:
LOGS:
Last 15 lines of 'stdio':
PASS: LLVM-Unit :: Transforms/Utils/Release+Asserts/UtilsTests/Local.RecursivelyDeleteDeadPHINodes (14555 of 14556)
PASS: LLVM-Unit :: Support/Release+Asserts/SupportTests/ValueHandle.AssertingVH_Asserts (14556 of 14556)
1 warning(s) in tests.
Testing Time: 259.55s
********************
Failing Tests (1):
Clang-Unit :: AST/Release+Asserts/ASTTests/Decl.CleansUpAPValues
Expected Passes : 14390
Expected Failures : 75
Unsupported Tests : 90
Unexpected Failures: 1
make[1]: *** [check-local-all] Error 1
make: *** [check-all] Error 2
Last 15 lines of 'Clang-Unit :: AST__Release+Asserts__ASTTests__Decl.CleansUpAPValues':
[==========] 1 test from 1 test case ran. (67 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] Decl.CleansUpAPValues
1 FAILED TEST
input.cc:1:214: error: unknown type name '__uint128_t'
struct X { int a; }; constexpr X x = { 42 };union Y { constexpr Y(int a) : a(a) {} int a; }; constexpr Y y = { 42 };constexpr int z[2] = { 42, 43 };constexpr int __attribute__((vector_size(16))) v1 = {};constexpr __uint128_t large_int = 0xffffffffffffffff;constexpr __uint128_t small_int = 1;constexpr double d1 = 42.42;constexpr long double d2 = 42.42;constexpr _Complex long double c1 = 42.0i;constexpr _Complex long double c2 = 42.0;template<int N> struct A : A<N-1> {};template<> struct A<0> { int n; }; A<50> a;constexpr int &r = a.n;constexpr int A<50>::*p = &A<50>::n;void f() { foo: bar: constexpr int k = __builtin_constant_p(0) ? (char*)&&foo - (char*)&&bar : 0; }
^
input.cc:1:267: error: unknown type name '__uint128_t'
struct X { int a; }; constexpr X x = { 42 };union Y { constexpr Y(int a) : a(a) {} int a; }; constexpr Y y = { 42 };constexpr int z[2] = { 42, 43 };constexpr int __attribute__((vector_size(16))) v1 = {};constexpr __uint128_t large_int = 0xffffffffffffffff;constexpr __uint128_t small_int = 1;constexpr double d1 = 42.42;constexpr long double d2 = 42.42;constexpr _Complex long double c1 = 42.0i;constexpr _Complex long double c2 = 42.0;template<int N> struct A : A<N-1> {};template<> struct A<0> { int n; }; A<50> a;constexpr int &r = a.n;constexpr int A<50>::*p = &A<50>::n;void f() { foo: bar: constexpr int k = __builtin_constant_p(0) ? (char*)&&foo - (char*)&&bar : 0; }
^
2 errors generated.
********************
Last 15 lines of 'warnings (1)':
lit.py: discovery.py:180: warning: test suite 'Extra Tools Unit Tests' contained no tests
More information about the llvm-testresults
mailing list