[llvm-commits] [zorg] r105150 - /zorg/trunk/buildbot/osuosl/master/config/builders.py
Daniel Dunbar
daniel at zuster.org
Sat May 29 21:56:37 PDT 2010
Author: ddunbar
Date: Sat May 29 23:56:37 2010
New Revision: 105150
URL: http://llvm.org/viewvc/llvm-project?rev=105150&view=rev
Log:
buildbot: Update -fnt XFAIL lists.
Modified:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=105150&r1=105149&r2=105150&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Sat May 29 23:56:37 2010
@@ -94,56 +94,43 @@
clang_i386_linux_xfails = [
'GCCAS.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'GCCAS.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
- 'GCCAS.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
'Bytecode.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'Bytecode.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
- 'Bytecode.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
'LLC.MultiSource/Applications/oggenc/oggenc',
'LLC.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'LLC.MultiSource/Benchmarks/VersaBench/bmm/bmm',
'LLC.MultiSource/Benchmarks/VersaBench/dbms/dbms',
'LLC.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
- 'LLC.SingleSource/Benchmarks/Misc-C++/oopack_v1p8',
- 'LLC.SingleSource/Benchmarks/Misc-C++/sphereflake',
+ 'LLC.SingleSource/Benchmarks/Misc-C++/Large/sphereflake',
'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/Regression/C++/EH/simple_rethrow',
- 'LLC.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
'LLC_compile.MultiSource/Applications/oggenc/oggenc',
'LLC_compile.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'LLC_compile.MultiSource/Benchmarks/VersaBench/bmm/bmm',
'LLC_compile.MultiSource/Benchmarks/VersaBench/dbms/dbms',
'LLC_compile.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
- 'LLC_compile.SingleSource/Benchmarks/Misc-C++/oopack_v1p8',
- 'LLC_compile.SingleSource/Benchmarks/Misc-C++/sphereflake',
+ 'LLC_compile.SingleSource/Benchmarks/Misc-C++/Large/sphereflake',
'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/Regression/C++/EH/simple_rethrow',
- 'LLC_compile.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
]
clang_x86_64_linux_xfails = [
'GCCAS.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'GCCAS.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
- 'GCCAS.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
'Bytecode.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'Bytecode.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
- 'Bytecode.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
'LLC.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'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/Regression/C++/EH/simple_rethrow',
- 'LLC.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
'LLC.SingleSource/UnitTests/Vector/SSE/sse.expandfft',
'LLC.SingleSource/UnitTests/Vector/SSE/sse.stepfft',
'LLC_compile.MultiSource/Benchmarks/Prolangs-C/archie-client/archie',
'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/Regression/C++/EH/simple_rethrow',
'LLC_compile.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore',
More information about the llvm-commits
mailing list