[Webkit-unassigned] [Bug 221049] New: [GTK] run-gtk-tests: Ensure correct count when subtests are specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 10:50:04 PST 2021


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

            Bug ID: 221049
           Summary: [GTK] run-gtk-tests: Ensure correct count when
                    subtests are specified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com

Currently the code of run-gtk-tests adds the number of skipped tests
to the count of total tests. That computation failed to take into
account the case where specific subtests are run (by means of passing
the -p argument), instead of the full test suite.

This patch fixes that, only adding to "total tests" those skipped
subtests that were also specified with the -p argument when using that
mode.

-- 
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/20210127/e6786b9e/attachment-0001.htm>


More information about the webkit-unassigned mailing list