[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
Daniel Dunbar
daniel_dunbar at apple.com
Fri Jun 25 14:12:54 PDT 2010
Fixed in r106888 hopefully.
- Daniel
On Jun 25, 2010, at 1:45 PM, Dale Johannesen wrote:
> This is Fariborz's new test, a .cpp file. In an llvm-gcc-based test environment, it is getting compiled (to .llc) with g++, but linked with gcc, so there is undefined operator new[]. Test harness problem, yes?
>
> On Jun 25, 2010, at 12:28 PMPDT, 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/2786
>>
>> Buildbot URL: http://smooshlab.apple.com:8010/
>>
>> Buildslave for this Build: smoosh-02
>>
>> Build Reason:
>> Build Source Stamp: 106871
>> Blamelist: fjahanian,grosbach,tcare
>>
>> BUILD FAILED: failed make.test-suite
>>
>> sincerely,
>> -The Buildbot
>>
>>
>> ================================================================================
>>
>> CHANGES:
>> File: lib/Checker/RegionStore.cpp
>> At: Fri 25 Jun 2010 11:24:48
>> Changed By: tcare
>> Comments: Change RegionStoreManager::Retrieve to infer the type of a symbolic region from the context when it is not already available.Properties:
>>
>>
>>
>>
>> File: SingleSource/UnitTests/DefaultInitDynArrays.cpp
>> At: Fri 25 Jun 2010 11:29:35
>> Changed By: fjahanian
>> Comments: Test case for PR7490 (clang PR).
>>
>> Properties:
>>
>>
>>
>>
>> Files:
>> lib/CodeGen/CGExprCXX.cpp
>> lib/CodeGen/CodeGenFunction.h
>> At: Fri 25 Jun 2010 11:29:35
>> Changed By: fjahanian
>> Comments: IRGen for trivial initialization of dynamiccaly allocated
>> array of other done c++ objects. Fixes PR7490.
>>
>> Properties:
>>
>>
>>
>>
>> File: lib/Target/ARM/ARMBaseInstrInfo.cpp
>> At: Fri 25 Jun 2010 11:44:30
>> Changed By: grosbach
>> Comments: IT instructions are considered to be scheduling hazards, but are scheduled
>> with the following instructions. This is done via trickery by considering the
>> instruction preceding the IT to be the hazard. Care must be taken to ensure
>> it's the first non-debug instruction, or the presence of debug info will
>> affect codegen.
>>
>> Part of the continuing work for rdar://7797940, making ARM code-gen unaffected
>> by the presence of debug information.
>>
>> Properties:
>>
>>
>>
>>
>> LOGS:
>> Last 10 lines of 'stdio':
>> SingleSource/UnitTests/Vector/build | 0.0196 1072 0.0280 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/build2 | 0.0992 1520 0.0490 * * | 1.5500 * 2.1600 * * | n/a 0.72 n/a n/a
>> SingleSource/UnitTests/Vector/divides | 0.0266 720 0.0120 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/multiplies | 0.1366 2064 0.1253 * * | 0.7300 * 2.0500 * * | n/a 0.36 n/a n/a
>> SingleSource/UnitTests/Vector/simple | 0.0484 1664 0.0480 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/sumarray | 0.0356 1072 0.0346 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/sumarray-dbl | 0.0359 1088 0.0397 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/byval-alignment | 0.0162 976 0.0204 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/initp1 | 0.3572 640 0.0075 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/printargs | 0.0176 848 0.0292 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>>
>> Last 10 lines of 'report':
>> SingleSource/UnitTests/Vector/build | 0.0196 1072 0.0280 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/build2 | 0.0992 1520 0.0490 * * | 1.5500 * 2.1600 * * | n/a 0.72 n/a n/a
>> SingleSource/UnitTests/Vector/divides | 0.0266 720 0.0120 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/multiplies | 0.1366 2064 0.1253 * * | 0.7300 * 2.0500 * * | n/a 0.36 n/a n/a
>> SingleSource/UnitTests/Vector/simple | 0.0484 1664 0.0480 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/sumarray | 0.0356 1072 0.0346 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/Vector/sumarray-dbl | 0.0359 1088 0.0397 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/byval-alignment | 0.0162 976 0.0204 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/initp1 | 0.3572 640 0.0075 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>> SingleSource/UnitTests/printargs | 0.0176 848 0.0292 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
>>
>> Last 10 lines of 'fail.LLC':
>> LLC.SingleSource/UnitTests/DefaultInitDynArrays
>>
>> Last 10 lines of 'fail.LLC_compile':
>> LLC_compile.SingleSource/UnitTests/DefaultInitDynArrays
>>
>> Last 10 lines of 'xfail.LLC':
>> LLC.SingleSource/Regression/C++/EH/ConditionalExpr
>> LLC.SingleSource/Regression/C++/EH/function_try_block
>> LLC.SingleSource/UnitTests/ObjC/dot-syntax
>> LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
>> LLC.SingleSource/UnitTests/ObjC/exceptions
>>
>> Last 10 lines of 'xfail.LLC_compile':
>> LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
>> LLC_compile.SingleSource/Regression/C++/EH/function_try_block
>> LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax
>> LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
>> LLC_compile.SingleSource/UnitTests/ObjC/exceptions
>>
>> _______________________________________________
>> 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