[前][次][番号順一覧][スレッド一覧]

ruby-changes:63572

From: Hiroshi <ko1@a...>
Date: Tue, 10 Nov 2020 21:23:04 +0900 (JST)
Subject: [ruby-changes:63572] 4a03df4507 (master): [ruby/racc] skip the failing test with JRuby

https://git.ruby-lang.org/ruby.git/commit/?id=4a03df4507

From 4a03df4507971e35732935cc2eb4a3bd9bf4a1a5 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 10 Nov 2020 21:12:35 +0900
Subject: [ruby/racc] skip the failing test with JRuby

https://github.com/ruby/racc/commit/cf37713895

diff --git a/test/racc/test_racc_command.rb b/test/racc/test_racc_command.rb
index fb00ce7..0d2c582 100644
--- a/test/racc/test_racc_command.rb
+++ b/test/racc/test_racc_command.rb
@@ -320,6 +320,8 @@ module Racc https://github.com/ruby/ruby/blob/trunk/test/racc/test_racc_command.rb#L320
     end
 
     def test_ifelse
+      omit if RUBY_PLATFORM =~ /java/
+
       stderr = nil
       racc "-o#{@TAB_DIR}/ifelse", "#{ASSET_DIR}/ifelse.y", stdout_filter: ->(s) { stderr = s }
       stderr = stderr.lines[1..-1].join if RUBY_PLATFORM.match?(/java/)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]