diff mx/sanitycheck.py @ 4506:ab7c258e1cef

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 05 Feb 2012 05:40:36 +0100
parents be787de79394
children 7d6490436b57
line wrap: on
line diff
--- a/mx/sanitycheck.py	Sun Feb 05 05:37:52 2012 +0100
+++ b/mx/sanitycheck.py	Sun Feb 05 05:40:36 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