Bug 1186261: Disable mediasource-config-change-webm* tests. r=karlt

Those tests do not properly check that mediasource is not available and do not behave in a reliable fashion.
This commit is contained in:
Jean-Yves Avenard 2015-07-22 09:56:42 +10:00
Родитель b95b5ce0aa
Коммит 1300e03cad
5 изменённых файлов: 15 добавлений и 0 удалений

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

@ -1,6 +1,9 @@
[mediasource-config-change-webm-a-bitrate.html]
type: testharness
prefs: [media.mediasource.enabled:true, media.mediasource.whitelist:false]
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1186261
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1186261
[Tests webm audio-only bitrate changes.]
expected: FAIL

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

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

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

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

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

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

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

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