skip SEGV test if RUBY_ON_BUG is specified

This commit is contained in:
Koichi Sasada 2020-02-13 04:20:22 +09:00
Родитель 99a8742067
Коммит 53a8b1486b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,8 @@ require 'tmpdir'
class TestBugReporter < Test::Unit::TestCase
def test_bug_reporter_add
skip if ENV['RUBY_ON_BUG']
description = RUBY_DESCRIPTION
description = description.sub(/\+JIT /, '') if RubyVM::MJIT.enabled?
expected_stderr = [