@@ -238,6 +238,12 @@ local part_definitions = {
238
238
JAVA_HOME: common.jdks["labsjdk-ce-17" ],
239
239
},
240
240
},
241
+
242
+ v19: with_path {
243
+ downloads+: {
244
+ JAVA_HOME: common.jdks["labsjdk-ce-19" ],
245
+ },
246
+ },
241
247
},
242
248
243
249
platform: {
@@ -537,10 +543,13 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
537
543
# Order: platform, jdk, mx_env. Keep aligned for an easy visual comparison.
538
544
"ruby-test-specs-linux-11" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
539
545
"ruby-test-specs-linux-17" : $.platform.linux + $.jdk.v17 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
546
+ "ruby-test-specs-linux-19" : $.platform.linux + $.jdk.v19 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:20:00" },
540
547
"ruby-test-specs-darwin-amd64-11" : $.platform.darwin_amd64 + $.jdk.v11 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
541
548
"ruby-test-specs-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
549
+ "ruby-test-specs-darwin-amd64-19" : $.platform.darwin_amd64 + $.jdk.v19 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
542
550
"ruby-test-specs-darwin-aarch64-11" : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
543
551
"ruby-test-specs-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
552
+ "ruby-test-specs-darwin-aarch64-19" : $.platform.darwin_aarch64 + $.jdk.v19 + $.env.jvm + gate_no_build + $.use.build + $.run.test_unit_tck + native_config + $.run.test_specs + { timelimit: "01:40:00" },
544
553
"ruby-test-fast-linux-aarch64" : $.platform.linux_aarch64 + $.jdk.v11 + $.env.jvm + gate + $.run.test_fast + native_config + { timelimit: "45:00" },
545
554
"ruby-test-fast-linux" : $.platform.linux + $.jdk.v11 + $.env.jvm + gate + $.run.test_fast + { timelimit: "45:00" }, # To catch missing slow tags
546
555
"ruby-test-mri-linux" : $.platform.linux + $.jdk.v11 + $.env.native + gate + $.run.test_mri + { timelimit: "01:20:00" },
@@ -559,15 +568,20 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
559
568
560
569
"ruby-test-compiler-graal-core-11" : $.platform.linux + $.jdk.v11 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
561
570
"ruby-test-compiler-graal-core-17" : $.platform.linux + $.jdk.v17 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
571
+ "ruby-test-compiler-graal-core-19" : $.platform.linux + $.jdk.v19 + $.env.jvm_ce + gate + $.use.truffleruby + $.run.test_compiler,
562
572
"ruby-test-compiler-graal-enterprise-11" : $.platform.linux + $.jdk.v11 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
563
573
"ruby-test-compiler-graal-enterprise-17" : $.platform.linux + $.jdk.v17 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
574
+ "ruby-test-compiler-graal-enterprise-19" : $.platform.linux + $.jdk.v19 + $.env.jvm_ee + gate + $.use.truffleruby + $.run.test_compiler,
564
575
565
576
"ruby-test-svm-graal-core-linux-11" : $.platform.linux + $.jdk.v11 + $.env.native + $.env.gdb_svm + gate + native_tests,
566
577
"ruby-test-svm-graal-core-linux-17" : $.platform.linux + $.jdk.v17 + $.env.native + $.env.gdb_svm + gate + native_tests,
578
+ "ruby-test-svm-graal-core-linux-19" : $.platform.linux + $.jdk.v19 + $.env.native + $.env.gdb_svm + gate + native_tests,
567
579
"ruby-test-svm-graal-core-darwin-amd64-11" : $.platform.darwin_amd64 + $.jdk.v11 + $.env.native + $.env.gdb_svm + gate + native_tests,
568
580
"ruby-test-svm-graal-core-darwin-amd64-17" : $.platform.darwin_amd64 + $.jdk.v17 + $.env.native + $.env.gdb_svm + gate + native_tests,
581
+ "ruby-test-svm-graal-core-darwin-amd64-19" : $.platform.darwin_amd64 + $.jdk.v19 + $.env.native + $.env.gdb_svm + gate + native_tests,
569
582
"ruby-test-svm-graal-core-darwin-aarch64-11" : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.native + gate + native_tests,
570
583
"ruby-test-svm-graal-core-darwin-aarch64-17" : $.platform.darwin_aarch64 + $.jdk.v17 + $.env.native + gate + native_tests,
584
+ "ruby-test-svm-graal-core-darwin-aarch64-19" : $.platform.darwin_aarch64 + $.jdk.v19 + $.env.native + gate + native_tests,
571
585
"ruby-test-svm-graal-enterprise-linux" : $.platform.linux + $.jdk.v11 + $.env.native_ee + $.env.gdb_svm + gate + native_tests,
572
586
"ruby-test-svm-graal-enterprise-darwin-aarch64 " : $.platform.darwin_aarch64 + $.jdk.v11 + $.env.native_ee + gate + native_tests,
573
587
},
0 commit comments