Perma /webcodecs/videoFrame-serialization.https.html | Verify frames can be passed within the same agent clusters - promise_test: Unhandled rejection with value: object "ReferenceError: VideoFrame is not defined" when Gecko 119 merge to Beta on 2023-09-25
Categories
(Core :: Audio/Video: Web Codecs, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox117 | --- | unaffected |
| firefox118 | --- | unaffected |
| firefox119 | + | verified |
People
(Reporter: NarcisB, Assigned: padenot)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[Tracking Requested - why for this release]:
Central-as-beta simulation
How to run these simulations
Failure log:
[task 2023-09-14T12:24:53.887Z] 12:24:53 INFO - TEST-START | /html/syntax/speculative-parsing/generated/page-load/link-no-rel.tentative.html
[task 2023-09-14T12:24:53.893Z] 12:24:53 INFO - Closing window 3f8690b1-a445-4a2e-8eb7-6f120db90e6f
[task 2023-09-14T12:24:56.438Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.438Z] 12:24:56 INFO - TEST-UNEXPECTED-FAIL | /webcodecs/videoFrame-serialization.https.html | Verify frames can be passed within the same agent clusters - promise_test: Unhandled rejection with value: object "ReferenceError: VideoFrame is not defined"
[task 2023-09-14T12:24:56.438Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.438Z] 12:24:56 INFO - TEST-UNEXPECTED-FAIL | /webcodecs/videoFrame-serialization.https.html | Verify frames can be passed back and forth between main and worker - promise_test: Unhandled rejection with value: object "ReferenceError: VideoFrame is not defined"
[task 2023-09-14T12:24:56.439Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.439Z] 12:24:56 INFO - TEST-UNEXPECTED-FAIL | /webcodecs/videoFrame-serialization.https.html | Verify frames can be passed back and forth between main and data-url worker - promise_test: Unhandled rejection with value: object "ReferenceError: VideoFrame is not defined"
[task 2023-09-14T12:24:56.439Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.439Z] 12:24:56 INFO - TEST-UNEXPECTED-FAIL | /webcodecs/videoFrame-serialization.https.html | Verify frames cannot be passed to sharedworker - promise_test: Unhandled rejection with value: object "ReferenceError: VideoFrame is not defined"
[task 2023-09-14T12:24:56.440Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.440Z] 12:24:56 INFO - TEST-UNEXPECTED-TIMEOUT | /webcodecs/videoFrame-serialization.https.html | Verify frames cannot be passed to serviceworker - Test timed out
[task 2023-09-14T12:24:56.440Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.440Z] 12:24:56 INFO - TEST-UNEXPECTED-NOTRUN | /webcodecs/videoFrame-serialization.https.html | Verify frames can be transferred within the same agent clusters - expected PASS
[task 2023-09-14T12:24:56.441Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.441Z] 12:24:56 INFO - TEST-UNEXPECTED-NOTRUN | /webcodecs/videoFrame-serialization.https.html | Verify frames can be transferred back and forth between main and worker - expected PASS
[task 2023-09-14T12:24:56.441Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.441Z] 12:24:56 INFO - TEST-UNEXPECTED-NOTRUN | /webcodecs/videoFrame-serialization.https.html | Verify frames can be transferred back and forth between main and data-url worker - expected PASS
[task 2023-09-14T12:24:56.442Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.442Z] 12:24:56 INFO - TEST-UNEXPECTED-NOTRUN | /webcodecs/videoFrame-serialization.https.html | Verify frames cannot be transferred to a sharedworker - expected PASS
[task 2023-09-14T12:24:56.442Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.442Z] 12:24:56 INFO - TEST-UNEXPECTED-NOTRUN | /webcodecs/videoFrame-serialization.https.html | Verify frames cannot be transferred to serviceworker - expected PASS
[task 2023-09-14T12:24:56.442Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.443Z] 12:24:56 INFO - TEST-UNEXPECTED-NOTRUN | /webcodecs/videoFrame-serialization.https.html | Verify frames is unavailable in sharedworker - expected PASS
[task 2023-09-14T12:24:56.443Z] 12:24:56 INFO -
[task 2023-09-14T12:24:56.443Z] 12:24:56 INFO - TEST-UNEXPECTED-NOTRUN | /webcodecs/videoFrame-serialization.https.html | Verify frames is unavailable in serviceworker - expected PASS
[task 2023-09-14T12:24:56.444Z] 12:24:56 INFO - TEST-UNEXPECTED-ERROR | /webcodecs/videoFrame-serialization.https.html | Unhandled rejection: VideoFrame is not defined
[task 2023-09-14T12:24:56.444Z] 12:24:56 INFO - createVideoFrame@https://web-platform.test:8443/webcodecs/videoFrame-serialization.https.html:228:3
[task 2023-09-14T12:24:56.444Z] 12:24:56 INFO - @https://web-platform.test:8443/webcodecs/videoFrame-serialization.https.html:117:33
[task 2023-09-14T12:24:56.444Z] 12:24:56 INFO - TEST-INFO took 30773ms
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Paul, could you have a look over how these should behave on beta? They started failing after the wpt-sync. The list of failing tests is in comment 0.
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
That should do it, like the others in the previous cycle. Cosmin, do you mind giving it a try? I don't want to do a full simulation myself just for this fix, it's too much test runs (or I don't know how to restrict to a single build).
| Reporter | ||
Comment 5•2 years ago
|
||
Paul, the patch worked on today's central as beta sim
| Assignee | ||
Comment 6•2 years ago
|
||
Thanks for confirming, I'll get it landed shortly, so it won't cause issues.
Comment 7•2 years ago
|
||
Paul, the sheriffs do beta-sims daily so we automatically verify if a patch works at least the following day. If you ever want to do one yourself and trigger only the tests you are interested you can use https://wiki.mozilla.org/Sheriffing/How_To/Beta_simulations#TRUNK_AS_EARLY_BETA with the part that says If not all the jobs shall run (e.g. to verify a test fix.
Comment 9•2 years ago
|
||
| bugherder | ||
Description
•