Actions
Bug #6940
closedTest suite fails in FIPS mode
Bug #6940:
Test suite fails in FIPS mode
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]
Backport:
Description
make test-all TESTS="-v -x test_drbssl.rb -x openssl/*"¶
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" -v -x test_drbssl.rb -x openssl/*
md5_dgst.c(78): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
make: *** [yes-test-all] Neúspěšně ukončen (SIGABRT) (core dumped)
Can somebody please help to reduce the test case? It is supposed to be verbose, but it fails sooner than it says something useful :(
Updated by vo.x (Vit Ondruch) about 13 years ago
- Status changed from Open to Closed
Ok. find test/ -type f -name test_*.rb -exec make test-all TESTS="-v '{}'" ; gave me better result. Going to open different issue, since I cannot rename this one :(
Actions