@@ -198,11 +198,6 @@ local part_definitions = {
198
198
HOST_VM_CONFIG: "graal-enterprise" ,
199
199
},
200
200
} + svm,
201
- native_RemoveSaturatedTypeFlows: $.env.native + {
202
- environment+: {
203
- EXTRA_IMAGE_BUILDER_ARGUMENTS: "-H:+RemoveSaturatedTypeFlows" ,
204
- },
205
- },
206
201
},
207
202
208
203
jdk: {
@@ -501,12 +496,12 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
501
496
"ruby-test-compiler-graal-enterprise" : $.platform.linux + $.jdk.v8 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
502
497
"ruby-test-compiler-graal-enterprise-11" : $.platform.linux + $.jdk.v11 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
503
498
504
- "ruby-test-svm-graal-core-linux" : $.platform.linux + $.jdk.v8 + $.env.native_RemoveSaturatedTypeFlows + gate + native_tests,
505
- "ruby-test-svm-graal-core-linux-11" : $.platform.linux + $.jdk.v11 + $.env.native + gate + native_tests,
506
- "ruby-test-svm-graal-core-darwin" : $.platform.darwin + $.jdk.v8 + $.env.native_RemoveSaturatedTypeFlows + gate + native_tests,
507
- "ruby-test-svm-graal-core-darwin-11" : $.platform.darwin + $.jdk.v11 + $.env.native + gate + native_tests,
508
- "ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v8 + $.env.native_ee + gate + native_tests,
509
- "ruby-test-svm-graal-enterprise-darwin" : $.platform.darwin + $.jdk.v8 + $.env.native_ee + gate + native_tests,
499
+ "ruby-test-svm-graal-core-linux" : $.platform.linux + $.jdk.v8 + $.env.native + gate + native_tests,
500
+ "ruby-test-svm-graal-core-linux-11" : $.platform.linux + $.jdk.v11 + $.env.native + gate + native_tests,
501
+ "ruby-test-svm-graal-core-darwin" : $.platform.darwin + $.jdk.v8 + $.env.native + gate + native_tests,
502
+ "ruby-test-svm-graal-core-darwin-11" : $.platform.darwin + $.jdk.v11 + $.env.native + gate + native_tests,
503
+ "ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v8 + $.env.native_ee + gate + native_tests,
504
+ "ruby-test-svm-graal-enterprise-darwin" : $.platform.darwin + $.jdk.v8 + $.env.native_ee + gate + native_tests,
510
505
},
511
506
512
507
local other_rubies = {
0 commit comments