зеркало из https://github.com/mozilla/gecko-dev.git
Bug 932350 - Re-enable the dom-level* mochitests on desktop platforms.
This commit is contained in:
Родитель
286984430f
Коммит
25a355fb08
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
child_ip_address.html
|
||||
file_crossdomainprops_inner.html
|
||||
|
@ -10,6 +10,7 @@ support-files =
|
|||
|
||||
[test_crossdomainprops.html]
|
||||
[test_innerWidthHeight_script.html]
|
||||
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || toolkit == 'android' # Bug 1075071 - Permafail on Android/B2G/Mulet
|
||||
[test_location.html]
|
||||
[test_location_framed.html]
|
||||
[test_location_getters.html]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') #android(bug 910229) #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
DOMTestCase.js
|
||||
activity-home.css
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') # android(bug 910229) #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
DOMTestCase.js
|
||||
exclusions.js
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') #android(bug 910229) #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
DOMTestCase.js
|
||||
files/anchor.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче