Bug 1925694 - Mark /media-source/mediasource-correct-frames-after-reappend.html as timing out on Android regardless of fission status. r=media-playback-reviewers,alwu

Differential Revision: https://phabricator.services.mozilla.com/D226904
This commit is contained in:
Paul Adenot 2024-11-18 11:11:49 +00:00
parent 0786918c0d
commit fe4a0aff0a

View File

@ -5,10 +5,10 @@
if fission and (os == "mac") and debug: [OK, ERROR]
if fission and (os == "linux") and not debug: [OK, ERROR]
if not fission and (os == "linux") and not debug: [OK, ERROR]
if not fission and (os == "android"): ERROR
if (os == "android"): ERROR
[Test the expected frames are played at the expected times, even in presence of reappends]
expected:
if fission and (os == "mac") and debug: [PASS, TIMEOUT]
if fission and (os == "linux") and not debug: [PASS, TIMEOUT]
if not fission and (os == "linux") and not debug: [PASS, TIMEOUT]
if not fission and (os == "android"): TIMEOUT
if (os == "android"): TIMEOUT