Changeset: 4c8fa5145b55 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4c8fa5145b55
Modified Files:
testing/Mfilter.py.in
Branch: Apr2011
Log Message:
more filtering/normalization of absolute executable names in error messages
during `make check`
diffs (12 lines):
diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -137,7 +137,7 @@
r'^(!.*Exception:remote\.[^:]*:\(mapi:monetdb://monetdb@)([^/]*)(/mTests_.*\).*)\n',
# 25: 3
# r'^(ERROR = !sql_stmt symbol\()(.*)(\)->token = CREATE_SCHEMA)\n',
# 26: 3
r'^(ERROR = !IOException:mapi.connect:Could not connect: getaddrinfo
failed: )(No .* is|.* not)( known[\. ]*)\n', # 27: 3
- r'^(/.*/lt-|)([A-Za-z0-9_]+: .*)\n',
# 28: 2
+ r'^(/.*/\.libs/|/.*/lt-|)([A-Za-z0-9_]+: .*)\n',
# 28: 2
# r'^(ERROR =| )( !ERROR: | !SQLException:assert:| !SQLException:sql:
| !SQLException:| !MALException:)([^:]+)(: *)([^ ].*)\n', # 90: 5
r'^(.*: at )(\([0-9]+,[0-9]+\-[0-9]+,[0-9]+\))(: .*)\n',
# 91: 3
# r'^(fatal error|ERROR)(: err:FORG0005, fn:exactly-one called with a
sequence containing zero or more than one item..*)()\n', # 99: 3
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list