Re: CSS 2.1 Test Suite harness

On Wed, Sep 29, 2010 at 1:15 PM, Simon Fraser <smfr@me.com> wrote:
> I've been working on a test suite harness for the 2.1 test suite, in order to make running the tests faster.
>
> This harness is local-only, but uses a client-side (Web SQL) database to store results, so you can come back to the harness later and not lose results. Note that it assumes the tests are local, so cannot be used to run the tests that require http.
>
> The suite is in WebKit SVN here:
> <http://trac.webkit.org/browser/trunk/WebKitTools/CSSTestSuiteHarness>
>
> Here are instructions for getting the WebKit code:
> <http://webkit.org/building/checkout.html>
>
> You should just be able to checkout the WebKitTools/CSSTestSuiteHarness directory.
>
> The harness is work-in-progress, and has only been tested in Safari. Fixes/comments/suggestions welcome.

Ooh, that's *excellent*.  Thanks very much, Simon.  Luckily I didn't
do very many tests on the web version yesterday, because I can run
through things ridiculously faster with this.

~TJ

Received on Wednesday, 29 September 2010 22:26:36 UTC