Changeset: 316349d04430 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=316349d04430
Modified Files:
testing/Mfilter.py.in
Branch: Oct2014
Log Message:
Move dplyr filter to ignored section.
diffs (21 lines):
diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -51,6 +51,8 @@ test = (
r"^MAPI =
(.*@.*:\d*|\((monetdb|testuser|(monet|user)_test|my_user2|psm)\)
/.*\.s\.monetdb\.\d+)$",
# SPHINX is optional in monetdb5/modules/mal/inspec05
r'\[\s+"[^"]*",\s+"(?:command|function|pattern)",\s+"sphinx",\s+"[^"]*",\s+"[^"]*"\s+\]',
+ # dplyr (R package) includes the MonetDB version in its
output, ignore
+ r"^Source: MonetDB .*$",
])+')', re.MULTILINE),
# differences (e.g., due to property-checking), which we want to treat
as "minor differences"
re.compile('(?:'+')|(?:'.join([
@@ -64,8 +66,6 @@ test = (
# table_function_with_column_subselects.Bug-3172 &
create_function.Bug-3172:
# id in error message depends on #threads
r"^.*!TypeException:user.s2_1\[[0-9]+\]:'.*$",
- # dplyr (R package) includes the MonetDB version in its
output, ignore
- r"^Source: MonetDB .*$",
])+')', re.MULTILINE),
# warnings and messages that should be treated as errors:
re.compile('(?:'+')|(?:'.join([
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list