[ruby] Re-enable tests previously disabled due to bugs.

Vít Ondruch vondruch at fedoraproject.org
Fri Feb 22 14:23:16 UTC 2013


commit e4abbb6f3e1c91407618ffe467371d9f64d3ecf8
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Dec 18 14:43:23 2012 +0100

    Re-enable tests previously disabled due to bugs.

 ruby.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 2c5cba5..6731b76 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -523,9 +523,7 @@ sed -i '/^end$/ i\
   s.require_paths = ["lib"]' %{buildroot}%{gem_dir}/specifications/minitest-%{minitest_version}.gemspec
 
 %check
-# https://bugs.ruby-lang.org/issues/7386
-# http://bugs.ruby-lang.org/issues/7422
-DISABLE_TESTS="-x test_rake_functional.rb -x test_rubyoptions.rb"
+DISABLE_TESTS=""
 
 %ifarch armv7l armv7hl armv7hnl
 # test_call_double(DL::TestDL) fails on ARM HardFP


More information about the scm-commits mailing list