Changeset: c394c27a776b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c394c27a776b Modified Files: testing/Mfilter.py.in Branch: Oct2012 Log Message:
treat system-dependent variable width of table frames as minor differences 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 @@ -57,6 +57,8 @@ test = ( # varying variable names in dataflow barriers r'^barrier X_\d+ := language.dataflow\(\);$', r'^exit X_\d+;$', + # varying width of table frames + r'^\+[=-]+\+$', ])+')', re.MULTILINE), # warnings and messages that should be treated as errors: re.compile('(?:'+')|(?:'.join([ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list