Bug 1535784 - disable all instances of test_event_listener_leaks.html r=jmaher

Disabled all instances of test_event_listener_leaks.html scattered across the `dom/` test suite.

There exists a bug, 1530894 to track the failures, which has seen no movement for the 3 weeks it has been on file for.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Gao 2019-03-18 18:15:46 +00:00
parent 49fd5b4237
commit bb0492c3e0
8 changed files with 8 additions and 0 deletions

View File

@ -7,3 +7,4 @@ support-files =
[test_abort_controller.html]
[test_abort_controller_fetch.html]
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784

View File

@ -57,6 +57,7 @@ skip-if = toolkit == 'android'
[mozilla/test_underlying_discrete_value.html]
[mozilla/test_unstyled.html]
[mozilla/test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[style/test_animation-seeking-with-current-time.html]
[style/test_animation-seeking-with-start-time.html]
[style/test_animation-setting-effect.html]

View File

@ -23,6 +23,7 @@ support-files =
[test_broadcastchannel_worker_alive.html]
[test_bfcache.html]
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[test_invalidState.html]
[test_ordering.html]
[test_dataCloning.html]

View File

@ -155,6 +155,7 @@ skip-if = e10s && os == 'win' && os_version == '6.1' # Bug 1342415
[test_error_events_abort_transactions.html]
skip-if = verify
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[test_event_propagation.html]
skip-if = verify
[test_event_source.html]

View File

@ -12,6 +12,7 @@ support-files =
!/dom/events/test/event_leak_utils.js
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[test_messageChannel.html]
[test_messageChannel_cloning.html]
[test_messageChannel_pingpong.html]

View File

@ -243,6 +243,7 @@ skip-if = serviceworker_e10s
[test_eval_allowed.html]
[test_eventsource_intercept.html]
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[test_fetch_event.html]
skip-if = (debug && e10s) # Bug 1262224
[test_fetch_event_with_thirdpartypref.html]

View File

@ -19,6 +19,7 @@ support-files =
support-files = window_bug1384658.html frame_bug1384658.html file_bug1384658.html
[test_event_listener_leaks.html]
support-files = file_websocket_bigBlob_wsh.py
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[test_websocket1.html]
[test_websocket2.html]
[test_websocket3.html]

View File

@ -113,3 +113,4 @@ support-files = test_XHR_timeout.js
[test_sync_xhr_document_write_with_iframe.html]
[test_nestedSyncXHR.html]
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784