mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/racc] skip the failing test with JRuby
https://github.com/ruby/racc/commit/cf37713895
This commit is contained in:
parent
5a19b492da
commit
4a03df4507
1 changed files with 2 additions and 0 deletions
|
@ -320,6 +320,8 @@ module Racc
|
|||
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/)
|
||||
|
|
Loading…
Add table
Reference in a new issue