1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
This commit is contained in:
Daniel Niknam 2021-08-08 17:27:47 +10:00 committed by Hiroshi SHIBATA
parent aafc615b4a
commit 744e128ed9
Notes: git 2021-08-31 19:07:10 +09:00

View file

@ -7,6 +7,8 @@ class GemTest < Gem::TestCase
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