Issue #4122 has been updated by Yutaka HARA.
See also: #4554
Bug #4122: test_x509store.rbのtest_set_errorsが失敗する
Author: Kouhei Y.
Status: Assigned
Priority: Normal
Assignee: Aaron P.
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.
- 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