Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e312654

Browse files
committedNov 12, 2024
Update Interop metadata for test splits
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.
1 parent a107492 commit e312654

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎url/META.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ links:
9494
- test: failure.html
9595
- test: historical.any.html
9696
- test: historical.any.worker.html
97-
- test: IdnaTestV2.window.html
97+
- test: IdnaTestV2.any.html
9898
- test: percent-encoding.window.html
99+
- test: url-constructor-base-failure.any.html
99100
- test: url-constructor.any.html?exclude=(file|javascript|mailto)
100101
- test: url-constructor.any.worker.html?exclude=(file|javascript|mailto)
101102
- test: url-origin.any.html
@@ -109,6 +110,7 @@ links:
109110
- test: url-setters.any.worker.html?exclude=(file|javascript|mailto)
110111
- test: url-tojson.any.html
111112
- test: url-tojson.any.worker.html
113+
- test: urlencoded-parser-request-response.any.html
112114
- test: urlencoded-parser.any.html
113115
- test: urlencoded-parser.any.worker.html
114116
- product: chrome

0 commit comments

Comments
 (0)
Please sign in to comment.