summaryrefslogtreecommitdiff
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
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
-rw-r--r--firefox-testing.patch12
-rw-r--r--firefox.spec4
2 files changed, 14 insertions, 2 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'
diff --git a/firefox.spec b/firefox.spec
index 124f527..732ab8e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -3,7 +3,7 @@
%global debug_build 0
%global build_with_clang 0
%global build_with_asan 0
-%global run_firefox_tests 0
+%global run_firefox_tests 1
%global test_offscreen 1
%global test_on_wayland 0
%global create_debuginfo 1
@@ -126,7 +126,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 84.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
bgstack15