diff mx/sanitycheck.py @ 4416:be787de79394

Fail bench/test on "Exception occured in scope: " Bailout exception should be ignored
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 30 Jan 2012 16:14:55 +0100
parents 0d661161fa24
children 7d6490436b57
line wrap: on
line diff
--- a/mx/sanitycheck.py	Mon Jan 30 15:46:58 2012 +0100
+++ b/mx/sanitycheck.py	Mon Jan 30 16:14:55 2012 +0100
@@ -134,7 +134,7 @@
         self.name = name
         self.group = group
         self.successREs = successREs
-        self.failureREs = failureREs
+        self.failureREs = failureREs + [re.compile(r"Exception occured in scope: ")]
         self.scoreMatchers = scoreMatchers
         self.vmOpts = vmOpts
         self.cmd = cmd