A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Testsuite: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
mNo edit summary
(Update testsuite page.)
Line 1: Line 1:
== Web Platform Tests ==
Tests for WHATWG specifications are maintained in the [http://github.com/w3c/web-platform-tests web-platform-tests] repository, along with those for many other web-platform features, including all those maintained by W3C (except, for historical reasons, CSS).


The [http://www.example.com web platform tests] project is the shared space for testing all web platform features. It is under the "w3c" GitHub organization, but is not exclusive to W3C specs, or [[fork tracking|specs that have been copy-and-pasted into w3.org]]. Tests for WHATWG specifications should be contributed there.
Tests are contributed by community members, including implementers. In general specification editors are not responsible for maintaining tests along with the specification, due to the excess burden of work this would create. Therefore different specifications are accompanied by testsuites of varying breadth and depth.
 
For more information on web platform testing, see http://testthewebforward.org/docs/.


In order to contribute tests to the testsuite for a WHATWG specification, follow the instructions on [http://testthewebforward.org/docs/ Test the Web Forward].


== Old lists of tests that maybe have not been ported to web platform tests? ==
== Old lists of tests that maybe have not been ported to web platform tests? ==
Line 13: Line 12:
* [http://www.whatwg.org/html5 The specification] has links to test in the status boxes.
* [http://www.whatwg.org/html5 The specification] has links to test in the status boxes.
* [http://samples.msdn.microsoft.com/ietestcenter/ IE's tests]
* [http://samples.msdn.microsoft.com/ietestcenter/ IE's tests]
* [http://tc.labs.opera.com/html/ Opera's tests]
* [http://trac.webkit.org/browser/trunk/LayoutTests (Some of?) WebKit's tests]
* [http://trac.webkit.org/browser/trunk/LayoutTests (Some of?) WebKit's tests]
* [http://mxr.mozilla.org/mozilla-central/find?string=test_.*%28html|svg%29%24&tree=mozilla-central&hint= Some of Mozilla's mochitests]
* [http://mxr.mozilla.org/mozilla-central/find?string=test_.*%28html|svg%29%24&tree=mozilla-central&hint= Some of Mozilla's mochitests]
Line 24: Line 22:
* [http://simon.html5.org/test/html/ zcorpan's tests]
* [http://simon.html5.org/test/html/ zcorpan's tests]
* [http://mathias.html5.org/tests/ Mathias’s tests]
* [http://mathias.html5.org/tests/ Mathias’s tests]
* [http://code.google.com/p/html5lib/source/browse/testdata html5lib tests]
* [http://hsivonen.iki.fi/test/moz/video-selection/ hsivonen's video tests]
* [http://hsivonen.iki.fi/test/moz/video-selection/ hsivonen's video tests]
* [http://www.w3.org/DOM/Test/ Document Object Model (DOM) Conformance Test Suites]
* [http://www.w3.org/DOM/Test/ Document Object Model (DOM) Conformance Test Suites]
* [http://dev.w3.org/2006/webapi/WindowTestSuite/ Window test suite]
* [http://dev.w3.org/2006/webapi/WindowTestSuite/ Window test suite]
=== W3C ===
* [http://dev.w3.org/geo/api/test-suite/ Geolocation]
* [https://github.com/w3c/web-platform-tests The Web Platform Tests Project]
* [http://hg.csswg.org/test CSS WG]

Revision as of 17:33, 18 January 2016

Tests for WHATWG specifications are maintained in the web-platform-tests repository, along with those for many other web-platform features, including all those maintained by W3C (except, for historical reasons, CSS).

Tests are contributed by community members, including implementers. In general specification editors are not responsible for maintaining tests along with the specification, due to the excess burden of work this would create. Therefore different specifications are accompanied by testsuites of varying breadth and depth.

In order to contribute tests to the testsuite for a WHATWG specification, follow the instructions on Test the Web Forward.

Old lists of tests that maybe have not been ported to web platform tests?

People should prune this list...