From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- .../MediaStreamTrack-audio-stats.https.html.ini | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini (limited to 'testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini') diff --git a/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini b/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini new file mode 100644 index 0000000000..424df7daa5 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini @@ -0,0 +1,30 @@ +[MediaStreamTrack-audio-stats.https.html] + [totalFrames and totalFramesDuration increase over time] + expected: FAIL + + [deliveredFrames and deliveredFramesDuration are at most as large as totalFrames and totalFramesDuration] + expected: FAIL + + [Latency and averageLatency is within the bounds of minimumLatency and maximumLatency] + expected: FAIL + + [Immediately after resetLatency(), latency, averageLatency, minimumLatency and maximumLatency are equal to the most recent latency.] + expected: FAIL + + [Stats do not change within the same task execution cycle.] + expected: FAIL + + [Stats are frozen while disabled] + expected: FAIL + + [SameObject policy applies] + expected: FAIL + + [Counters increase even if we don't call the track.stats getter] + expected: FAIL + + [Disabling and re-enabling does not reset the counters] + expected: FAIL + + [New stats baselines when a track is cloned from an enabled track] + expected: FAIL -- cgit v1.2.3