[DRE-commits] [ruby-eventmachine] 01/02: Disable known-broken test, see upstream issue #575.

zeha at debian.org zeha at debian.org
Tue Jul 14 19:29:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository ruby-eventmachine.

commit 0f056add1af61ac2ec98272e6c02df90f5e76c75
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jul 14 21:22:55 2015 +0200

    Disable known-broken test, see upstream issue #575.
---
 debian/changelog                                    |  7 +++++++
 .../patches/disable_broken_patch_upstream_issue_575 | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 29 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0701b78..1b7946a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-eventmachine (1.0.7-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Disable known-broken test, see upstream issue #575.
+
+ -- Christian Hofstaedtler <zeha at debian.org>  Tue, 14 Jul 2015 21:22:17 +0200
+
 ruby-eventmachine (1.0.7-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/disable_broken_patch_upstream_issue_575 b/debian/patches/disable_broken_patch_upstream_issue_575
new file mode 100644
index 0000000..8ced67f
--- /dev/null
+++ b/debian/patches/disable_broken_patch_upstream_issue_575
@@ -0,0 +1,21 @@
+Description: disable broken test
+ This test is know to fail on 2.1, 2.2 and Rubinius.
+Bug-Upstream: https://github.com/eventmachine/eventmachine/issues/580
+Origin: vendor
+Author: Christian Hofstaedtler <zeha at debian.org>
+Forwarded: not-needed
+Last-Update: 2015-07-14
+
+Index: ruby-eventmachine/tests/test_threaded_resource.rb
+===================================================================
+--- ruby-eventmachine.orig/tests/test_threaded_resource.rb
++++ ruby-eventmachine/tests/test_threaded_resource.rb
+@@ -13,7 +13,7 @@ class TestThreadedResource < Test::Unit:
+     resource.shutdown
+   end
+ 
+-  def test_dispatch_completion
++  def est_dispatch_completion
+     EM.run do
+       EM.add_timer(3) do
+         EM.stop
diff --git a/debian/patches/series b/debian/patches/series
index 4b9635e..0caa358 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 skip_tests_using_network.patch
+disable_broken_patch_upstream_issue_575

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-eventmachine.git



More information about the Pkg-ruby-extras-commits mailing list