[zorg] r200363 - Changed xfails list for clang-mergefunc-x86_64-freeBSD9.2 builder.

Galina Kistanova gkistanova at gmail.com
Tue Jan 28 17:29:56 PST 2014


Author: gkistanova
Date: Tue Jan 28 19:29:56 2014
New Revision: 200363

URL: http://llvm.org/viewvc/llvm-project?rev=200363&view=rev
Log:
Changed xfails list for clang-mergefunc-x86_64-freeBSD9.2 builder.

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=200363&r1=200362&r2=200363&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Jan 28 19:29:56 2014
@@ -165,10 +165,11 @@ clang_x86_64_freeBSD9_xfails = [
     'LLC_compile.MultiSource/Benchmarks/SciMark2-C/scimark2',
     'LLC.MultiSource/Benchmarks/nbench/nbench',
     'LLC_compile.MultiSource/Benchmarks/nbench/nbench',
-    'LLC.SingleSource/UnitTests/initp1',
-    'LLC_compile.SingleSource/UnitTests/initp1',
-    'LLC.SingleSource/Benchmarks/Misc/mandel',
-    'LLC_compile.SingleSource/Benchmarks/Misc/mandel',
+    'LLC.SingleSource/Benchmarks/Misc-C++/Large/sphereflake',
+    'LLC_compile.SingleSource/Benchmarks/Misc-C++/Large/sphereflake',
+    'LLC.SingleSource/UnitTests/ms_struct_pack_layout',
+    'LLC_compile.SingleSource/UnitTests/ms_struct_pack_layout',
+
 ]
 
 polly_x86_64_linux_xfails = [





More information about the llvm-commits mailing list