Closed
Bug 945221
Opened 12 years ago
Closed 8 years ago
Add a test framework for running W3C web-platform-tests and compatible testsuites
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
(Keywords: ateam-unittests-big)
Instead of running the W3C tests on top of Mochitest, we will run them in a dedicated framework. This change will allow us to better integrate with the external tests, as these don't have the same properties as internal tests (for example it isn't expected that all imported tests should pass, tests may interact badly with even "good" revisions of the browser, etc.)
This work has several components, which will get their own bugs:
* Create a python webserver in which to run the tests (external, https://critic.hoppipolla.co.uk/r/364)
* Update the tests to use the new web server rather than Apache + PHP (external, https://critic.hoppipolla.co.uk/r/368)
* Create a new test runner for running the tests
* Automate the test import so that tests are regularly, automatically, updated.
* Create an automated process for upstreaming changes to the web-platform-tests
Updated•11 years ago
|
Keywords: ateam-unittests-big
Comment 1•8 years ago
|
||
This is long ago done now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: New Frameworks → General
You need to log in
before you can comment on or make changes to this bug.
Description
•