aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-10-10 23:18:43 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-10-10 23:23:48 -0700
commit2e183c62736bed809e8edbcf054f5c9d6a837751 (patch)
tree12d079b9b0d5b49e2f482355ea2ceb33d31bc61e
parentb33caa5bbc1ff6cb2ea1656419e1fa09e3e60690 (diff)
downloadruby-2e183c62736bed809e8edbcf054f5c9d6a837751.tar.gz
[ruby/irb] trufflruby fails on the show_source test
https://github.com/ruby/irb/commit/460bd12b87
-rw-r--r--test/irb/test_cmd.rb1
1 files changed, 1 insertions, 0 deletions
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
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