зеркало из https://github.com/github/ruby.git
[PRISM] Fix test_bug_reporter with prism
This commit is contained in:
Родитель
cb98b018c0
Коммит
b4880af0e2
|
@ -6,7 +6,7 @@ require_relative '../../lib/jit_support'
|
|||
class TestBugReporter < Test::Unit::TestCase
|
||||
def test_bug_reporter_add
|
||||
omit "flaky with RJIT" if JITSupport.rjit_enabled?
|
||||
description = RUBY_DESCRIPTION
|
||||
description = RUBY_DESCRIPTION.sub(/\+PRISM /, '')
|
||||
description = description.sub(/\+RJIT /, '') unless JITSupport.rjit_force_enabled?
|
||||
expected_stderr = [
|
||||
:*,
|
||||
|
|
Загрузка…
Ссылка в новой задаче