ruby-changes:67447
From: Daniel <ko1@a...>
Date: Tue, 31 Aug 2021 19:07:32 +0900 (JST)
Subject: [ruby-changes:67447] 744e128ed9 (master): [rubygems/rubygems] Exclude truffleruby from the test for failure of operating_system.rb
https://git.ruby-lang.org/ruby.git/commit/?id=744e128ed9 From 744e128ed98af65b6c8324a23720807659b2a8e9 Mon Sep 17 00:00:00 2001 From: Daniel Niknam <mhmd.niknam@g...> Date: Sun, 8 Aug 2021 17:27:47 +1000 Subject: [rubygems/rubygems] Exclude truffleruby from the test for failure of operating_system.rb truffleruby does not raise any error when requiring `rubygems`. https://github.com/rubygems/rubygems/commit/21e2fcd0b2 --- test/rubygems/test_rubygems.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rubygems/test_rubygems.rb b/test/rubygems/test_rubygems.rb index fc2fb32..9aa6c20 100644 --- a/test/rubygems/test_rubygems.rb +++ b/test/rubygems/test_rubygems.rb @@ -7,6 +7,8 @@ class GemTest < Gem::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_rubygems.rb#L7 end def test_operating_system_other_exceptions + pend "does not apply to truffleruby" if RUBY_ENGINE == 'truffleruby' + path = util_install_operating_system_rb <<-RUBY intentional synt'ax error RUBY -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/