From: Yutaka HARA Date: 2011-06-12T18:43:24+09:00 Subject: [ruby-dev:43767] [Ruby 1.9 - Bug #4122] test_x509store.rbのtest_set_errorsが失敗する Issue #4122 has been updated by Yutaka HARA. See also: #4554 ---------------------------------------- Bug #4122: test_x509store.rbのtest_set_errorsが失敗する http://redmine.ruby-lang.org/issues/4122 Author: Kouhei Yanagita Status: Assigned Priority: Normal Assignee: Aaron Patterson Category: Target version: ruby -v: ruby 1.9.3dev (2010-12-06 trunk 30091) [x86_64-linux] =begin CentOS 5.5 で、test_x509store.rbが失敗します。 $ make test-all TESTS='openssl/test_x509store.rb' ./miniruby -I./lib -I.ext/common ./tool/runruby.rb --extout=.ext -- "./test/runner.rb" openssl/test_x509store.rb Run options: # Running tests: F. Finished tests in 0.054459s, 36.7249 tests/s, 1322.0955 assertions/s. 1) Failure: test_set_errors(OpenSSL::TestX509Store) [/home/yanagi/tmp/ruby/test/openssl/test_x509store.rb:212]: OpenSSL::X509::StoreError expected but nothing was raised. 2 tests, 72 assertions, 1 failures, 0 errors, 0 skips make: *** [yes-test-all] Error 1 opensslのバージョンは以下のとおりです。 openssl.i686 0.9.8e-12.el5_4.6 openssl.x86_64 0.9.8e-12.el5_4.6 =end -- http://redmine.ruby-lang.org