[zorg] r196899 - Did I use the wrong format for the xfails list?

Tobias Grosser tobias at grosser.es
Tue Dec 10 01:32:16 PST 2013


Author: grosser
Date: Tue Dec 10 03:32:15 2013
New Revision: 196899

URL: http://llvm.org/viewvc/llvm-project?rev=196899&view=rev
Log:
Did I use the wrong format for the xfails list?

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=196899&r1=196898&r2=196899&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Dec 10 03:32:15 2013
@@ -155,8 +155,11 @@ clang_x86_64_linux_xfails = [
 
 polly_x86_64_linux_xfails = [
     'LLC.MultiSource/Applications/sgefa/sgefa',
+    'MultiSource/Applications/sgefa/sgefa.execution_time',
     'LLC/MultiSource/Benchmarks/7zip/7zip-benchmark',
+    'MultiSource/Benchmarks/7zip/7zip-benchmark.execution_time',
     'LLC_compile/MultiSource/Benchmarks/7zip/7zip-benchmark',
+    'MultiSource/Benchmarks/7zip/7zip-benchmark.compile_time',
 ]
 
 # Clang fast builders.





More information about the llvm-commits mailing list