Update list of arches where tests pass

This commit is contained in:
Kalev Lember 2018-05-11 13:08:57 +02:00
parent 9de49e9bbb
commit 94698979bd
1 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
%check %check
# Run SpiderMonkey tests # Run SpiderMonkey tests
%{__python2} tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/js \ %{__python2} tests/jstests.py -d -s -t 1800 --no-progress ../../js/src/js/src/shell/js \
%ifarch %{ix86} x86_64 %{arm} aarch64 %ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64le s390
; ;
%else %else
|| : || :
@ -160,7 +160,7 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
# Run basic JIT tests # Run basic JIT tests
%{__python2} jit-test/jit_test.py -s -t 1800 --no-progress ../../js/src/js/src/shell/js basic \ %{__python2} jit-test/jit_test.py -s -t 1800 --no-progress ../../js/src/js/src/shell/js basic \
%ifarch %{ix86} x86_64 %{arm} aarch64 %{power64} %ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64le s390 s390x
; ;
%else %else
|| : || :