Bug 1665165 - Disable some bfcache tests on Fission, r=jesup

Differential Revision: https://phabricator.services.mozilla.com/D90303
This commit is contained in:
Olli Pettay 2020-09-17 17:36:24 +00:00
Родитель 6e0da56328
Коммит 3f30b17ab9
8 изменённых файлов: 8 добавлений и 2 удалений

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

@ -206,6 +206,7 @@ skip-if = os == "linux" || os == "mac" #Bug 1644044
[browser_dbg-message-run-to-completion.js]
[browser_dbg-remember-expanded-scopes.js]
[browser_dbg-bfcache.js]
skip-if = fission # bug 1665165
[browser_dbg-gc-breakpoint-positions.js]
[browser_dbg-gc-sources.js]
[browser_dbg-watchpoints.js]

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

@ -56,6 +56,7 @@ support-files =
[test_anchor_scroll_after_document_open.html]
[test_bfcache_plus_hash.html]
skip-if = fission # bug 1665165
[test_bug1422334.html]
support-files =
bug1422334_redirect.html

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

@ -8,6 +8,7 @@ support-files =
bug343515_pg3_2.html
[browser_test_bfcache_eviction.js]
skip-if = fission # bug 1665165
[browser_bug343515.js]
[browser_test-content-chromeflags.js]
tags = openwindow

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

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

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

@ -125,6 +125,7 @@ support-files =
[test_autoIncrement.html]
[test_autoIncrement_indexes.html]
[test_bfcache.html]
skip-if = fission # bug 1665165
[test_blob_file_backed.html]
[test_blob_simple.html]
[test_blob_worker_crash.html]

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

@ -453,5 +453,6 @@ support-files =
transformed_scrolling_repaints_3_window_frame.html
[test_zoom_restore_bfcache.html]
support-files = file_zoom_restore_bfcache.html
skip-if = fission # bug 1665165
# *** Please maintain alphabetical ordering when adding new tests ***

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

@ -193,6 +193,7 @@ support-files = file_bug1443344.css
skip-if = toolkit == 'android'
[test_computed_style.html]
[test_computed_style_bfcache_display_none.html]
skip-if = fission # bug 1665165
[test_computed_style_difference.html]
[test_computed_style_grid_with_pseudo.html]
[test_computed_style_in_created_document.html]

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

@ -89,9 +89,8 @@ skip-if = toolkit == 'android' # Bug 1259768
scheme = https
skip-if = toolkit == 'android' # Bug 1259768
[test_autofill_from_bfcache.html]
fail-if = fission && !xorigin
scheme = https
skip-if = toolkit == 'android' # bug 1527403
skip-if = toolkit == 'android' || fission # bug 1527403, bug 1665165
[test_autofill_hasBeenTypePassword.html]
scheme = https
[test_autofill_highlight.html]