Changeset: 45532793de17 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=45532793de17
Modified Files:
testing/Mfilter.py
Branch: mbedded
Log Message:
merging (and testing the buildbot setup)
diffs (21 lines):
diff --git a/testing/Mfilter.py b/testing/Mfilter.py
--- a/testing/Mfilter.py
+++ b/testing/Mfilter.py
@@ -81,7 +81,7 @@ bbp_dir = re.compile(r'^(-?\d+) (-?\d+)
norm_in = re.compile('(?:'+')|(?:'.join([
# id: #groups
### r'^(ERROR = !| *!|)(syntax|parse|parse error: syntax)( error, )(unexpected
.* on line |unexpected .* in: )?(.*)\n', # 1: 5
- r'^(ERROR = !| *!|)(syntax|parse|parse error: syntax)( error,
)(?:unexpected .* on line |unexpected .* in: )?(?:.*)\n', #
2: 5
+ r'^(ERROR = !| *!|)(syntax|parse|parse error: syntax)( error(?:,| in:)
)(?:unexpected .* on line |unexpected .* in: )?(?:.*)\n', #
2: 5
r"^(QUERY|ERROR)( =.* connect)( to|)( ')(localhost)(' port )(\d+)( .*)\n",
# 3: 8
r"^([Uu]sage: )(/.*/\.libs/|/.*/lt-|)([A-Za-z0-9_]+:?[ \t].*)\n",
# 4: 3
r'^(ERROR =
!.*Exception:remote\.[^:]*:\(mapi:monetdb://monetdb@)([^/]*)(/mTests_.*\).*)\n',
# 5: 4
@@ -102,7 +102,7 @@ norm_in = re.compile('(?:'+')|(?:'.join
norm_hint = '# the original non-normalized output was: '
norm_out = (
### None, 'syntax/parse', None, 'unexpected ... on line/in: ', None,
# 1: 5
- None, 'syntax/parse', None,
# 2: 5
+ None, 'syntax/parse', 'error,',
# 2: 5
None, None, None, None, '<HOST>', None, '<MAPIPORT>', None,
# 3: 8
None, '', None,
# 4: 3
None, 'localhost', None,
# 5: 4
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list