зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1287455 - Skip tests that are not useful on Android r=kanru
MozReview-Commit-ID: GklpSjmJZy6 --HG-- extra : rebase_source : f690e6aa529f263825e018a5dd283c460c5a7555
This commit is contained in:
Родитель
c8db19c1c0
Коммит
84dcf6689f
|
@ -1,5 +1,5 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || e10s
|
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || e10s || toolkit == 'android' # Bug 1287720: takes too long on android
|
||||||
|
|
||||||
support-files =
|
support-files =
|
||||||
audio.ogg
|
audio.ogg
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
skip-if = toolkit == 'android' # Bug 1287455: takes too long to complete on Android
|
||||||
support-files =
|
support-files =
|
||||||
shared.js
|
shared.js
|
||||||
file_contacts_basics.html
|
file_contacts_basics.html
|
||||||
|
@ -20,11 +20,11 @@ support-files =
|
||||||
# did opened the database. those should really be xpcshell and not chrome
|
# did opened the database. those should really be xpcshell and not chrome
|
||||||
# mochitests maybe ...
|
# mochitests maybe ...
|
||||||
[test_contacts_a_shutdown.xul]
|
[test_contacts_a_shutdown.xul]
|
||||||
skip-if = os == "android" || buildapp == 'b2g'
|
skip-if = buildapp == 'b2g'
|
||||||
[test_contacts_a_upgrade.xul]
|
[test_contacts_a_upgrade.xul]
|
||||||
skip-if = os == "android" || buildapp == 'b2g'
|
skip-if = buildapp == 'b2g'
|
||||||
[test_contacts_a_cache.xul]
|
[test_contacts_a_cache.xul]
|
||||||
skip-if = os == "android" || buildapp == 'b2g'
|
skip-if = buildapp == 'b2g'
|
||||||
[test_contacts_basics.html]
|
[test_contacts_basics.html]
|
||||||
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
|
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
|
||||||
[test_contacts_basics2.html]
|
[test_contacts_basics2.html]
|
||||||
|
@ -42,4 +42,3 @@ skip-if = (toolkit == 'gonk' && debug) #debug-only failure
|
||||||
[test_contacts_substringmatchingCL.html]
|
[test_contacts_substringmatchingCL.html]
|
||||||
[test_migration.html]
|
[test_migration.html]
|
||||||
support-files +=
|
support-files +=
|
||||||
skip-if = os == "android"
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
skip-if = toolkit == 'android' # Bug 1287455: takes too long to complete on Android
|
||||||
support-files =
|
support-files =
|
||||||
file_loadserver.js
|
file_loadserver.js
|
||||||
file_bug1110872.js
|
file_bug1110872.js
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
skip-if = toolkit == 'android' # Bug 1287455: takes too long to complete on Android
|
||||||
support-files =
|
support-files =
|
||||||
MockServices.js
|
MockServices.js
|
||||||
NotificationTest.js
|
NotificationTest.js
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
skip-if = toolkit == 'android' # Bug 1287455: takes too long to complete on Android
|
||||||
support-files =
|
support-files =
|
||||||
head.js
|
head.js
|
||||||
mock_data.json
|
mock_data.json
|
||||||
|
|
Загрузка…
Ссылка в новой задаче