[前][次][番号順一覧][スレッド一覧]

ruby-changes:62979

From: Benoit <ko1@a...>
Date: Wed, 16 Sep 2020 18:19:55 +0900 (JST)
Subject: [ruby-changes:62979] 9d8eeccf06 (master): Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"

https://git.ruby-lang.org/ruby.git/commit/?id=9d8eeccf06

From 9d8eeccf0659fa648527a6c2ecf06e5a6c0f8c64 Mon Sep 17 00:00:00 2001
From: Benoit Daloze <eregontp@g...>
Date: Wed, 16 Sep 2020 10:39:27 +0200
Subject: Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"

This reverts commit 889bbbaf527372c5cc229b56dca9a2322e325f26.

diff --git a/test/ruby/test_literal.rb b/test/ruby/test_literal.rb
index f4c40fc..f5dd093 100644
--- a/test/ruby/test_literal.rb
+++ b/test/ruby/test_literal.rb
@@ -187,7 +187,6 @@ class TestRubyLiteral < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_literal.rb#L187
   if defined?(RubyVM::InstructionSequence.compile_option) and
     RubyVM::InstructionSequence.compile_option.key?(:debug_frozen_string_literal)
     def test_debug_frozen_string
-      skip if ENV['RUBY_ISEQ_DUMP_DEBUG'] == 'to_binary'
       src = '_="foo-1"'; f = "test.rb"; n = 1
       opt = {frozen_string_literal: true, debug_frozen_string_literal: true}
       str = RubyVM::InstructionSequence.compile(src, f, f, n, **opt).eval
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]