Bug 1317887 - don't run IPC temporary file stream test in non-e10s mode. r?jdm draft
authorJohn Lin <jolin@mozilla.com>
Fri, 16 Dec 2016 11:04:46 +0800
changeset 450180 e164047a3b962db8191300e6d27ed3addafa37db
parent 450179 18f0de2996c05269c05443fa9595a1f0cf2ac950
child 539680 73e2101ca5c933590bb3cd0afac326acdf0536fb
push id38774
push userbmo:jolin@mozilla.com
push dateFri, 16 Dec 2016 03:07:48 +0000
reviewersjdm
bugs1317887
milestone53.0a1
Bug 1317887 - don't run IPC temporary file stream test in non-e10s mode. r?jdm MozReview-Commit-ID: AvtMbbS7D82
dom/ipc/tests/mochitest.ini
--- a/dom/ipc/tests/mochitest.ini
+++ b/dom/ipc/tests/mochitest.ini
@@ -12,11 +12,12 @@ skip-if = e10s
 # This test is only supposed to run in the main process
 skip-if = e10s || toolkit == 'android'
 [test_cpow_cookies.html]
 [test_child_docshell.html]
 skip-if = toolkit == 'cocoa' # disabled due to hangs, see changeset 6852e7c47edf
 [test_CrashService_crash.html]
 skip-if = !(crashreporter && !e10s && (toolkit == 'gtk2' || toolkit == 'gtk3' || toolkit == 'cocoa' || toolkit == 'windows'))
 [test_temporaryfile_stream.html]
+skip-if = !e10s
 support-files =
   blob_verify.sjs
   !/dom/canvas/test/captureStream_common.js