[Webkit-unassigned] [Bug 205608] New: [GTK][WPE] Report number of total tests run and failed in API test runner like run-api-tests does

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 27 10:44:47 PST 2019


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

            Bug ID: 205608
           Summary: [GTK][WPE] Report number of total tests run and failed
                    in API test runner like run-api-tests does
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org, cgarcia at igalia.com
            Blocks: 202361

We can reuse and simplify the implementation of bug 202361 a lot by outputting at the end of the run-gtk-tests/run-wpe-tests step the information about the number of tests ran and failed like run-api-tests does:

"Ran X tests of Y with Z successful"
Where:
X=total number of tests executed
Y=total number of tests available
Z=total number of tests that passed (or that failed as expected)

If we do this, we can basically use the same logic on the EWS (and buildbot) for running the gtk and mac/ios API tests.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=202361
[Bug 202361] [GTK] Add EWS testers to run GTK unit tests
-- 
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/20191227/cf9b5cf0/attachment.htm>


More information about the webkit-unassigned mailing list