зеркало из https://github.com/github/ruby.git
skip SEGV test if RUBY_ON_BUG is specified
This commit is contained in:
Родитель
99a8742067
Коммит
53a8b1486b
|
@ -4,6 +4,8 @@ require 'tmpdir'
|
||||||
|
|
||||||
class TestBugReporter < Test::Unit::TestCase
|
class TestBugReporter < Test::Unit::TestCase
|
||||||
def test_bug_reporter_add
|
def test_bug_reporter_add
|
||||||
|
skip if ENV['RUBY_ON_BUG']
|
||||||
|
|
||||||
description = RUBY_DESCRIPTION
|
description = RUBY_DESCRIPTION
|
||||||
description = description.sub(/\+JIT /, '') if RubyVM::MJIT.enabled?
|
description = description.sub(/\+JIT /, '') if RubyVM::MJIT.enabled?
|
||||||
expected_stderr = [
|
expected_stderr = [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче