mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/ruby/test_jit_debug.rb: Skip unsupported platforms
This commit is contained in:
parent
75f6d70644
commit
8d6aa06620
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ return if /mswin/ =~ RUBY_PLATFORM
|
||||||
|
|
||||||
class TestJITDebug < TestJIT
|
class TestJITDebug < TestJIT
|
||||||
def setup
|
def setup
|
||||||
|
unless JITSupport.supported?
|
||||||
|
skip 'JIT seems not supported on this platform'
|
||||||
|
end
|
||||||
# let `#eval_with_jit` use --jit-debug
|
# let `#eval_with_jit` use --jit-debug
|
||||||
@jit_debug = true
|
@jit_debug = true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue