[rubygem-eventmachine] Ignore one additional test failing on ARM.

Vít Ondruch vondruch at fedoraproject.org
Mon Apr 14 11:00:32 UTC 2014


commit 00849145e1e79d94108f72e44b1aed12c4bf80ed
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Apr 11 11:34:43 2014 +0200

    Ignore one additional test failing on ARM.

 rubygem-eventmachine.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-eventmachine.spec b/rubygem-eventmachine.spec
index d31a0ac..dd4ac61 100644
--- a/rubygem-eventmachine.spec
+++ b/rubygem-eventmachine.spec
@@ -62,9 +62,15 @@ rm -rf %{buildroot}%{gem_instdir}/ext
 %check
 pushd .%{gem_instdir}
 
+# One additional issue on ARM.
+# https://github.com/eventmachine/eventmachine/issues/469
 testrb -Ilib:$(dirs +1)%{gem_extdir_mri} tests \
 %if 0%{network} < 1
-  | grep "216 tests, 325 assertions, 0 failures, 16 errors, 0 skips"
+  %ifarch %{arm}
+    | grep "216 tests, 325 assertions, 1 failures, 16 errors, 0 skips"
+  %else
+    | grep "216 tests, 325 assertions, 0 failures, 16 errors, 0 skips"
+  %endif
 %endif
 
 popd


More information about the scm-commits mailing list