[ruby] Update test suite bug description and execution.

Vít Ondruch vondruch at fedoraproject.org
Fri Apr 20 13:02:39 UTC 2012


commit 328c18e61ff2530cc24bc8b5455c062f013679c2
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Apr 19 10:36:30 2012 +0200

    Update test suite bug description and execution.

 ruby.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index b3805c2..a3ba8e8 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -431,9 +431,11 @@ sed -i '2 a\
 # https://bugs.ruby-lang.org/issues/6011
 # same for ppc(64), RH bugzilla #803698
 %ifnarch %{arm} ppc ppc64
-# TODO: Investigate the test failures.
-# https://bugs.ruby-lang.org/issues/6036
-make check TESTS="-v -x test_pathname.rb -x test_drbssl.rb -x test_parse.rb -x test_x509cert.rb"
+# Test suite fails with OpenSSL 1.0.1
+# http://bugs.ruby-lang.org/issues/6089
+# OpenSSL 1.0.1 is breaking the drb test suite.
+# https://bugs.ruby-lang.org/issues/6221
+make check TESTS="-v -x test_drbssl.rb -x test_x509cert.rb"
 %endif
 
 %post libs -p /sbin/ldconfig


More information about the scm-commits mailing list