[Webkit-unassigned] [Bug 184959] New: Incorrect number of WebDriver test failures shown in the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 23:12:58 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184959

            Bug ID: 184959
           Summary: Incorrect number of WebDriver test failures shown in
                    the bots
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, lforschler at apple.com

It's currently reporting 500 failures, while they are actually 40. This is because of the regular expression we are using to parse the output:

re.findall("Unexpected.+\((\d+)\)", logText)

This is now matching a particular test error output:

E           UnexpectedAlertOpenException: unexpected alert open (500):

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180425/f98a2839/attachment.html>


More information about the webkit-unassigned mailing list