[ruby/irb] Drop unnecessary pends for truffleruby
https://github.com/ruby/irb/commit/2517039812
This commit is contained in:
parent
8938f146ab
commit
23892d95f5
@ -858,7 +858,7 @@ module TestIRB
|
|||||||
|
|
||||||
def test_edit_with_constant
|
def test_edit_with_constant
|
||||||
# const_source_location is supported after Ruby 2.7
|
# 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(
|
out, err = execute_lines(
|
||||||
"edit IRB::Irb"
|
"edit IRB::Irb"
|
||||||
|
@ -83,7 +83,6 @@ module TestIRB
|
|||||||
|
|
||||||
|
|
||||||
def test_toplevel_binding_local_variables
|
def test_toplevel_binding_local_variables
|
||||||
pend if RUBY_ENGINE == 'truffleruby'
|
|
||||||
bug17623 = '[ruby-core:102468]'
|
bug17623 = '[ruby-core:102468]'
|
||||||
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
|
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
|
||||||
top_srcdir = "#{__dir__}/../.."
|
top_srcdir = "#{__dir__}/../.."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user