Bug 1188806: [MSE] Disable tests timing out intermittently. r=karlt

MSE with MP4 isn't enabled on linux, so those tests should always be failing.
This commit is contained in:
Jean-Yves Avenard 2015-08-24 10:41:34 +10:00
Родитель cb70f33942
Коммит cef1ea79c0
5 изменённых файлов: 15 добавлений и 20 удалений

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

@ -1,8 +1,6 @@
[mediasource-config-change-mp4-av-framesize.html]
type: testharness
prefs: [media.mediasource.enabled:true]
[Tests mp4 frame size changes in multiplexed content.]
expected:
if os == "linux": FAIL
if (os == "win") and (version == "5.1.2600"): FAIL
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806

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

@ -1,6 +1,9 @@
[mediasource-config-change-mp4-av-video-bitrate.html]
type: testharness
prefs: [media.mediasource.enabled:true]
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
[Tests mp4 video bitrate changes in multiplexed content.]
expected:
if os == "linux": FAIL

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

@ -1,8 +1,6 @@
[mediasource-config-change-mp4-v-bitrate.html]
type: testharness
prefs: [media.mediasource.enabled:true]
[Tests mp4 video-only bitrate changes.]
expected:
if os == "linux": FAIL
if (os == "win") and (version == "5.1.2600"): FAIL
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806

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

@ -1,8 +1,6 @@
[mediasource-config-change-mp4-v-framerate.html]
type: testharness
prefs: [media.mediasource.enabled:true]
[Tests mp4 video-only frame rate changes.]
expected:
if os == "linux": FAIL
if (os == "win") and (version == "5.1.2600"): FAIL
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806

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

@ -1,8 +1,6 @@
[mediasource-config-change-mp4-v-framesize.html]
type: testharness
prefs: [media.mediasource.enabled:true]
[Tests mp4 video-only frame size changes.]
expected:
if os == "linux": FAIL
if (os == "win") and (version == "5.1.2600"): FAIL
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806