Commit a60df34a authored by Kershaw Chang's avatar Kershaw Chang
Browse files

Bug 1809843 - Skip Failed tests,...

Bug 1809843 - Skip Failed tests, r=necko-reviewers,extension-reviewers,credential-management-reviewers,valentin,sgalich,robwu

Differential Revision: https://phabricator.services.mozilla.com/D171842
parent 7d991573
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4977,9 +4977,9 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"

[[package]]
name = "signal-hook-registry"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
 "libc",
]
+2 −0
Original line number Diff line number Diff line
@@ -8,3 +8,5 @@ prefs =
    javascript.options.asyncstack_capture_debuggee_only=false

[test_ext_all_apis.html]
skip-if =
  http3
+2 −0
Original line number Diff line number Diff line
@@ -13,4 +13,6 @@ skip-if = os == 'android'
[test_bug423375.html]
[test_bug470804.html]
[test_bug1367586.html]
skip-if =
  http3
[test_disallowInheritPrincipal.html]
+2 −0
Original line number Diff line number Diff line
@@ -26,3 +26,5 @@ tags = openwindow
support-files =
  file_top_navigation_by_user_activation.html
  file_top_navigation_by_user_activation_iframe.html
skip-if =
  http3
+34 −2
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ support-files =
[test_bug385434.html]
[test_bug387979.html]
[test_bug402210.html]
skip-if =
  http3
[test_bug404548.html]
[test_bug413310.html]
skip-if = true
@@ -75,8 +77,12 @@ skip-if = toolkit != "cocoa" || headless # Headless: bug 1410525
support-files = file_bug511449.html
[test_bug529119-1.html]
[test_bug529119-2.html]
skip-if =
  http3
[test_bug530396.html]
support-files = bug530396-noref.sjs bug530396-subframe.html
skip-if =
  http3
[test_bug540462.html]
skip-if = toolkit == 'android' && debug
[test_bug551225.html]
@@ -87,6 +93,8 @@ skip-if = (verify && !debug && (os == 'win'))
[test_bug590573.html]
[test_bug598895.html]
[test_bug634834.html]
skip-if =
  http3
[test_bug637644.html]
[test_bug640387_1.html]
[test_bug640387_2.html]
@@ -113,6 +121,8 @@ support-files = file_bug675587.html
[test_bug1645781.html]
support-files =
  form_submit.sjs
skip-if =
  http3
[test_bug1729662.html]
support-files =
  file_bug1729662.html
@@ -133,13 +143,17 @@ skip-if = toolkit == "android" && !sessionHistoryInParent
support-files =
  file_bug1742865.sjs
  file_bug1742865_outer.sjs
skip-if = toolkit == "android" && debug && fission && verify # Bug 1745937
skip-if =
  toolkit == "android" && debug && fission && verify # Bug 1745937
  http3
[test_bug1743353.html]
support-files =
  file_bug1743353.html
[test_bug1747033.html]
support-files =
  file_bug1747033.sjs
skip-if =
  http3
[test_bug1773192.html]
support-files =
  file_bug1773192_1.html
@@ -152,23 +166,41 @@ support-files =
support-files =
  file_content_javascript_loads_root.html
  file_content_javascript_loads_frame.html
skip-if =
  http3
[test_forceinheritprincipal_overrule_owner.html]
skip-if =
  http3
[test_framedhistoryframes.html]
support-files = file_framedhistoryframes.html
skip-if =
  http3
[test_load_during_reload.html]
support-files = file_load_during_reload.html
[test_pushState_after_document_open.html]
[test_navigate_after_pagehide.html]
skip-if =
  http3
[test_redirect_history.html]
support-files =
  file_redirect_history.html
  form_submit_redirect.sjs
skip-if =
  http3
[test_windowedhistoryframes.html]
skip-if = (!debug && os == 'android') # Bug 1573892
skip-if =
  (!debug && os == 'android') # Bug 1573892
  http3
[test_triggeringprincipal_location_seturi.html]
skip-if =
  http3
[test_double_submit.html]
support-files =
  clicker.html
  double_submit.sjs
skip-if =
  http3
[test_iframe_srcdoc_to_remote.html]
skip-if =
  http3
[test_javascript_sandboxed_popup.html]
Loading