forked from mirrors/gecko-dev
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: extensions. r=RyanVM
MozReview-Commit-ID: H0AlYp2iIkp --HG-- extra : rebase_source : 075e57481d6b986b4c87ddc7fae334a4c3369b14
This commit is contained in:
parent
58ff0c2ac6
commit
a29b7edbc4
8 changed files with 6 additions and 8 deletions
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
support-files =
|
||||
beltzner.jpg
|
||||
beltzner.jpg^headers^
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head = head_cookies.js
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
cookieprompt.js
|
||||
cookieprompt.manifest
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
|
||||
[test_child.js]
|
||||
[test_parent.js]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files =
|
||||
autoconfig-latin1.cfg
|
||||
autoconfig-utf8.cfg
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
||||
skip-if = toolkit == 'android'
|
||||
support-files = data/**
|
||||
|
||||
[test_hunspell.js]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android'
|
||||
skip-if = os == 'android'
|
||||
|
||||
[test_add_remove_dictionaries.xul]
|
||||
support-files =
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g' || os == 'android' || buildapp == 'mulet'
|
||||
skip-if = os == 'android'
|
||||
|
||||
[test_bug1170484.html]
|
||||
support-files = helper_bug1170484.js
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = buildapp == 'b2g'
|
||||
support-files =
|
||||
CharsetDetectionTests.js
|
||||
bug306272_text.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue