Skip to content

Commit

Permalink
Blacklist mulet's failing tests + expose 'mulet' to ini files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ochameau committed Apr 23, 2014
1 parent 924311d commit 0edbde0
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion b2g/chrome/content/test/mochitest/mochitest.ini
@@ -1,5 +1,5 @@
[DEFAULT]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #require OOP support for mochitest-b2g-desktop, Bug 957554
skip-if = ((mulet || buildapp == 'b2g') && toolkit != 'gonk') #require OOP support for mochitest-b2g-desktop, Bug 957554
support-files =
RecordingStatusChromeScript.js
RecordingStatusHelper.js
Expand Down
4 changes: 2 additions & 2 deletions browser/base/content/test/general/browser.ini
Expand Up @@ -280,7 +280,7 @@ skip-if = e10s # Bug ????? - thumbnail captures need e10s love (tabPreviews_capt
[browser_datareporting_notification.js]
run-if = datareporting
[browser_devices_get_user_media.js]
skip-if = (os == "linux" && debug) || e10s # linux: bug 976544; e10s: Bug ?????? - appears user media notifications only happen in the child and don't make their way to the parent?
skip-if = mulet || (os == "linux" && debug) || e10s # linux: bug 976544; e10s: Bug ?????? - appears user media notifications only happen in the child and don't make their way to the parent?
[browser_discovery.js]
skip-if = e10s # Bug 918663 - DOMLinkAdded events don't make their way to chrome
[browser_duplicateIDs.js]
Expand Down Expand Up @@ -320,7 +320,7 @@ skip-if = e10s # Bug ?????? - test directly manipulates content ("cannot ipc non
[browser_notification_tab_switching.js]
skip-if = e10s # Bug ?????? - uncaught exception - Error: cannot ipc non-cpow object at chrome://mochitests/content/browser/browser/base/content/test/general/browser_notification_tab_switching.js:32
[browser_offlineQuotaNotification.js]
skip-if = e10s # Bug ?????? - test directly manipulates content (gBrowser.selectedBrowser.contentWindow.applicationCache.oncached = function() {...})
skip-if = mulet || e10s # Bug ?????? - test directly manipulates content (gBrowser.selectedBrowser.contentWindow.applicationCache.oncached = function() {...})
[browser_overflowScroll.js]
skip-if = e10s # Bug 921905 - pinTab/unpinTab fail in e10s
[browser_pageInfo.js]
Expand Down
2 changes: 1 addition & 1 deletion content/canvas/test/mochitest.ini
Expand Up @@ -201,7 +201,7 @@ skip-if = os == "android" || appname == "b2g"
[test_drawImage_edge_cases.html]
[test_drawWindow.html]
support-files = file_drawWindow_source.html file_drawWindow_common.js
skip-if = (buildapp == 'b2g' && toolkit != 'gonk')
skip-if = mulet || (buildapp == 'b2g' && toolkit != 'gonk')
[test_ImageData_ctor.html]
[test_isPointInStroke.html]
[test_mozDashOffset.html]
Expand Down
2 changes: 1 addition & 1 deletion content/canvas/test/webgl-mochitest/mochitest.ini
Expand Up @@ -14,7 +14,7 @@ support-files =
[test_webgl_available.html]
skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
[test_webgl_conformance.html]
skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
skip-if = mulet || toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
[test_webgl_request_context.html]
skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
[test_webgl_request_mismatch.html]
Expand Down
2 changes: 1 addition & 1 deletion content/html/content/test/mochitest.ini
Expand Up @@ -422,7 +422,7 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT # b2g(NS_
skip-if = toolkit == 'android'
[test_formelements.html]
[test_fullscreen-api.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT # b2g(time out, some kind of focus issue) b2g-debug(time out, some kind of focus issue) b2g-desktop(time out, some kind of focus issue)
skip-if = mulet || buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT # b2g(time out, some kind of focus issue) b2g-debug(time out, some kind of focus issue) b2g-desktop(time out, some kind of focus issue)
[test_hidden.html]
[test_html_attributes_reflection.html]
[test_htmlcollection.html]
Expand Down
8 changes: 4 additions & 4 deletions dom/alarm/test/mochitest.ini
Expand Up @@ -2,12 +2,12 @@
skip-if = e10s

[test_alarm_add_data.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
skip-if = ((mulet || buildapp == 'b2g') && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
[test_alarm_add_date.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
skip-if = ((mulet || buildapp == 'b2g') && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
[test_alarm_add_respectTimezone.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
skip-if = ((mulet || buildapp == 'b2g') && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
[test_alarm_non_permitted_app.html]
[test_alarm_permitted_app.html]
[test_alarm_remove.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
skip-if = ((mulet || buildapp == 'b2g') && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
2 changes: 1 addition & 1 deletion dom/downloads/tests/mochitest.ini
@@ -1,5 +1,5 @@
[DEFAULT]
skip-if = buildapp == 'b2g' # bug 979446, frequent failures
skip-if = mulet || buildapp == 'b2g' # bug 979446, frequent failures
support-files =
serve_file.sjs

Expand Down
2 changes: 1 addition & 1 deletion dom/messages/test/mochitest.ini
Expand Up @@ -2,4 +2,4 @@
skip-if = e10s

[test_bug_993732.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
skip-if = mulet || (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
2 changes: 1 addition & 1 deletion dom/permission/tests/mochitest.ini
Expand Up @@ -7,7 +7,7 @@ support-files =
[test_alarms.html]
[test_browser.html]
[test_embed-apps.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
skip-if = ((mulet || buildapp == 'b2g') && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
[test_idle.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_permission_basics.html]
Expand Down
1 change: 1 addition & 0 deletions dom/settings/tests/chrome.ini
Expand Up @@ -2,3 +2,4 @@

[test_settings_service.js]
[test_settings_service.xul]
skip-if= mulet
2 changes: 1 addition & 1 deletion dom/tests/mochitest/general/mochitest.ini
Expand Up @@ -42,7 +42,7 @@ skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
[test_idleapi_permissions.html]
skip-if = buildapp == 'b2g'
[test_interfaces.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
skip-if = ((mulet || buildapp == 'b2g') && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
# [test_network_events.html]
# Disable this test until bug 795711 is fixed.
[test_offsets.html]
Expand Down
1 change: 1 addition & 0 deletions python/mozbuild/mozbuild/mozinfo.py
Expand Up @@ -83,6 +83,7 @@ def build_dict(config, env=os.environ):
d['asan'] = substs.get('MOZ_ASAN') == '1'
d['tests_enabled'] = substs.get('ENABLE_TESTS') == "1"
d['bin_suffix'] = substs.get('BIN_SUFFIX', '')
d['mulet'] = bool(substs.get('MOZ_MULET'))

d['webm'] = bool(substs.get('MOZ_WEBM'))
d['wave'] = bool(substs.get('MOZ_WAVE'))
Expand Down
1 change: 1 addition & 0 deletions toolkit/webapps/tests/chrome.ini
@@ -1,4 +1,5 @@
[DEFAULT]
skip-if= mulet
support-files =
head.js
app.sjs
Expand Down

0 comments on commit 0edbde0

Please sign in to comment.