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

ignore "/.*/lt-" prefix of executable names in error messages during `make 
check`


diffs (19 lines):

diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -137,6 +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'^(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
@@ -171,6 +172,7 @@
     None, 'localhost', None,                                                   
                         # 25: 3
 #   None, '...', None,                                                         
                         # 26: 3
     None, 'un', 'known',                                                       
                         # 27: 3
+    '', None,                                                                  
                         # 28: 2
 #   None, ' !ERROR', '', ': ', None,                                           
                         # 90: 5
     None, '...', None,                                                         
                         # 91: 3
 #   '=ERROR', None, '\n#',                                                     
                         # 99: 3
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to