Update list of arches where tests pass

This commit is contained in:
Kalev Lember 2018-05-11 13:08:57 +02:00
parent fd1c86bf24
commit 8f1df1478c
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
# Run SpiderMonkey tests
%{__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
|| :
@ -160,7 +160,7 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so
# Run basic JIT tests
%{__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
|| :