From e75bd8df51648a35442649fd3e4b9ac4e223752a Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Mon, 31 Jan 2022 03:27:18 +0900 Subject: pend some tests while using to_binary ISeqs from ISeq#to_binary/load do not support `keep_script_lines` now so some tests should be pending tests with `RUBY_ISEQ_DUMP_DEBUG=to_binary` --- test/ruby/test_rubyvm.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ruby/test_rubyvm.rb') diff --git a/test/ruby/test_rubyvm.rb b/test/ruby/test_rubyvm.rb index 7d4588a165..628317a0f8 100644 --- a/test/ruby/test_rubyvm.rb +++ b/test/ruby/test_rubyvm.rb @@ -34,6 +34,8 @@ class TestRubyVM < Test::Unit::TestCase end def test_keep_script_lines + pend if ENV['RUBY_ISEQ_DUMP_DEBUG'] # TODO + prev_conf = RubyVM.keep_script_lines # keep -- cgit v1.2.3