Bug 1369801 - dt-addon-fennec: skip xpcshell devtools tests on android;r=jryans draft
authorJulian Descottes <jdescottes@mozilla.com>
Thu, 22 Jun 2017 21:33:15 +0200
changeset 658594 d4497cdd76481c911b1864c4fe6fc34da76461d0
parent 658593 5049d533323f9bfeff568739b451acf56a3481c1
child 658595 6e9a31febd1e1aa40fb6bdb88366e7debf4cdb7c
push id77820
push userjdescottes@mozilla.com
push dateMon, 04 Sep 2017 11:44:42 +0000
reviewersjryans
bugs1369801
milestone57.0a1
Bug 1369801 - dt-addon-fennec: skip xpcshell devtools tests on android;r=jryans MozReview-Commit-ID: 9nkktpNhU0A
devtools/shared/discovery/tests/unit/xpcshell.ini
devtools/shared/platform/content/test/xpcshell.ini
devtools/shared/qrcode/tests/unit/xpcshell.ini
devtools/shared/security/tests/unit/xpcshell.ini
--- a/devtools/shared/discovery/tests/unit/xpcshell.ini
+++ b/devtools/shared/discovery/tests/unit/xpcshell.ini
@@ -1,6 +1,7 @@
 [DEFAULT]
 tags = devtools
 head = ../../../tests/shared-xpcshell-head.js
 firefox-appdir = browser
+skip-if = toolkit == 'android' # Bug 1380687 - xpcshell-tests can not run for system addons on android
 
 [test_discovery.js]
--- a/devtools/shared/platform/content/test/xpcshell.ini
+++ b/devtools/shared/platform/content/test/xpcshell.ini
@@ -1,6 +1,7 @@
 [DEFAULT]
 tags = devtools
 head = ../../../tests/shared-xpcshell-head.js
 firefox-appdir = browser
+skip-if = toolkit == 'android' # Bug 1380687 - xpcshell-tests can not run for system addons on android
 
 [test_stack.js]
--- a/devtools/shared/qrcode/tests/unit/xpcshell.ini
+++ b/devtools/shared/qrcode/tests/unit/xpcshell.ini
@@ -1,6 +1,7 @@
 [DEFAULT]
 tags = devtools
 head = ../../../tests/shared-xpcshell-head.js
 firefox-appdir = browser
+skip-if = toolkit == 'android' # Bug 1380687 - xpcshell-tests can not run for system addons on android
 
 [test_encode.js]
--- a/devtools/shared/security/tests/unit/xpcshell.ini
+++ b/devtools/shared/security/tests/unit/xpcshell.ini
@@ -1,11 +1,12 @@
 [DEFAULT]
 tags = devtools
 head = ../../../tests/shared-xpcshell-head.js  head_dbg.js
 firefox-appdir = browser
+skip-if = toolkit == 'android' # Bug 1380687 - xpcshell-tests can not run for system addons on android
 
 support-files=
   testactors.js
 
 [test_encryption.js]
 [test_oob_cert_auth.js]
 skip-if = (toolkit == 'android' && !debug) # Bug 1141544: Re-enable when buildbot tests are gone