Release up, added testing
This commit is contained in:
parent
c61a7166c6
commit
33108b9457
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user