Changeset: c119d0fb1328 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c119d0fb1328
Modified Files:
testing/Mfilter.py.in
Branch: default
Log Message:
Merge from Feb2013 branch.
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
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list