Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/ipc. r?RyanVM draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Sat, 05 Nov 2016 11:29:16 +0100
changeset 434265 0636671a638dec1f7d8f725392f5f8aa4e8df65d
parent 434264 0252b20fcf3cfc8b35b48556d2b07f98ae0026ad
child 434266 5119ef990c36c329fbce1198854c6fae5555a63a
push id34753
push userarchaeopteryx@coole-files.de
push dateSat, 05 Nov 2016 10:33:00 +0000
reviewersRyanVM
bugs1310297
milestone52.0a1
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/ipc. r?RyanVM MozReview-Commit-ID: AHSiey2MCr6
dom/ipc/tests/chrome.ini
dom/ipc/tests/mochitest.ini
--- a/dom/ipc/tests/chrome.ini
+++ b/dom/ipc/tests/chrome.ini
@@ -1,8 +1,8 @@
 [DEFAULT]
-skip-if = buildapp == 'b2g' || os == 'android'
+skip-if = os == 'android'
 support-files =
   process_error.xul
   process_error_contentscript.js
 
 [test_process_error.xul]
-skip-if = buildapp == "mulet" || !crashreporter
+skip-if = !crashreporter
--- a/dom/ipc/tests/mochitest.ini
+++ b/dom/ipc/tests/mochitest.ini
@@ -1,23 +1,22 @@
 [DEFAULT]
 support-files =
   file_bug1086684.html
 
 [test_blob_sliced_from_child_process.html]
 # This test is only supposed to run in the main process.
-skip-if = buildapp == 'b2g' || e10s
+skip-if = e10s
 [test_blob_sliced_from_parent_process.html]
 # This test is only supposed to run in the main process.
-skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
+skip-if = e10s
 [test_bug1086684.html]
 # This test is only supposed to run in the main process
-skip-if = buildapp == 'b2g' || e10s || toolkit == 'android'
+skip-if = e10s || toolkit == 'android'
 [test_cpow_cookies.html]
-skip-if = buildapp == 'b2g' || buildapp == 'mulet'
 [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') && (buildapp != 'b2g' || toolkit == 'gonk') && (buildapp != 'mulet')) # TC: Bug 1144079 - Re-enable Mulet mochitests and reftests taskcluster-specific disables.
+skip-if = !(crashreporter && !e10s && (toolkit == 'gtk2' || toolkit == 'gtk3' || toolkit == 'cocoa' || toolkit == 'windows'))
 [test_temporaryfile_stream.html]
 support-files =
   blob_verify.sjs
   !/dom/canvas/test/captureStream_common.js