ruby-changes:36747
From: hsbt <ko1@a...>
Date: Sat, 13 Dec 2014 18:33:56 +0900 (JST)
Subject: [ruby-changes:36747] hsbt:r48828 (trunk): * test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL.
hsbt 2014-12-13 18:33:33 +0900 (Sat, 13 Dec 2014) New Revision: 48828 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48828 Log: * test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL. Modified files: trunk/ChangeLog trunk/test/openssl/test_pkey_ec.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 48827) +++ ChangeLog (revision 48828) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Dec 13 18:33:25 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL. + Sat Dec 13 18:01:57 2014 Nobuyoshi Nakada <nobu@r...> * signal.c (check_stack_overflow): check sp also on i386/x86_64 Index: test/openssl/test_pkey_ec.rb =================================================================== --- test/openssl/test_pkey_ec.rb (revision 48827) +++ test/openssl/test_pkey_ec.rb (revision 48828) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/test/openssl/test_pkey_ec.rb#L1 require_relative 'utils' -if defined?(OpenSSL::PKey::EC) +if defined?(OpenSSL::TestUtils) && defined?(OpenSSL::PKey::EC) class OpenSSL::TestEC < Test::Unit::TestCase def setup -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/