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.
Created attachment 418560 [details] Patch
Committed r272013: <https://trac.webkit.org/changeset/272013> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418560 [details].
<rdar://problem/73706572>