[ruby/racc] skip the failing test with JRuby

https://github.com/ruby/racc/commit/cf37713895
This commit is contained in:
Hiroshi SHIBATA 2020-11-10 21:12:35 +09:00
Родитель 5a19b492da
Коммит 4a03df4507
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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/)