Skip to content

Commit 09041ea

Browse files
authored
Remove duplicate section about updating test expectations (#109)
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
1 parent 792cb05 commit 09041ea

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/hacking/testing.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ To run a test:
3838
./mach test-wpt tests/wpt/yourtest
3939
```
4040

41-
## Updating a test
42-
43-
In some cases, extensive tests for the feature you're working on already exist under tests/wpt:
44-
45-
- Make a release build
46-
- run `./mach test-wpt --release --log-raw=/path/to/some/logfile`
47-
- run [`update-wpt` on it](#updating-web-test-expectations)
48-
49-
This may create a new commit with changes to expectation ini files.
50-
If there are lots of changes, it's likely that your feature had tests in wpt already.
51-
52-
Include this commit in your pull request.
53-
5441
## Add a new test
5542

5643
If you need to create a new test file, it should be located in `tests/wpt/mozilla/tests` or in `tests/wpt/tests` if it's something that doesn't depend on servo-only features.

0 commit comments

Comments
 (0)