Bug 1310297 - Remove test annotations using b2g, mulet or gonk: widget. r?RyanVM draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Fri, 14 Oct 2016 21:38:08 +0200
changeset 425490 0699f311a6a26ac11a4034b96c947d2f22250408
parent 425489 715e02fc112596da36698683c422d28fb440fe77
child 425491 b3a9b64e65c4f78fd90f7e70d0937e839cb889c4
push id32426
push userarchaeopteryx@coole-files.de
push dateFri, 14 Oct 2016 19:39:31 +0000
reviewersRyanVM
bugs1310297
milestone52.0a1
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: widget. r?RyanVM MozReview-Commit-ID: DJYgdBQpg6S
widget/tests/chrome.ini
widget/tests/mochitest.ini
widget/tests/unit/xpcshell.ini
--- a/widget/tests/chrome.ini
+++ b/widget/tests/chrome.ini
@@ -1,10 +1,10 @@
 [DEFAULT]
-skip-if = buildapp == 'b2g' || os == 'android'
+skip-if = os == 'android'
 support-files =
   empty_window.xul
   utils.js
 
 [test_bug343416.xul]
 skip-if = debug
 [test_bug429954.xul]
 support-files = window_bug429954.xul
--- a/widget/tests/mochitest.ini
+++ b/widget/tests/mochitest.ini
@@ -1,10 +1,9 @@
 [DEFAULT]
-skip-if = buildapp == 'mulet' || buildapp == 'b2g'
 support-files = utils.js
 
 [test_assign_event_data.html]
 subsuite = clipboard
 skip-if = toolkit == "cocoa" # Mac: Bug 933303
 [test_bug565392.html]
 subsuite = clipboard
 skip-if = toolkit != "windows" || e10s # Bug 1267406
--- a/widget/tests/unit/xpcshell.ini
+++ b/widget/tests/unit/xpcshell.ini
@@ -1,8 +1,7 @@
 [DEFAULT]
 head = 
 tail = 
-skip-if = toolkit == 'gonk'
 
 [test_taskbar_jumplistitems.js]
 [test_macwebapputils.js]
 skip-if = os != "mac"