зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1324870 - Skip test_bug803225.html and test_ext_downloads_misc.js on linux32 only, to enable taskcluster migration; r=jmaher
--HG-- extra : rebase_source : eb4c1e94381f46d54619f0a3ba65e3f5beed2221
This commit is contained in:
Родитель
ede830c0a6
Коммит
4fdfff0c12
|
@ -18,6 +18,6 @@ support-files =
|
|||
[test_main.html]
|
||||
skip-if = toolkit == 'android' #TIMED_OUT
|
||||
[test_bug803225.html]
|
||||
skip-if = toolkit == 'android' #TIMED_OUT
|
||||
skip-if = toolkit == 'android' || (os=='linux' && bits==32) #Android: TIMED_OUT; Linux32:bug 1324870
|
||||
[test_frameNavigation.html]
|
||||
skip-if = toolkit == 'android' #TIMED_OUT
|
||||
|
|
|
@ -31,7 +31,7 @@ skip-if = os == "android" # Containers are not exposed to android.
|
|||
[test_ext_downloads_download.js]
|
||||
skip-if = os == "android"
|
||||
[test_ext_downloads_misc.js]
|
||||
skip-if = os == "android"
|
||||
skip-if = os == "android" || (os=='linux' && bits==32) # linux32: bug 1324870
|
||||
[test_ext_downloads_search.js]
|
||||
skip-if = os == "android"
|
||||
[test_ext_experiments.js]
|
||||
|
|
Загрузка…
Ссылка в новой задаче