[wpt-sync] Sync PR 44186 - [wpt] Fix misnamed tests that get HTTP 404
Categories
(Core :: DOM: Events, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44186 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44186
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
[wpt] Fix misnamed tests that get HTTP 404
x.any.window.js
isn't a valid suffix 0 because it generates URLs
x.window.any.html
andx.window.any.worker.html
. This confuses
wptserve's extension substitution 1, which look for a nonexistent
filex.window.any.js
(note the reversed order of the.any
and
.window
flags).According to the PR 2 that introduced these tests, these should just
be plain.window.js
tests.
wpt lint
should ban such invalid flags in a follow-up PR upstream.Bug: 1517496, 1499775
Change-Id: Ieac0c1e53a35d8f24df33bc44515af60bab210a3
Reviewed-on: https://chromium-review.googlesource.com/5236256
WPT-Export-Revision: 28cc0e9273455e94a5a539164632cdaabb2fb4d9
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Assignee | ||
Comment 5•1 year ago
|
||
Assignee | ||
Comment 6•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 4 subtests
Status Summary
Firefox
OK
: 2
PASS
: 7
Chrome
OK
: 2
PASS
: 7
Safari
OK
: 2
PASS
: 7
Links
Comment 8•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/34a557e4444c
https://hg.mozilla.org/mozilla-central/rev/8d2e5dbccd32
Description
•