[wpt-sync] Sync PR 53074 - Writing Assistance API: check availability after monitor is created
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53074 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53074
Details from upstream follow.
Daseul Lee <dslee@chromium.org> wrote:
Writing Assistance API: check availability after monitor is created
Also, do no initiate model download if CreateMonitorCallback throws.
Bug: 421404700
Change-Id: I44083ebb31593c98386a941e502e95b003136540
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6635076
Commit-Queue: Daseul Lee \<dslee@chromium.org>
Reviewed-by: Mike Wasserman \<msw@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1472614}
Assignee | ||
Updated•6 days ago
|
Assignee | ||
Updated•2 days ago
|
Assignee | ||
Comment 1•2 days ago
|
||
Assignee | ||
Comment 2•2 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 2 subtests
Status Summary
Firefox
OK
: 6
FAIL
: 9
Chrome
OK
: 6
PASS
: 3
FAIL
: 6
Safari
OK
: 6
FAIL
: 9
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /ai/rewriter/rewriter-create-user-activation.tentative.https.window.html [wpt.fyi]
- Rewriter.create() requires user activation when availability is "downloadable":
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Rewriter.create() requires user activation when availability is "downloadable":
- /ai/rewriter/rewriter-create.tentative.https.window.html [wpt.fyi]
- Rewriter must be defined.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - If monitor throws an error, Rewriter.create() rejects with that error:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Rewriter must be defined.:
- /ai/summarizer/summarizer-create-user-activation.tentative.https.window.html [wpt.fyi]
- Summarizer.create() requires user activation when availability is "downloadable":
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Summarizer.create() requires user activation when availability is "downloadable":
- /ai/summarizer/summarizer-create.tentative.https.window.html [wpt.fyi]
- Summarizer.create() is defined:
FAIL
(Chrome:PASS
, Safari:FAIL
) - If monitor throws an error, Summarizer.create() rejects with that error:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Summarizer.create() is defined:
- /ai/writer/writer-create-user-activation.tentative.https.window.html [wpt.fyi]
- Writer.create() requires user activation when availability is "downloadable":
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Writer.create() requires user activation when availability is "downloadable":
- /ai/writer/writer-create.tentative.https.window.html [wpt.fyi]
- Writer must be defined.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - If monitor throws an error, Writer.create() rejects with that error:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Writer must be defined.:
Description
•