Skip to content

Commit

Permalink
Bug 1067305: Conditionally disable media mochitests that won't run wi…
Browse files Browse the repository at this point in the history
…th the Windows content sandbox at low integrity. r=jmaher
  • Loading branch information
bobowen committed Oct 9, 2014
1 parent 02cf7c3 commit 0bd51a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/media/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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^
Expand Down
2 changes: 1 addition & 1 deletion content/media/webaudio/test/mochitest.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions dom/media/tests/mochitest/mochitest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
skip-if = (os == 'win' && contentSandbox != 'off') # contentSandbox(Bug 1042735)
support-files =
head.js
constraints.js
Expand Down

0 comments on commit 0bd51a2

Please sign in to comment.