[wpt-sync] Sync PR 50418 - Language Detector: Implement signal for AILanguageDetectorFactory.create
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox136 fixed)
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50418 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50418
Details from upstream follow.
Nathan Memmott <memmott@chromium.org> wrote:
Language Detector: Implement signal for AILanguageDetectorFactory.create
Partially implement the signal option for
AILanguageDetectorFactory.create. Rejects when the create is called with
an already aborted signal.Bug: 391712909
Change-Id: I0c5f935a558e6558ed7afecccdb9e9c8331e5c0d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6216485
Commit-Queue: Nathan Memmott \<memmott@chromium.org>
Reviewed-by: Jiacheng Guo \<gjc@google.com>
Cr-Commit-Position: refs/heads/main@{#1414243}
Assignee | ||
Comment 1•24 days ago
|
||
Assignee | ||
Comment 2•24 days ago
|
||
Assignee | ||
Comment 3•24 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 3 subtests
Status Summary
Firefox
OK
: 4
FAIL
: 12
Chrome
TIMEOUT
: 8
NOTRUN
: 8
Safari
OK
: 4
FAIL
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /ai/language_detection/detector.https.tentative.any.html [wpt.fyi]
- Simple AILanguageDetector.detect() call:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
) - AILanguageDetectorFactory.create() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - AILanguageDetector.detect() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
)
- Simple AILanguageDetector.detect() call:
- /ai/language_detection/detector.https.tentative.any.sharedworker.html [wpt.fyi]
- Simple AILanguageDetector.detect() call:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
) - AILanguageDetectorFactory.create() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - AILanguageDetector.detect() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
)
- Simple AILanguageDetector.detect() call:
- /ai/language_detection/detector.https.tentative.any.serviceworker.html [wpt.fyi]
- Simple AILanguageDetector.detect() call:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
) - AILanguageDetectorFactory.create() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - AILanguageDetector.detect() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
)
- Simple AILanguageDetector.detect() call:
- /ai/language_detection/detector.https.tentative.any.worker.html [wpt.fyi]
- Simple AILanguageDetector.detect() call:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
) - AILanguageDetectorFactory.create() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - AILanguageDetector.detect() call with an aborted signal.:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
)
- Simple AILanguageDetector.detect() call:
https://hg.mozilla.org/mozilla-central/rev/09ac5803c981
https://hg.mozilla.org/mozilla-central/rev/14214f15bb76
Description
•