[zorg] r197773 - Better put it explicitly for LLC and LLC_compile.
Galina Kistanova
gkistanova at gmail.com
Thu Dec 19 19:57:45 PST 2013
Author: gkistanova
Date: Thu Dec 19 21:57:45 2013
New Revision: 197773
URL: http://llvm.org/viewvc/llvm-project?rev=197773&view=rev
Log:
Better put it explicitly for LLC and LLC_compile.
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=197773&r1=197772&r2=197773&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Dec 19 21:57:45 2013
@@ -157,10 +157,14 @@ clang_x86_64_linux_xfails = [
# Remove after http://llvm.org/bugs/show_bug.cgi?id=18089
# and http://llvm.org/bugs/show_bug.cgi?id=18056 will be fixed and closed.
clang_x86_64_freeBSD9_xfails = [
- 'MultiSource/Benchmarks/SciMark2-C/scimark2',
- 'MultiSource/Benchmarks/nbench/nbench',
- 'SingleSource/UnitTests/initp1',
- 'SingleSource/Benchmarks/Misc/mandel'
+ 'LLC.MultiSource/Benchmarks/SciMark2-C/scimark2',
+ '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',
]
polly_x86_64_linux_xfails = [
More information about the llvm-commits
mailing list