# HG changeset patch # User Bernhard Urban # Date 1412675802 25200 # Node ID 03eef43d364fe694b4413094292609f0aa8c39f8 # Parent 6b1eed55ea6639af4be619ef721a3e38b43b57a6 mx: fix {,scala}dacapo paths and parsing issues on windows diff -r 6b1eed55ea66 -r 03eef43d364f mx/sanitycheck.py --- a/mx/sanitycheck.py Tue Oct 07 13:46:29 2014 +0200 +++ b/mx/sanitycheck.py Tue Oct 07 02:56:42 2014 -0700 @@ -211,15 +211,15 @@ if not isfile(dacapo) or not dacapo.endswith('.jar'): mx.abort('Specified DaCapo jar file does not exist or is not a jar file: ' + dacapo) - dacapoSuccess = re.compile(r"^===== DaCapo 9\.12 ([a-zA-Z0-9_]+) PASSED in ([0-9]+) msec =====$", re.MULTILINE) - dacapoFail = re.compile(r"^===== DaCapo 9\.12 ([a-zA-Z0-9_]+) FAILED (warmup|) =====$", re.MULTILINE) + dacapoSuccess = re.compile(r"^===== DaCapo 9\.12 ([a-zA-Z0-9_]+) PASSED in ([0-9]+) msec =====", re.MULTILINE) + dacapoFail = re.compile(r"^===== DaCapo 9\.12 ([a-zA-Z0-9_]+) FAILED (warmup|) =====", re.MULTILINE) dacapoTime = re.compile(r"===== DaCapo 9\.12 (?P[a-zA-Z0-9_]+) PASSED in (?P