[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt

Daniel Dunbar daniel at zuster.org
Fri Feb 26 15:42:53 PST 2010


The failing test here is:
  LLC.SingleSource/UnitTests/2005-07-15-Bitfield-ABI
in the nightly test suite, but I don't understand how that could have
been caused by the changes, currently.

 - Daniel

On Fri, Feb 26, 2010 at 3:10 PM,  <daniel_dunbar at apple.com> wrote:
> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab.
> Full details are available at:
>  http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/22
>
> Buildbot URL: http://smooshlab.apple.com:8010/
>
> Buildslave for this Build: smoosh-11.apple.com
>
> Build Reason:
> Build Source Stamp: 97279
> Blamelist: johnny,jyasskin,rjmccall,void
>
> BUILD FAILED: failed make.test-suite
>
> sincerely,
>  -The Buildbot
>
>
> ================================================================================
>
> CHANGES:
> Files:
>  lib/Target/ARM/ARMInstrFormats.td
>  lib/Target/ARM/ARMInstrInfo.td
>  lib/Target/ARM/ARMInstrThumb2.td
> At: Fri 26 Feb 2010 14:07:53
> Changed By: johnny
> Comments: Added the follwoing 32-bit Thumb instructions for disassembly only:
>
> o Parallel addition and subtraction, signed/unsigned
> o Miscellaneous operations: QADD, QDADD, QSUB, QDSUB
> o Unsigned sum of absolute differences [and accumulate]: USAD8, USADA8
> o Signed/Unsigned saturate: SSAT, SSAT16, USAT, USAT16
> o Signed multiply accumulate long (halfwords): SMLAL<x><y>
> o Signed multiply accumulate/subtract [long] (dual): SMLAD[x], SMLALD[X], SMLSD[X], SMLSLD[X]
> o Signed dual multiply add/subtract [long]: SMUAD[X], SMUSD[X]
> Properties:
>
>
>
>
> File: lib/CodeGen/AsmPrinter/DwarfException.cpp
> At: Fri 26 Feb 2010 14:22:56
> Changed By: void
> Comments: A much cleaner (and less code!) way of inserting the correct amount of padding
> for alignment into the LSDA. If the TType base offset is emitted, then put the
> padding there. Otherwise, put it in the call site table length. There will be no
> conflict between the two sites when placing the padding in one place.
> Properties:
>
>
>
>
> Files:
>  lib/Support/APFloat.cpp
>  unittests/ADT/APFloatTest.cpp
> At: Fri 26 Feb 2010 14:22:56
> Changed By: rjmccall
> Comments: Make APFloat's string-parsing routines a bit safer against very large exponents.
>
> Properties:
>
>
>
>
> File: docs/Packaging.html
> At: Fri 26 Feb 2010 14:27:54
> Changed By: jyasskin
> Comments: Test that docs are updating.
> Properties:
>
>
>
>
> LOGS:
> Last 10 lines of 'stdio':
>        SingleSource/UnitTests/Vector/SSE/sse.shift                              | 0.0255   880      0.0121      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/SSE/sse.stepfft                            | 0.4733   8448     0.3608      *                *           |  0.7400 *    0.6800 *        *   | n/a     1.09    n/a          n/a
>        SingleSource/UnitTests/Vector/build                                      | 0.0166   1072     0.0243      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/build2                                     | 0.0783   1520     0.0379      *                *           |  1.1700 *    1.6000 *        *   | n/a     0.73    n/a          n/a
>        SingleSource/UnitTests/Vector/divides                                    | 0.0144   720      0.0097      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/multiplies                                 | 0.1095   2064     0.1055      *                *           |  0.5500 *    1.4200 *        *   | n/a     0.39    n/a          n/a
>        SingleSource/UnitTests/Vector/simple                                     | 0.0392   1664     0.0398      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/sumarray                                   | 0.0305   1072     0.0282      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/sumarray-dbl                               | 0.0300   1088     0.0319      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/printargs                                         | 0.0137   832      0.0259      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>
> Last 10 lines of 'report':
>        SingleSource/UnitTests/Vector/SSE/sse.shift                              | 0.0255   880      0.0121      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/SSE/sse.stepfft                            | 0.4733   8448     0.3608      *                *           |  0.7400 *    0.6800 *        *   | n/a     1.09    n/a          n/a
>        SingleSource/UnitTests/Vector/build                                      | 0.0166   1072     0.0243      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/build2                                     | 0.0783   1520     0.0379      *                *           |  1.1700 *    1.6000 *        *   | n/a     0.73    n/a          n/a
>        SingleSource/UnitTests/Vector/divides                                    | 0.0144   720      0.0097      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/multiplies                                 | 0.1095   2064     0.1055      *                *           |  0.5500 *    1.4200 *        *   | n/a     0.39    n/a          n/a
>        SingleSource/UnitTests/Vector/simple                                     | 0.0392   1664     0.0398      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/sumarray                                   | 0.0305   1072     0.0282      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/Vector/sumarray-dbl                               | 0.0300   1088     0.0319      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>        SingleSource/UnitTests/printargs                                         | 0.0137   832      0.0259      *                *           |  0.0000 *    0.0000 *        *   | n/a     -       n/a          n/a
>
> Last 10 lines of 'fail.LLC':
>        LLC.SingleSource/UnitTests/2005-07-15-Bitfield-ABI
>
> Last 10 lines of 'fail.LLC_compile':
>        LLC_compile.SingleSource/UnitTests/2005-07-15-Bitfield-ABI
>
> Last 10 lines of 'xfail.GCCAS':
>        GCCAS.MultiSource/Applications/hbd/hbd
>        GCCAS.MultiSource/Applications/lua/lua
>        GCCAS.MultiSource/Applications/minisat/minisat
>        GCCAS.MultiSource/Benchmarks/Bullet/bullet
>        GCCAS.MultiSource/Benchmarks/MallocBench/espresso/espresso
>        GCCAS.MultiSource/Benchmarks/Prolangs-C++/NP/np
>        GCCAS.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
>        GCCAS.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
>        GCCAS.SingleSource/UnitTests/ObjC/dot-syntax
>        GCCAS.SingleSource/UnitTests/ObjC/parameter-passing
>
> Last 10 lines of 'xfail.LLC':
>        LLC.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
>        LLC.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4
>        LLC.SingleSource/Regression/C++/EH/ConditionalExpr
>        LLC.SingleSource/Regression/C++/EH/ctor_dtor_count-2
>        LLC.SingleSource/Regression/C++/EH/function_try_block
>        LLC.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
>        LLC.SingleSource/UnitTests/ObjC/dot-syntax
>        LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
>        LLC.SingleSource/UnitTests/ObjC/exceptions
>        LLC.SingleSource/UnitTests/ObjC/parameter-passing
>
> Last 10 lines of 'xfail.LLC_compile':
>        LLC_compile.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
>        LLC_compile.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4
>        LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
>        LLC_compile.SingleSource/Regression/C++/EH/ctor_dtor_count-2
>        LLC_compile.SingleSource/Regression/C++/EH/function_try_block
>        LLC_compile.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
>        LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax
>        LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
>        LLC_compile.SingleSource/UnitTests/ObjC/exceptions
>        LLC_compile.SingleSource/UnitTests/ObjC/parameter-passing
>
> Last 10 lines of 'xfail.Bytecode':
>        Bytecode.MultiSource/Applications/hbd/hbd
>        Bytecode.MultiSource/Applications/lua/lua
>        Bytecode.MultiSource/Applications/minisat/minisat
>        Bytecode.MultiSource/Benchmarks/Bullet/bullet
>        Bytecode.MultiSource/Benchmarks/MallocBench/espresso/espresso
>        Bytecode.MultiSource/Benchmarks/Prolangs-C++/NP/np
>        Bytecode.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
>        Bytecode.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
>        Bytecode.SingleSource/UnitTests/ObjC/dot-syntax
>        Bytecode.SingleSource/UnitTests/ObjC/parameter-passing
>
> Last 10 lines of 'xpass.LLC':
>        LLC.SingleSource/Benchmarks/CoyoteBench/fftbench
>        LLC.SingleSource/Benchmarks/Shootout-C++/moments
>
> Last 10 lines of 'xpass.LLC_compile':
>        LLC_compile.SingleSource/Benchmarks/CoyoteBench/fftbench
>        LLC_compile.SingleSource/Benchmarks/Shootout-C++/moments
>
> _______________________________________________
> llvm-testresults mailing list
> llvm-testresults at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults
>




More information about the llvm-testresults mailing list