File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
# This test requires splitting (--engine.Splitting) which is only available with the OptimizedTruffleRuntime.
14
14
# It fails under --experimental-engine-caching because CallInternalMethodNode does not have cached specializations for
15
15
# !isSingleContext() and so ends up using an IndirectCallNode which prevents splitting.
16
- guard -> { TruffleRuby . jit? && !Truffle ::Boot . get_option ( 'experimental-engine-caching' ) } do
16
+ guard -> { TruffleRuby . jit? && !Truffle ::Boot . get_option ( 'experimental-engine-caching' ) && Truffle :: Boot . get_option ( "default-cache" ) != 0 } do
17
17
describe "Inline caching for dynamically-created Regexp works for" do
18
18
before :each do
19
19
@performance_warnings , Warning [ :performance ] = Warning [ :performance ] , true
You can’t perform that action at this time.
0 commit comments