[PRISM] Fix test_bug_reporter with prism
This commit is contained in:
parent
cb98b018c0
commit
b4880af0e2
@ -6,7 +6,7 @@ require_relative '../../lib/jit_support'
|
|||||||
class TestBugReporter < Test::Unit::TestCase
|
class TestBugReporter < Test::Unit::TestCase
|
||||||
def test_bug_reporter_add
|
def test_bug_reporter_add
|
||||||
omit "flaky with RJIT" if JITSupport.rjit_enabled?
|
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?
|
description = description.sub(/\+RJIT /, '') unless JITSupport.rjit_force_enabled?
|
||||||
expected_stderr = [
|
expected_stderr = [
|
||||||
:*,
|
:*,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user