Enabled xpcshell/crashtests on Wayland

This commit is contained in:
Martin Stransky 2021-04-06 09:58:31 +02:00
parent f6cd43f449
commit 0dc9710418
2 changed files with 7 additions and 4 deletions

View File

@ -154,7 +154,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 87.0
Release: 10%{?pre_tag}%{?dist}
Release: 11%{?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
@ -1053,7 +1053,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
* Sat Apr 4 2021 Martin Stransky <stransky@redhat.com> - 87.0-10
* Tue Apr 6 2021 Martin Stransky <stransky@redhat.com> - 87.0-11
- Enabled xpcshell/crashtests on Wayland.
* Sat Apr 3 2021 Martin Stransky <stransky@redhat.com> - 87.0-10
- Wayland testing again.
* Thu Apr 1 2021 Martin Stransky <stransky@redhat.com> - 87.0-9

View File

@ -3,10 +3,10 @@
set -x
RUN_XPCSHELL_TEST=0
RUN_XPCSHELL_TEST=1
RUN_REFTEST=1
RUN_MOCHITEST=0
RUN_CRASHTEST=0
RUN_CRASHTEST=1
while (( "$#" )); do
SELECTED_TEST=$1