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

ruby-changes:68371

From: Takashi <ko1@a...>
Date: Mon, 11 Oct 2021 15:24:26 +0900 (JST)
Subject: [ruby-changes:68371] 2e183c6273 (master): [ruby/irb] trufflruby fails on the show_source test

https://git.ruby-lang.org/ruby.git/commit/?id=2e183c6273

From 2e183c62736bed809e8edbcf054f5c9d6a837751 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 10 Oct 2021 23:18:43 -0700
Subject: [ruby/irb] trufflruby fails on the show_source test

https://github.com/ruby/irb/commit/460bd12b87
---
 test/irb/test_cmd.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index f3e1d44358..8981033122 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -510,6 +510,7 @@ module TestIRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_cmd.rb#L510
     end
 
     def test_show_source_end_finder
+      pend if RUBY_ENGINE == 'truffleruby'
       code = <<~EOS.gsub(/^/, ' ' * 4); eval(code, binding, __FILE__, __LINE__ + 1) unless respond_to?(:show_source_test_method)
         def show_source_test_method
           unless true
-- 
cgit v1.2.1


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

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