Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Interop metadata for test splits
Browse files Browse the repository at this point in the history
In web-platform-tests/wpt#41985 we are proposing
to rename and split some tests, in order to increase test coverage for
URL in ShadowRealm scopes. ShadowRealm is irrelevant to Interop, but we
do have to split some files that previously contained a mix of tests
both suitable and unsuitable for executing in ShadowRealm scopes.

This PR adjusts the `interop-2023-url` label so that the splits in the
abovementioned PR have as little effect as possible on the Interop
scores.
ptomato committed Nov 12, 2024
1 parent a107492 commit e312654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion url/META.yml
Original file line number Diff line number Diff line change
@@ -94,8 +94,9 @@ links:
- test: failure.html
- test: historical.any.html
- test: historical.any.worker.html
- test: IdnaTestV2.window.html
- test: IdnaTestV2.any.html
- test: percent-encoding.window.html
- test: url-constructor-base-failure.any.html
- test: url-constructor.any.html?exclude=(file|javascript|mailto)
- test: url-constructor.any.worker.html?exclude=(file|javascript|mailto)
- test: url-origin.any.html
@@ -109,6 +110,7 @@ links:
- test: url-setters.any.worker.html?exclude=(file|javascript|mailto)
- test: url-tojson.any.html
- test: url-tojson.any.worker.html
- test: urlencoded-parser-request-response.any.html
- test: urlencoded-parser.any.html
- test: urlencoded-parser.any.worker.html
- product: chrome

0 comments on commit e312654

Please sign in to comment.