Closed
Bug 1452034
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10342 - Fix RTCPeerConnection-track-stats.https.html flake.
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 10342 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10342
Details from upstream follow.
Henrik Boström <hbos@chromium.org> wrote:
> Fix RTCPeerConnection-track-stats.https.html flake.
>
> The assert_object_equals would fail due to timestamps being different in
> rare runs where the getStats() cache was invalidated between the two
> calls.
>
> external/wpt/webrtc should make no assumptions about any cache. Tests
> are updated only to compare stats IDs, not individual metrics.
>
> Bug: 829401
> Change-Id: I6fcc781a1827af69f47a5c4416dd5e6bae0c98b3
> Reviewed-on: https://chromium-review.googlesource.com/999477
> WPT-Export-Revision: e60201a73ab98b38f8ecde1c6e85f739f6ffdca0
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/412d812b4e67
[wpt PR 10342] - Fix RTCPeerConnection-track-stats.https.html flake., a=testonly
Comment 2•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•