Bug 1310297 - Remove test annotations using b2g, mulet or gonk: netwerk. r?RyanVM draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Sat, 05 Nov 2016 11:29:21 +0100
changeset 434302 aa1753b15acc414bc240ed0e2a71a5497fa1889e
parent 434301 df55977f63d2543d382e1e4e86caf61692c3cae4
child 434303 2cc324e9a4031f4b5253fed166d9c746dab0a562
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: netwerk. r?RyanVM MozReview-Commit-ID: F2Wm2m6Wrkf
netwerk/cookie/test/browser/browser.ini
netwerk/cookie/test/unit/xpcshell.ini
netwerk/cookie/test/unit_ipc/xpcshell.ini
netwerk/test/httpserver/test/xpcshell.ini
netwerk/test/mochitests/mochitest.ini
netwerk/test/unit/xpcshell.ini
netwerk/test/unit_ipc/xpcshell.ini
--- a/netwerk/cookie/test/browser/browser.ini
+++ b/netwerk/cookie/test/browser/browser.ini
@@ -1,6 +1,5 @@
 [DEFAULT]
-skip-if = buildapp == "mulet"
 support-files =
   file_empty.html
 
 [browser_originattributes.js]
--- a/netwerk/cookie/test/unit/xpcshell.ini
+++ b/netwerk/cookie/test/unit/xpcshell.ini
@@ -1,11 +1,10 @@
 [DEFAULT]
 head = 
 tail = 
-skip-if = toolkit == 'gonk'
 
 [test_bug643051.js]
 [test_bug1155169.js]
 [test_bug1267910.js]
 [test_parser_0001.js]
 [test_parser_0019.js]
 [test_eviction.js]
\ No newline at end of file
--- a/netwerk/cookie/test/unit_ipc/xpcshell.ini
+++ b/netwerk/cookie/test/unit_ipc/xpcshell.ini
@@ -1,10 +1,10 @@
 [DEFAULT]
 head = 
 tail = 
-skip-if = toolkit == 'android' || toolkit == 'gonk'
+skip-if = toolkit == 'android'
 support-files =
   !/netwerk/cookie/test/unit/test_parser_0001.js
   !/netwerk/cookie/test/unit/test_parser_0019.js
 
 [test_ipc_parser_0001.js]
 [test_ipc_parser_0019.js]
--- a/netwerk/test/httpserver/test/xpcshell.ini
+++ b/netwerk/test/httpserver/test/xpcshell.ini
@@ -1,12 +1,11 @@
 [DEFAULT]
 head = head_utils.js
 tail =
-skip-if = toolkit == 'gonk'
 support-files = data/** ../httpd.js
 
 [test_async_response_sending.js]
 [test_basic_functionality.js]
 [test_body_length.js]
 [test_byte_range.js]
 [test_cern_meta.js]
 [test_default_index_handler.js]
--- a/netwerk/test/mochitests/mochitest.ini
+++ b/netwerk/test/mochitests/mochitest.ini
@@ -1,29 +1,26 @@
 [DEFAULT]
-skip-if = buildapp == 'b2g'
-
 support-files =
   method.sjs
   partial_content.sjs
   rel_preconnect.sjs
   user_agent.sjs
   user_agent_update.sjs
   web_packaged_app.sjs
   file_loadinfo_redirectchain.sjs
   redirect_idn.html^headers^
   redirect_idn.html
   empty.html
   redirect.sjs
 
 [test_arraybufferinputstream.html]
+[test_idn_redirect.html]
+[test_loadinfo_redirectchain.html]
 [test_partially_cached_content.html]
 [test_rel_preconnect.html]
+[test_redirect_ref.html]
 [test_uri_scheme.html]
 [test_user_agent_overrides.html]
 [test_user_agent_updates.html]
 [test_user_agent_updates_reset.html]
 [test_viewsource_unlinkable.html]
 [test_xhr_method_case.html]
-[test_loadinfo_redirectchain.html]
-skip-if = buildapp == 'b2g' #no ssl support
-[test_idn_redirect.html]
-[test_redirect_ref.html]
--- a/netwerk/test/unit/xpcshell.ini
+++ b/netwerk/test/unit/xpcshell.ini
@@ -1,12 +1,11 @@
 [DEFAULT]
 head = head_channels.js head_cache.js head_cache2.js
 tail =
-skip-if = toolkit == 'gonk'
 support-files =
   CA.cert.der
   client_cert_chooser.js
   client_cert_chooser.manifest
   data/image.png
   data/system_root.lnk
   data/test_psl.txt
   data/test_readline1.txt
--- a/netwerk/test/unit_ipc/xpcshell.ini
+++ b/netwerk/test/unit_ipc/xpcshell.ini
@@ -1,12 +1,12 @@
 [DEFAULT]
 head = head_channels_clone.js head_cc.js
 tail =
-skip-if = toolkit == 'android' || toolkit == 'gonk'
+skip-if = toolkit == 'android'
 support-files =
   child_channel_id.js
   !/netwerk/test/unit/test_XHR_redirects.js
   !/netwerk/test/unit/test_bug248970_cookie.js
   !/netwerk/test/unit/test_bug528292.js
   !/netwerk/test/unit/test_cache_jar.js
   !/netwerk/test/unit/test_cacheflags.js
   !/netwerk/test/unit/test_channel_close.js