SpiderMonkey tests have regressions on %%{power64}, too
This commit is contained in:
parent
1c661f0e2c
commit
94b60ccd93
@ -7,7 +7,7 @@
|
||||
|
||||
Name: mozjs%{major}
|
||||
Version: %{major}.5.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: SpiderMonkey JavaScript library
|
||||
|
||||
License: MPLv2.0 and MPLv1.1 and BSD and GPLv2+ and GPLv3+ and LGPLv2.1 and LGPLv2.1+ and AFL and ASL 2.0
|
||||
@ -134,7 +134,7 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
|
||||
%check
|
||||
# Run SpiderMonkey tests
|
||||
%{__python2} tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/js \
|
||||
%if !0%{?big_endian}
|
||||
%ifnarch s390 s390x %{power64}
|
||||
;
|
||||
%else
|
||||
|| :
|
||||
@ -162,6 +162,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
|
||||
%{_includedir}/mozjs-%{major}/
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2017 Björn Esser <besser82@fedoraproject.org> - 52.5.0-5
|
||||
- SpiderMonkey tests have regressions on %%{power64}, too
|
||||
|
||||
* Fri Nov 24 2017 Björn Esser <besser82@fedoraproject.org> - 52.5.0-4
|
||||
- SpiderMonkey tests have regressions on big endian platforms
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user