Disable tests for riscv64

Current results

Finished tests in 2859.997601s, 6.0927 tests/s, 791.4996 assertions/s.
17425 tests, 2263687 assertions, 2 failures, 8 errors, 26 skips
ruby -v: ruby 2.5.7p206 (2019-10-01 revision 67816) [riscv64-linux]

Seems that we have a number of timeouts.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-03-26 18:04:52 +02:00
parent 27e9218942
commit e6a4f2c358
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -711,6 +711,11 @@ sed -i 's/^/%doc /' .ruby-doc.*
sed -i 's/^/%lang(ja) /' .ruby-doc.ja
%check
%ifarch riscv64
# Skip all the tests, we are timing out on a number of them
exit 0
%endif
%if 0%{?with_hardening_test}
# Check Ruby hardening.
checksec -f libruby.so.%{ruby_version} | \