From 7cc298a484dfaec5d1af349b25f28b0cfb8c9c20 Mon Sep 17 00:00:00 2001 From: aycabta Date: Fri, 10 Sep 2021 06:18:21 +0900 Subject: [ruby/irb] Pend on truffleruby https://github.com/ruby/irb/commit/fbf52d9608 --- test/irb/test_workspace.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/irb/test_workspace.rb b/test/irb/test_workspace.rb index 1e24aded82..e7f3aa85a4 100644 --- a/test/irb/test_workspace.rb +++ b/test/irb/test_workspace.rb @@ -82,6 +82,7 @@ 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'] : [] assert_in_out_err(bundle_exec + ['-W0', '-e', <<~RUBY , '--', '-f', '--'], 'binding.local_variables', /\[:_\]/, [], bug17623) -- cgit v1.2.3