[DRE-commits] [yard] 02/03: skip temporarily a test failing with ruby 2.3.0
Cédric Boutillier
boutil at moszumanska.debian.org
Tue Mar 1 18:52:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository yard.
commit 22b06197a8bd687e7dedc495af226296208a7999
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue Mar 1 19:27:39 2016 +0100
skip temporarily a test failing with ruby 2.3.0
---
debian/patches/series | 1 +
debian/patches/skip_failing_test_ruby230.patch | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index f2c3713..4f07346 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ move_yard_config_to_tmp_in_spec.patch
fix_template_root_var.patch
no-timestamps.patch
privacy-breach.patch
+skip_failing_test_ruby230.patch
diff --git a/debian/patches/skip_failing_test_ruby230.patch b/debian/patches/skip_failing_test_ruby230.patch
new file mode 100644
index 0000000..59b7305
--- /dev/null
+++ b/debian/patches/skip_failing_test_ruby230.patch
@@ -0,0 +1,19 @@
+Description: skip for the moment test failing with Ruby 2.3.0
+ said to be passing with Ruby 2.3.4
+ to be restored when it lands in the archive
+Author: Cédric Boutillier <boutil at debian.org>
+Bug: https://github.com/lsegal/yard/issues/927
+Forwarded: no
+Last-Update: 2016-03-01
+
+--- a/spec/parser/ruby/ruby_parser_spec.rb
++++ b/spec/parser/ruby/ruby_parser_spec.rb
+@@ -338,7 +338,7 @@
+ expect(s.jump(:class).line_range).to eq (1..7)
+ end
+
+- it "finds lone comments" do
++ xit "finds lone comments" do
+ Registry.clear
+ ast = YARD.parse_string(<<-eof).enumerator
+ class Foo
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/yard.git
More information about the Pkg-ruby-extras-commits
mailing list