RESOLVED FIXED184959
Incorrect number of WebDriver test failures shown in the bots
https://bugs.webkit.org/show_bug.cgi?id=184959
Summary Incorrect number of WebDriver test failures shown in the bots
Carlos Garcia Campos
Reported 2018-04-24 23:12:58 PDT
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):
Attachments
Patch (1.79 KB, patch)
2018-04-24 23:27 PDT, Carlos Garcia Campos
no flags
Carlos Garcia Campos
Comment 1 2018-04-24 23:27:22 PDT
WebKit Commit Bot
Comment 2 2018-04-25 07:19:08 PDT
Comment on attachment 338710 [details] Patch Clearing flags on attachment: 338710 Committed r230993: <https://trac.webkit.org/changeset/230993>
WebKit Commit Bot
Comment 3 2018-04-25 07:19:09 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2018-04-25 07:20:20 PDT
Note You need to log in before you can comment on or make changes to this bug.