summaryrefslogtreecommitdiff
path: root/firefox-testing.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-15 12:29:24 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-15 12:29:24 +0100
commit33108b9457fe22397b6dc8d38c4971087ea99fbc (patch)
treed51090048d7bbb378816d1ac4c4307233634e9a8 /firefox-testing.patch
parentDisabled tests, mock build fixes (diff)
downloadlibrewolf-fedora-ff-33108b9457fe22397b6dc8d38c4971087ea99fbc.tar.gz
librewolf-fedora-ff-33108b9457fe22397b6dc8d38c4971087ea99fbc.tar.bz2
librewolf-fedora-ff-33108b9457fe22397b6dc8d38c4971087ea99fbc.zip
Release up, added testing
Diffstat (limited to 'firefox-testing.patch')
-rw-r--r--firefox-testing.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-testing.patch b/firefox-testing.patch
index c973db6..965dd1a 100644
--- a/firefox-testing.patch
+++ b/firefox-testing.patch
@@ -50,3 +50,15 @@ diff --git a/testing/tools/websocketprocessbridge/websocketprocessbridge_require
# needed by txws, and we'd like pip to get it from the local server before setuptools tries pypi
six
+diff -up firefox-84.0/toolkit/crashreporter/test/unit/xpcshell.ini.old firefox-84.0/toolkit/crashreporter/test/unit/xpcshell.ini
+--- firefox-84.0/toolkit/crashreporter/test/unit/xpcshell.ini.old 2020-12-15 12:21:16.177169732 +0100
++++ firefox-84.0/toolkit/crashreporter/test/unit/xpcshell.ini 2020-12-15 12:21:22.336348783 +0100
+@@ -37,7 +37,7 @@ skip-if = (os != 'win' && os != 'linux')
+
+ [test_crash_AsyncShutdown.js]
+ [test_event_files.js]
+-[test_crash_terminator.js]
++#[test_crash_terminator.js]
+
+ [test_crash_heap_corruption.js]
+ skip-if = os != 'win'
bgstack15