[ruby/f18] Disable one test on ARM until upstream confirms that the patch is ok

Bohuslav Kabrda bkabrda at fedoraproject.org
Mon Dec 3 14:37:04 UTC 2012


commit 71a6c68957acfc2645c1fcf3f486a19cf2651b90
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Dec 3 15:36:44 2012 +0100

    Disable one test on ARM until upstream confirms that the patch is ok

 ruby.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index d3d0638..e161b77 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -56,7 +56,7 @@ Version: %{ruby_version_patch_level}
 # we cannot reset the release number to 1 even when the main (ruby) version
 # is updated - because it may be that the versions of sub-components don't
 # change.
-Release: 22%{?dist}
+Release: 23%{?dist}
 Group: Development/Languages
 # Public Domain for example for: include/ruby/st.h, strftime.c, ...
 License: (Ruby or BSD) and Public Domain
@@ -469,6 +469,12 @@ DISABLE_TESTS="-x test_drbssl.rb $DISABLE_TESTS"
 DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS"
 %endif
 
+%ifarch %{arm}
+# test_parse.rb fails on ARM at line 787
+# http://bugs.ruby-lang.org/issues/6899
+DISABLE_TESTS="-x test_parse.rb $DISABLE_TESTS"
+%endif
+
 %ifnarch ppc ppc64
 make check TESTS="-v $DISABLE_TESTS"
 %endif
@@ -742,6 +748,10 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
+* Mon Dec 03 2012 Jaromir Capik <jcapik at redhat.com> - 1.9.3.327-23
+- Skipping test_parse.rb (fails on ARM at line 787)
+- http://bugs.ruby-lang.org/issues/6899
+
 * Sat Nov 10 2012 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.9.3.327-22
 - Ignore some network related tests
 


More information about the scm-commits mailing list