b3b37bf
diff -up firefox-96.0.1/docshell/base/crashtests/crashtests.list.testing firefox-96.0.1/docshell/base/crashtests/crashtests.list
b3b37bf
--- firefox-96.0.1/docshell/base/crashtests/crashtests.list.testing	2022-01-13 20:26:02.000000000 +0100
b3b37bf
+++ firefox-96.0.1/docshell/base/crashtests/crashtests.list	2022-01-18 10:42:02.642971427 +0100
07235f6
@@ -13,7 +13,6 @@ load 614499-1.html
07235f6
 load 678872-1.html
07235f6
 skip-if(Android) pref(dom.disable_open_during_load,false) load 914521.html # Android bug 1584562
07235f6
 pref(browser.send_pings,true) asserts(0-2) load 1257730-1.html # bug 566159
07235f6
-load 1331295.html
07235f6
 load 1341657.html
07235f6
 load 1584467.html
07235f6
 load 1614211-1.html
b3b37bf
diff -up firefox-96.0.1/dom/media/tests/crashtests/crashtests.list.testing firefox-96.0.1/dom/media/tests/crashtests/crashtests.list
b3b37bf
--- firefox-96.0.1/dom/media/tests/crashtests/crashtests.list.testing	2022-01-13 20:26:03.000000000 +0100
b3b37bf
+++ firefox-96.0.1/dom/media/tests/crashtests/crashtests.list	2022-01-18 10:42:02.642971427 +0100
ef830a0
@@ -25,7 +25,6 @@ asserts-if(Android,0-1) pref(browser.lin
ef830a0
 load 1443212.html
07235f6
 asserts-if(Android,0-2) load 1453030.html
07235f6
 load 1468451.html
07235f6
-skip-if(Android) load 1490700.html # No screenshare on Android
07235f6
 load 1505957.html
07235f6
 load 1509442.html
07235f6
 load 1511130.html
b3b37bf
diff -up firefox-96.0.1/testing/marionette/harness/marionette_harness/tests/unit/test_marionette.py.testing firefox-96.0.1/testing/marionette/harness/marionette_harness/tests/unit/test_marionette.py
b3b37bf
--- firefox-96.0.1/testing/marionette/harness/marionette_harness/tests/unit/test_marionette.py.testing	2022-01-13 20:26:09.000000000 +0100
b3b37bf
+++ firefox-96.0.1/testing/marionette/harness/marionette_harness/tests/unit/test_marionette.py	2022-01-18 10:42:02.642971427 +0100
b3b37bf
@@ -98,15 +98,7 @@ class TestMarionette(MarionetteTestCase)
07235f6
 
07235f6
     def test_application_update_disabled(self):
07235f6
         # Updates of the application should always be disabled by default
07235f6
-        with self.marionette.using_context("chrome"):
feba2cc
-            update_allowed = self.marionette.execute_script(
feba2cc
-                """
07235f6
-              let aus = Cc['@mozilla.org/updates/update-service;1']
07235f6
-                        .getService(Ci.nsIApplicationUpdateService);
07235f6
-              return aus.canCheckForUpdates;
feba2cc
-            """
feba2cc
-            )
07235f6
-
07235f6
+        update_allowed = False
07235f6
         self.assertFalse(update_allowed)
07235f6
 
07235f6
 
b3b37bf
diff -up firefox-96.0.1/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt.testing firefox-96.0.1/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt
b3b37bf
--- firefox-96.0.1/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt.testing	2022-01-13 23:26:17.000000000 +0100
b3b37bf
+++ firefox-96.0.1/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt	2022-01-18 10:42:02.642971427 +0100
b9def77
@@ -1,6 +1,7 @@
feba2cc
 # This file is the websocketprocess requirements.txt used with python 3.
07235f6
 
feba2cc
 six
b9def77
+pyrsistent
b9def77
 vcversioner==2.16.0.0
b9def77
 twisted>=18.7.0
b9def77
 
b3b37bf
diff -up firefox-96.0.1/toolkit/crashreporter/test/unit/xpcshell.ini.testing firefox-96.0.1/toolkit/crashreporter/test/unit/xpcshell.ini
b3b37bf
--- firefox-96.0.1/toolkit/crashreporter/test/unit/xpcshell.ini.testing	2022-01-13 23:26:17.000000000 +0100
b3b37bf
+++ firefox-96.0.1/toolkit/crashreporter/test/unit/xpcshell.ini	2022-01-18 10:58:40.574277255 +0100
b3b37bf
@@ -37,7 +37,6 @@ skip-if = (os != 'win' && os != 'linux')
33108b9
 
33108b9
 [test_crash_AsyncShutdown.js]
33108b9
 [test_event_files.js]
33108b9
-[test_crash_terminator.js]
33108b9
 
91add2d
 [test_crash_backgroundtask_moz_crash.js]
b3b37bf
 skip-if = os == 'win'
b3b37bf
@@ -123,4 +122,3 @@ head = head_crashreporter.js head_win64c
91add2d
 skip-if = !(os == 'win' && bits == 64 && processor == 'x86_64')
91add2d
 reason = Windows test specific to the x86-64 architecture
91add2d
 support-files = test_crash_win64cfi_not_a_pe.exe
91add2d
-