[Webkit-unassigned] [Bug 122017] Would like a single way to run all the fast test suites

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 10:46:26 PDT 2013


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


Matthew Hanson <matthew_hanson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew_hanson at apple.com




--- Comment #3 from Matthew Hanson <matthew_hanson at apple.com>  2013-10-04 10:45:20 PST ---
I would like to move the current run-webkit-tests to run-webkit-layout-tests.  My patch will introduce a new utility called run-webkit-tests that, when run without arguments, will execute the run-webkit-layout-test.  It will also introduce two new flags, the semantic meaning of which is detailed below:

    % run-webkit-tests //calls run-webkit-layout-tests

    % run-webkit-tests --include-fast-tests //calls run-webkit-layout-tests and the five tests above

    % run-webkit-tests --skip-fast-tests // calls run-webkit-layout-tests

This will be the first of three implementation stages, which are as follows:
    1. Move the current run-webkit-tests to run-webkit-layout-tests and add the --include fast-tests and --skip-fast-tests flags to run-webkit-tests
    2. Update the bots to use the --skip-fast-tests flag
    3. Change the default behavior of run-webkit-tests so that the fast tests are included by default

Any feedback on this approach is welcome.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list