[DRE-commits] [ruby-treetop] 04/06: Add patch: drop-failing-test.patch. This test was already removed upstream.
Lucas Nussbaum
lucas at moszumanska.debian.org
Tue May 12 11:31:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
lucas pushed a commit to branch master
in repository ruby-treetop.
commit 6de8037e471360ff357929ec3671396867f23b23
Author: Lucas Nussbaum <lucas at debian.org>
Date: Tue May 12 13:26:26 2015 +0200
Add patch: drop-failing-test.patch. This test was already removed upstream.
---
debian/changelog | 2 ++
debian/patches/drop-failing-test.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 24 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9a737f9..9aa5a6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ ruby-treetop (1.6.2-1) UNRELEASED; urgency=medium
* Add patch: do-not-depend-on-lib-for-tests.patch. This is required
to allow running tests on ci.d.n.
* Drop patch: 0001-Do-not-require-rubygems.patch. No longer needed.
+ * Add patch: drop-failing-test.patch. This test was already removed
+ upstream.
-- Lucas Nussbaum <lucas at debian.org> Tue, 12 May 2015 12:55:39 +0200
diff --git a/debian/patches/drop-failing-test.patch b/debian/patches/drop-failing-test.patch
new file mode 100644
index 0000000..0505816
--- /dev/null
+++ b/debian/patches/drop-failing-test.patch
@@ -0,0 +1,21 @@
+Description: drop failing test
+ already removed upstream
+Author: Lucas Nussbaum <lucas at debian.org>
+--- a/spec/compiler/parenthesized_expression_spec.rb
++++ b/spec/compiler/parenthesized_expression_spec.rb
+@@ -19,15 +19,4 @@ module ParenthesizedExpressionSpec
+ end
+ end
+ end
+-
+- describe "An expression with code both inside and outside parentheses" do
+- testing_expression '("foo" { def inner; end } ) { def outer; end} '
+- it "should extend both code modules " do
+- parse('foo') do |result|
+- result.should respond_to(:inner)
+- result.should respond_to(:outer)
+- end
+- end
+- end
+-
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 70a94a6..3a05f4f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
do-not-depend-on-lib-for-tests.patch
+drop-failing-test.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-treetop.git
More information about the Pkg-ruby-extras-commits
mailing list