We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf8966 commit 2517039Copy full SHA for 2517039
2 files changed
test/irb/test_cmd.rb
@@ -858,7 +858,7 @@ def test_edit_with_non_existing_path
858
859
def test_edit_with_constant
860
# const_source_location is supported after Ruby 2.7
861
- 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')
862
863
out, err = execute_lines(
864
"edit IRB::Irb"
test/irb/test_workspace.rb
@@ -83,7 +83,6 @@ def test_code_around_binding_on_irb
83
84
85
def test_toplevel_binding_local_variables
86
- pend if RUBY_ENGINE == 'truffleruby'
87
bug17623 = '[ruby-core:102468]'
88
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
89
top_srcdir = "#{__dir__}/../.."
0 commit comments