mirror of
https://github.com/servo/servo.git
synced 2025-09-02 11:08:22 +01:00
Update web-platform-tests to revision d7afcb8708eac08a614d161d5622a48172daf7e3
This commit is contained in:
parent
6f8bb4dd40
commit
edff458e23
791 changed files with 17647 additions and 10322 deletions
|
@ -0,0 +1,22 @@
|
|||
# Writing Your Own Runner
|
||||
|
||||
Most test runners have two stages: finding all tests, followed by
|
||||
executing them (or a subset thereof).
|
||||
|
||||
To find all tests in the repository, it is **strongly** recommended to
|
||||
use the included `wpt manifest` tool: the required behaviors are more
|
||||
complex than what are documented (especially when it comes to
|
||||
precedence of the various possibilities and some undocumented legacy
|
||||
ways to define test types), and hence its behavior should be
|
||||
considered the canonical definition of how to enumerate tests and find
|
||||
their type in the repository.
|
||||
|
||||
For test execution, please read the documentation for the various test types
|
||||
very carefully and then check your understanding on
|
||||
the [mailing list][public-test-infra] or [IRC][] ([webclient][web irc], join
|
||||
channel `#testing`). It's possible edge-case behavior isn't properly
|
||||
documented!
|
||||
|
||||
[public-test-infra]: https://lists.w3.org/Archives/Public/public-test-infra/
|
||||
[IRC]: irc://irc.w3.org:6667/testing
|
||||
[web irc]: http://irc.w3.org
|
Loading…
Add table
Add a link
Reference in a new issue