Bug 1564516 - Disable media-source web-platform-tests that are unstable on geckoview; a=testonly

--HG--
extra : rebase_source : 7d4c9410209a668f8a8285527b40c718106fdd43
This commit is contained in:
Maja Frydrychowicz 2019-07-08 12:52:15 -04:00
Родитель c8fe885244
Коммит d4b2649606
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
[mediasource-endofstream.html]
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1381449
if (os == "android") and debug: Frequently failing on geckoview
[MediaSource.endOfStream(): media element notified that it now has all of the media data]
disabled:
if (os == "android") and debug: Frequently failing on geckoview (Bug 1381449)

Просмотреть файл

@ -1,4 +1,7 @@
[mediasource-seek-during-pending-seek.html]
disabled:
if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1499003 https://bugzilla.mozilla.org/show_bug.cgi?id=1563134
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499003
expected: ERROR
[Test seeking to a new location during a pending seek.]
disabled:
if (os == "android"): Frequently failing on geckoview (Bug 1563134), Bug 1553057