зеркало из https://github.com/github/ruby.git
[ruby/racc] skip the failing test with JRuby
https://github.com/ruby/racc/commit/cf37713895
This commit is contained in:
Родитель
5a19b492da
Коммит
4a03df4507
|
@ -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/)
|
||||
|
|
Загрузка…
Ссылка в новой задаче