Bug 1526002 - Replace 'isFennec' with 'is_fennec' in mochitest.ini r=gbrown

Differential Revision: https://phabricator.services.mozilla.com/D19038

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2019-02-10 19:07:57 +00:00
Родитель 228b5844d5
Коммит c7a8bf9699
14 изменённых файлов: 17 добавлений и 17 удалений

Просмотреть файл

@ -47,7 +47,7 @@ skip-if = (toolkit == 'android' && debug) || (os == 'win' && bits == 64) # Bug 1
[mozilla/test_moz_prefixed_properties.html]
[mozilla/test_pending_animation_tracker.html]
[mozilla/test_restyles.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[mozilla/test_restyling_xhr_doc.html]
[mozilla/test_set_easing.html]
[mozilla/test_style_after_finished_on_compositor.html]

Просмотреть файл

@ -646,7 +646,7 @@ skip-if = verify
[test_domparsing.html]
[test_domrequest.html]
[test_domwindowutils.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_element.matches.html]
[test_element_closest.html]
[test_elementTraversal.html]

Просмотреть файл

@ -118,7 +118,7 @@ skip-if = android_version == '18' || os == 'mac'
[test_validation_not_in_doc.html]
[test_reportValidation_preventDefault.html]
[test_bug1495363.html]
skip-if = (toolkit == 'android' && !isFennec) || (webrender && os == "linux") # Bugs 1525959, 1520674
skip-if = (toolkit == 'android' && !is_fennec) || (webrender && os == "linux") # Bugs 1525959, 1520674
support-files =
file_bug1495363.html
file_bug1495363.sjs

Просмотреть файл

@ -259,7 +259,7 @@ skip-if = toolkit == 'android' #TIMED_OUT
[test_bug424698.html]
[test_bug428135.xhtml]
[test_bug430351.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_bug441930.html]
[test_bug442801.html]
[test_bug448166.html]
@ -390,7 +390,7 @@ support-files =
[test_bug691.html]
[test_bug694.html]
[test_bug694503.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_bug696.html]
[test_bug717819.html]
[test_bug742030.html]

Просмотреть файл

@ -19,9 +19,9 @@ support-files =
[test_sharedWorker_performance_user_timing.html]
[test_worker_performance_now.html]
[test_timeOrigin.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_worker_performance_entries.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_performance_timing_json.html]
[test_performance_server_timing.html]
scheme = https

Просмотреть файл

@ -283,7 +283,7 @@ tags = mcb
[test_onmessageerror.html]
[test_opaque_intercept.html]
[test_openWindow.html]
skip-if = toolkit == 'android' && !isFennec
skip-if = toolkit == 'android' && !is_fennec
tags = openwindow
[test_origin_after_redirect.html]
[test_origin_after_redirect_cached.html]

Просмотреть файл

@ -76,7 +76,7 @@ skip-if = toolkit == 'android'
[test_bug440572.html]
[test_bug456151.html]
[test_bug458091.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_bug459848.html]
[test_bug465263.html]
[test_bug484775.html]

Просмотреть файл

@ -182,7 +182,7 @@ subsuite = clipboard
[test_bug795418-6.html]
subsuite = clipboard
[test_bug795785.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_bug796839.html]
[test_bug830600.html]
subsuite = clipboard
@ -323,7 +323,7 @@ skip-if = toolkit == 'android'
[test_css_chrome_load_access.html]
skip-if = toolkit == 'android' # chrome urls not available due to packaging
[test_selection_move_commands.html]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_pasteImgTextarea.html]
skip-if = toolkit == 'android' # bug 1299578
[test_execCommandPaste_noTarget.html]

Просмотреть файл

@ -29,7 +29,7 @@
[test_group_touchevents-2.html]
skip-if = (verify && debug && (os == 'win'))
[test_group_touchevents-3.html]
skip-if = (verify && debug && (os == 'win')) || (toolkit == 'android' && !isFennec) # Bug 1525959
skip-if = (verify && debug && (os == 'win')) || (toolkit == 'android' && !is_fennec) # Bug 1525959
[test_group_touchevents-4.html]
skip-if = (verify && debug && (os == 'win'))
[test_group_wheelevents.html]

Просмотреть файл

@ -12,7 +12,7 @@ support-files =
file_slowed_document.sjs
head.js
tags = webextensions
skip-if = !isFennec
skip-if = !is_fennec
[test_ext_all_apis.html]
[test_ext_downloads_saveAs.html]

Просмотреть файл

@ -102,7 +102,7 @@ class MochiRemote(MochitestDesktop):
"Android sdk version '%s'; will use this to filter manifests" %
str(self.device.version))
mozinfo.info['android_version'] = str(self.device.version)
mozinfo.info['isFennec'] = not ('geckoview' in options.app)
mozinfo.info['is_fennec'] = not ('geckoview' in options.app)
mozinfo.info['is_emulator'] = self.device._device_serial.startswith('emulator-')
def cleanup(self, options, final=False):

Просмотреть файл

@ -55,7 +55,7 @@ support-files =
prefs =
security.mixed_content.upgrade_display_content=false
browser.chrome.guess_favicon=true
skip-if = toolkit == 'android' && !isFennec
skip-if = toolkit == 'android' && !is_fennec
[test_ext_async_clipboard.html]
skip-if = (toolkit == 'android') # near-permafail after landing bug 1270059: Bug 1523131

Просмотреть файл

@ -19,7 +19,7 @@ support-files =
pwmgr_common.js
pwmgr_common_parent.js
../authenticate.sjs
skip-if = toolkit == 'android' && !isFennec # Don't run on GeckoView
skip-if = toolkit == 'android' && !is_fennec # Don't run on GeckoView
[test_autocomplete_highlight.html]
scheme = https

Просмотреть файл

@ -10,5 +10,5 @@ skip-if = (toolkit == 'android' || os == 'mac') || e10s # OS X: bug 786938
scheme = https
[test_unknown_ext_protocol_handlers.html]
[test_unsafeBidiChars.xhtml]
skip-if = toolkit == 'android' && !isFennec # Bug 1525959
skip-if = toolkit == 'android' && !is_fennec # Bug 1525959
[test_web_protocol_handlers.html]