[llvm-commits] [zorg] r144180 - /zorg/trunk/buildbot/osuosl/master/config/builders.py

Duncan Sands baldrick at free.fr
Wed Nov 9 02:43:17 PST 2011


Author: baldrick
Date: Wed Nov  9 04:43:16 2011
New Revision: 144180

URL: http://llvm.org/viewvc/llvm-project?rev=144180&view=rev
Log:
Recent gcc miscompiles siod and consumer-lame.  I added the XFAIL
to the wrong list: move it to the right one.  Chandler fixed the
include path issue which was breaking tramp3d-v4, so un-XFAIL it.

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=144180&r1=144179&r2=144180&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed Nov  9 04:43:16 2011
@@ -146,31 +146,24 @@
                                                  gxxincludedir='/usr/include/c++/4.2.1')},
 
 clang_i386_linux_xfails = [
-    'GCC.MultiSource/Applications/siod/siod',
-    'GCC.MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame',
-    'GCCAS.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
-    'Bytecode.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
     'LLC.MultiSource/Applications/oggenc/oggenc',
     'LLC.MultiSource/Benchmarks/VersaBench/bmm/bmm',
     'LLC.MultiSource/Benchmarks/VersaBench/dbms/dbms',
-    'LLC.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
     'LLC.SingleSource/Benchmarks/Misc-C++/Large/sphereflake',
     'LLC.SingleSource/Regression/C++/EH/ConditionalExpr',
     'LLC_compile.MultiSource/Applications/oggenc/oggenc',
     '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++/Large/sphereflake',
     'LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr',
 ]
 
 clang_x86_64_linux_xfails = [
-    'GCCAS.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
-    'Bytecode.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
+    'GCC.MultiSource/Applications/siod/siod',
+    'GCC.MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame',
     'LLC.SingleSource/Regression/C++/EH/ConditionalExpr',
     'LLC.SingleSource/UnitTests/Vector/SSE/sse.expandfft',
     'LLC.SingleSource/UnitTests/Vector/SSE/sse.stepfft',
-    'LLC_compile.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4',
     'LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr',
     'LLC_compile.SingleSource/UnitTests/Vector/SSE/sse.expandfft',
     'LLC_compile.SingleSource/UnitTests/Vector/SSE/sse.stepfft',





More information about the llvm-commits mailing list