# HG changeset patch # User Gilles Duboscq # Date 1363777165 -3600 # Node ID 39b37e601242a9ba02df85051de4022d7aa78bcb # Parent d1d486c03e8a8564faeaa003b4d0acf3c1072fae Disable scaladacpo specs because it sometimes returns non-zero while there is no visible failure diff -r d1d486c03e8a -r 39b37e601242 mx/sanitycheck.py --- 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] }