-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Originally posted as w3c/csswg-test#1102 by @gsnedders on 29 Jul 2016, 16:54 UTC:
From https://lists.w3.org/Archives/Public/www-style/2016Oct/0088.html:
- Land Add support for CSS WG-style manifests w3c/wpt-tools#90 into wpt-tools so that the web-platform-tests tools create an accurate manifest (i.e., list of tests) for the CSS testsuite.
- Add a number of lints to wpt-tools, for the (currently non-existent) css subdirectory, to ensure that the build system keeps working (primarily we need lints to ensure that we have no duplicate file-extensionless-basenames that aren't byte-for-byte identical and that all files referenced by test files are in an adjacent support or reference directory, with a couple of exceptions).
- Ensure web-platform-tests's documentation is up-to-date and cohesive, both for submitting tests and reviewing them. Especially make sure it's easier to find documentation than it is currently!
- Make https://hg.csswg.org/test/ and http://test.csswg.org/shepherd/ read-only. (This only depends on making sure we have something in way of GitHub documentation; Try to reduce the maximum stack size when running SVG sizing tests #1101 )
- Merge csswg-test into web-platform-tests, in a css/ subdirectory, maintaining all csswg-test history, with w3ctestlib and apiclient being moved over to git submodules.
- Move over, at the very least, all open issues and PRs from the csswg-test repository.
- (Sometime in the more distant future) drop the current build system and the lints we had for its requirements.
Still remaining (2017-04-07):
- Move over all remaining issues (these are things labelled with type:missing-coverage and spec:regions or spec:compositing) into two new meta-issues per-spec
- Wait for editors of the Masking spec to decide if they want to spend time to move adding clip-path w3c/csswg-test#430 over
- Merge [css-fonts] Test font style matching clauses 4 a-c w3c/csswg-test#810 from csswg-test into web-platform-tests by magic once it's been reviewed and accepted