RESOLVED FIXED Bug 82341
[GTK] Add --skipped command line option to Tools/Scripts/run-gtk-tests
https://bugs.webkit.org/show_bug.cgi?id=82341
Summary [GTK] Add --skipped command line option to Tools/Scripts/run-gtk-tests
Carlos Garcia Campos
Reported 2012-03-27 08:00:13 PDT
To be able to ignore skipped tests or run only skipped tests in addition to the default action that skips skipped tests
Attachments
Patch (3.15 KB, patch)
2012-03-27 08:04 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2012-03-27 08:04:34 PDT
Martin Robinson
Comment 2 2012-03-27 08:15:26 PDT
Comment on attachment 134065 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134065&action=review > Tools/Scripts/run-gtk-tests:216 > + # By default skipped test are skipped, > + # run them only when there are specific > + # test cases failing. Super nit: This comment could probably be one line. > Tools/Scripts/run-gtk-tests:296 > + help='Specifies how to treat the Skipped tests') Nit: Skipped -> skipped
Carlos Garcia Campos
Comment 3 2012-03-27 08:18:03 PDT
(In reply to comment #2) > (From update of attachment 134065 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=134065&action=review > > > Tools/Scripts/run-gtk-tests:216 > > + # By default skipped test are skipped, > > + # run them only when there are specific > > + # test cases failing. > > Super nit: This comment could probably be one line. Ok :-) > > Tools/Scripts/run-gtk-tests:296 > > + help='Specifies how to treat the Skipped tests') > > Nit: Skipped -> skipped Sure, thanks!
Eric Seidel (no email)
Comment 4 2012-03-27 12:36:49 PDT
Attachment 134065 [details] was posted by a committer and has review+, assigning to Carlos Garcia Campos for commit.
Carlos Garcia Campos
Comment 5 2012-03-28 08:54:08 PDT
Note You need to log in before you can comment on or make changes to this bug.