Bug 1067305: Conditionally disable media mochitests that won't run with the Windows content sandbox at low integrity. r=jmaher

This commit is contained in:
Bob Owen 2014-10-09 10:09:43 +01:00
parent 02cf7c3509
commit 0bd51a272a
3 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@
# do ok(true, "Type not supported") and stop the test.
[DEFAULT]
skip-if = buildapp == 'mulet'
skip-if = buildapp == 'mulet' || (os == 'win' && contentSandbox != 'off') # contentSandbox(Bug 1042735)
support-files =
320x240.ogv
320x240.ogv^headers^

View File

@ -1,5 +1,5 @@
[DEFAULT]
skip-if = ((buildapp == 'mulet' || buildapp == 'b2g') && (toolkit != 'gonk' || debug)) #b2g-debug,b2g-desktop(bug 916135)
skip-if = ((buildapp == 'mulet' || buildapp == 'b2g') && (toolkit != 'gonk' || debug)) || (os == 'win' && contentSandbox != 'off') #b2g-debug,b2g-desktop(bug 916135); contentSandbox(Bug 1042735)
support-files =
audio-expected.wav
audio-mono-expected-2.wav

View File

@ -1,4 +1,5 @@
[DEFAULT]
skip-if = (os == 'win' && contentSandbox != 'off') # contentSandbox(Bug 1042735)
support-files =
head.js
constraints.js