Bug 1899172 - Part 0: Disable bytecode encoding test. r=nbp
authorTooru Fujisawa <arai_a@mac.com>
Thu, 30 May 2024 05:01:14 +0000 (13 months ago)
changeset 740880 7bc1862524f4af6d80d76e552db8bc7b4782ed94
parent 740879 5da706cb9d3c97f470f47181145c1f0595e884ae
child 740881 28dcd53fa44f9ef2d6a389e6d60b49257a40b813
push id41860
push userimoraru@mozilla.com
push dateThu, 30 May 2024 16:12:52 +0000 (13 months ago)
treeherdermozilla-central@f725cee6f912 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersnbp
bugs1899172
milestone128.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
Bug 1899172 - Part 0: Disable bytecode encoding test. r=nbp TRACE_FOR_TEST depends on script element reference for imported modules. This patch stack will remove the reference except for top-level scripts. Differential Revision: https://phabricator.services.mozilla.com/D211900
dom/base/test/mochitest.toml
dom/serviceworkers/test/mochitest-common.toml
dom/tests/mochitest/script/mochitest.toml
--- a/dom/base/test/mochitest.toml
+++ b/dom/base/test/mochitest.toml
@@ -1508,16 +1508,17 @@ support-files = [
   "file_module_js_cache.mjs",
   "file_js_cache_save_after_load.html",
   "file_js_cache_save_after_load.js",
   "file_js_cache_syntax_error.html",
   "file_js_cache_syntax_error.js",
 ]
 
 ["test_script_loader_js_cache_frames.html"]
+disabled = "https://bugzilla.mozilla.org/show_bug.cgi?id=1853173"
 skip-if = ["verify"]
 support-files = [
   "file_script_module_frames_relay.js",
   "file_script_module_frames_element.html",
   "file_script_module_frames_element_save.html",
   "file_script_module_frames_element_load.html",
   "file_script_module_frames_element_shared.mjs",
   "file_script_module_frames_import.html",
--- a/dom/serviceworkers/test/mochitest-common.toml
+++ b/dom/serviceworkers/test/mochitest-common.toml
@@ -429,16 +429,17 @@ skip-if = [
   "http2",
 ]
 
 ["test_sanitize.html"]
 
 ["test_scopes.html"]
 
 ["test_script_loader_intercepted_js_cache.html"]
+disabled = "https://bugzilla.mozilla.org/show_bug.cgi?id=1853173"
 skip-if = ["serviceworker_e10s"]
 
 ["test_self_update_worker.html"]
 skip-if = [
   "serviceworker_e10s",
   "os == 'android'",
 ]
 
--- a/dom/tests/mochitest/script/mochitest.toml
+++ b/dom/tests/mochitest/script/mochitest.toml
@@ -7,13 +7,14 @@ support-files = [
   "test_bug1788532_moduleA.mjs",
   "test_bug1788532_moduleB.mjs",
   "slow.sjs",
 ]
 
 ["test_bug1053321.html"]
 
 ["test_bug1656248.html"]
+disabled = "https://bugzilla.mozilla.org/show_bug.cgi?id=1853173"
 skip-if = ["verify"]
 
 ["test_bug1788532.html"]
 
 ["test_whitespace.html"]