changeset 8392:39b37e601242

Disable scaladacpo specs because it sometimes returns non-zero while there is no visible failure
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 20 Mar 2013 11:59:25 +0100
parents d1d486c03e8a
children 0e2c530885d1
files mx/sanitycheck.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx/sanitycheck.py	Tue Mar 19 14:55:58 2013 +0100
+++ b/mx/sanitycheck.py	Wed Mar 20 11:59:25 2013 +0100
@@ -47,7 +47,7 @@
 dacapoScalaSanityWarmup = {
     'actors':     [0, 0, 2,  8, 10],
 # (lstadler) apparat was disabled due to a deadlock which I think is the benchmarks fault.
-#    'apparat':    [0, 0, 1,  2,  3],
+    'apparat':    [0, 0, 0,  0,  0],
     'factorie':   [0, 0, 2,  5,  5],
     'kiama':      [0, 0, 3, 13, 15],
     'scalac':     [0, 0, 5, 15, 20],
@@ -56,7 +56,8 @@
     'scalariform':[0, 0, 6, 15, 20],
     'scalatest':  [0, 0, 2, 10, 12],
     'scalaxb':    [0, 0, 5, 15, 25],
-    'specs':      [0, 0, 3, 13, 18],
+#(gdub) specs sometimes returns a non-zero value event though there is no apparent failure
+    'specs':      [0, 0, 0,  0,  0],
     'tmt':        [0, 0, 3, 10, 12]
 }