Skip to content

Commit 8d6aa06

Browse files
committed
test/ruby/test_jit_debug.rb: Skip unsupported platforms
1 parent 75f6d70 commit 8d6aa06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/ruby/test_jit_debug.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
class TestJITDebug < TestJIT
1010
def setup
11+
unless JITSupport.supported?
12+
skip 'JIT seems not supported on this platform'
13+
end
1114
# let `#eval_with_jit` use --jit-debug
1215
@jit_debug = true
1316
end

0 commit comments

Comments
 (0)