зеркало из https://github.com/github/ruby.git
[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:
Родитель
aafc615b4a
Коммит
744e128ed9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче