Changeset: 81ec75d53598 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=81ec75d53598
Modified Files:
        testing/Mfilter.py.in
Branch: Apr2012
Log Message:

AVG_of_SQRT.SF-2757642 can also be a fraction larger than 1.1.
See changeset 29ae3722962d.


diffs (20 lines):

diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -83,6 +83,7 @@ bbp_dir = re.compile(r'^(-?\d+) (-?\d+) 
         # element of "norm_out", unless the latter is "None" (then, the
         # respective match is kept as-is).
 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"^(QUERY|ERROR)( =.* connect)( to|)( ')(localhost)(' port )(\d+)( .*)\n", 
                                                                 # 3: 8
@@ -93,7 +94,7 @@ norm_in  = re.compile('(?:'+')|(?:'.join
 # filter for geos 3.3 vs. geos 3.2, can be removed if we have 3.3 everywhere
     r"^(ERROR = !ParseException: Expected )('EMPTY' or '\(')( but encountered 
: '\)')\n",                                                       # 8: 3
 # filter for AVG_of_SQRT.SF-2757642: result not always exactly 1.1
-    r'^(\[ "avg\(sqrt\(n8\)\) == 1\.1",\s+)(1\.09999\d*)(\s+\])\n',            
                                                                 # 9: 3
+    r'^(\[ "avg\(sqrt\(n8\)\) == 
1\.1",\s+)(1\.09999\d*|1\.10000\d*)(\s+\])\n',                                  
                               # 9: 3
 ])+')',  re.MULTILINE)
 norm_hint = '# the original non-normalized output was: '
 norm_out = (
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to