Workaround OpenSSL::TestPKeyRSA#test_sign_verify_memory_leak timeouts on ARM.

This commit is contained in:
Vít Ondruch 2014-06-27 12:49:55 +02:00
parent c31c7edb69
commit 629648da07
1 changed files with 4 additions and 0 deletions

View File

@ -554,6 +554,10 @@ DISABLE_TESTS=""
# test_call_double(DL::TestDL) fails on ARM HardFP
# http://bugs.ruby-lang.org/issues/6592
DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS"
# Workaround OpenSSL::TestPKeyRSA#test_sign_verify_memory_leak timeouts on ARM.
# https://bugs.ruby-lang.org/issues/9984
sed -i -e 's|20_000|10_000|g' test/openssl/test_pkey_rsa.rb
%endif
# test_debug(TestRubyOptions) fails due to LoadError reported in debug mode,