[wpt-sync] Sync PR 46005 - Add WPT to check the "not" condition depth
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46005 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46005
Details from upstream follow.
Yoshisato Yanagisawa <yyanagisawa@chromium.org> wrote:
Add WPT to check the "not" condition depth
To enforce the "not" condition's depth, let me add the WPT to test it.
Bug: 40284745, 328565554
Change-Id: I65fce43e4efe433bec1cf7ea8c10995587e08dcd
Reviewed-on: https://chromium-review.googlesource.com/5504353
WPT-Export-Revision: 22eae1b2931049b4062f67579028a2e072f06157
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 6 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 4[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 6[GitHub]
Chrome
CRASH
: 1
Safari
OK
: 1
FAIL
: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /service-workers/service-worker/tentative/static-router/static-router-invalid-rules.https.html [wpt.fyi]
- addRoutes should raise for invalid request method.:
FAIL
(Safari:FAIL
) - addRoutes should raise if or condition exceeds the depth limit:
FAIL
(Safari:FAIL
) - addRoutes should raise if not condition exceeds the depth limit:
FAIL
(Safari:FAIL
) - addRoutes should raise if the number of router rules exceeds the length limit:
FAIL
(Safari:FAIL
) - addRoutes should raise if the conditon does not exist in the rule:
FAIL
(Safari:FAIL
) - addRoutes should raise if the source does not exiswt in the rule:
FAIL
(Safari:FAIL
)
- addRoutes should raise for invalid request method.:
Comment 4•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9c5f86442c26
https://hg.mozilla.org/mozilla-central/rev/bcbc5aaa9f19
Description
•