Bug #4122

test_x509store.rbのtest_set_errorsが失敗する

Added by kyanagi (Kouhei Yanagita) over 1 year ago. Updated 11 months ago.

[ruby-dev:42687]
Status:Closed Start date:12/06/2010
Priority:Low Due date:
Assignee:nahi (Hiroshi Nakamura) % Done:

0%

Category:test
Target version:-
ruby -v:ruby 1.9.3dev (2010-12-06 trunk 30091) [x86_64-linux]

Description

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

Related issues

duplicated by ruby-trunk - Bug #4554: test_set_errors in test_x509store.rb fails on CentOS 5.5 Closed 04/05/2011

History

Updated by tenderlovemaking (Aaron Patterson) over 1 year ago

  • Assignee set to tenderlovemaking (Aaron Patterson)

Updated by shyouhei (Shyouhei Urabe) about 1 year ago

  • Status changed from Open to Assigned

Updated by ko1 (Koichi Sasada) 12 months ago

Aaron, how about it?

Updated by nahi (Hiroshi Nakamura) 11 months ago

  • Category set to test
  • Assignee changed from tenderlovemaking (Aaron Patterson) to nahi (Hiroshi Nakamura)
  • Priority changed from Normal to Low

Updated by nahi (Hiroshi Nakamura) 11 months ago

  • Status changed from Assigned to Closed
r32189 * test/openssl/test_x509store.rb (test_set_errors): Redhat is distributing a patched version of OpenSSL that allows multiple CRL for a key (multi-crl.patch.) Make test pass on such env. See #4122, #4554.

Also available in: Atom PDF