mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
skip SEGV test if RUBY_ON_BUG is specified
This commit is contained in:
parent
99a8742067
commit
53a8b1486b
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue