[wpt-sync] Sync PR 40465 - Fix captureTime verification timeouts
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox116 fixed)
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40465 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40465
Details from upstream follow.
Thomas Guilbert <tguilbert@chromium.org> wrote:
Fix captureTime verification timeouts
Verifying that
captureTime
is present in VideoFrameMetadata is not
possible. For local streams, it can take an undetermined amount of time
for the field to start appearing, and tests can still fail when they
are tagged as long-running (60s).This CL removes
captureTime
verifications and re-enables disabled
WebRTC + video.requestVideoFrameCallback WPT tests.Fixed: 1377004
Change-Id: Iba92b529dffe67d32831bfafd81f02a114676b43Reviewed-on: https://chromium-review.googlesource.com/4602386
WPT-Export-Revision: 67bf37f174439164489508b85c9e52ed426d395d
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 5 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
TIMEOUT
: 1
ERROR
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
PASS
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /video-rvfc/request-video-frame-callback-webrtc.https.html [wpt.fyi]:
ERROR
- Test video.requestVideoFrameCallback() parameters for WebRTC applications.:
TIMEOUT
- Test video.requestVideoFrameCallback() parameters for WebRTC applications.:
New Tests That Don't Pass
- /video-rvfc/request-video-frame-callback-webrtc.https.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:OK
)- Test video.requestVideoFrameCallback() parameters for WebRTC applications.:
TIMEOUT
(Chrome:PASS
, Safari:PASS
)
- Test video.requestVideoFrameCallback() parameters for WebRTC applications.:
Comment 4•2 years ago
|
||
bugherder |
Description
•