[Webkit-unassigned] [Bug 66295] [Meta] Support w3c reftests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 21:21:20 PDT 2011


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





--- Comment #32 from Peter Linss <peter.linss at hp.com>  2011-11-03 21:21:19 PST ---
(In reply to comment #29)
> (In reply to comment #25)
> > One possibility is taking the w3c test harness code for processing w3c tests. The harness between CSS and WebApps is converging, and currently the CSS side of things processes the files and generates a manifest to use while running the tests. If we share this (python) code with the w3c we don't have to keep up with their process changes.
> 
> Alan, can you point me at that code? When I've looked in the past, I hadn't found anything (admittedly, I haven't yet looked very hard).

The code for the harness is at:
http://hg.csswg.org/dev/harness

Note that this is the web application that runs tests, gathers results and prepares reports.

The code that processes tests and produces manifest files (among other things) is in the test suite repository at:
http://hg.csswg.org/test/tools
and mostly in the python library at:
http://hg.csswg.org/dev/w3ctestlib
which is included as a sub repository under test/tools.

Note that the test suite build code is currently focused on the CSS test suites. I'll be re-working it over the next few weeks to be more generic and flexible.

-- 
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