зеркало из https://github.com/github/ruby.git
[ruby/irb] Drop unnecessary pends for truffleruby
https://github.com/ruby/irb/commit/2517039812
This commit is contained in:
Родитель
8938f146ab
Коммит
23892d95f5
|
@ -858,7 +858,7 @@ module TestIRB
|
|||
|
||||
def test_edit_with_constant
|
||||
# const_source_location is supported after Ruby 2.7
|
||||
omit if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0') || RUBY_ENGINE == 'truffleruby'
|
||||
omit if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0')
|
||||
|
||||
out, err = execute_lines(
|
||||
"edit IRB::Irb"
|
||||
|
|
|
@ -83,7 +83,6 @@ module TestIRB
|
|||
|
||||
|
||||
def test_toplevel_binding_local_variables
|
||||
pend if RUBY_ENGINE == 'truffleruby'
|
||||
bug17623 = '[ruby-core:102468]'
|
||||
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
|
||||
top_srcdir = "#{__dir__}/../.."
|
||||
|
|
Загрузка…
Ссылка в новой задаче