mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
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:
parent
0786918c0d
commit
fe4a0aff0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user