@@ -406,6 +406,7 @@ local part_definitions = {
406
406
] + jt(["lint" ]) + self .after_build,
407
407
},
408
408
409
+ test_basictest: { run+: jt(["ruby" , "test/basictest/runner.rb" ]) },
409
410
test_mri: { run+: jt(["test" , "mri" , "--no-sulong" , "--" , "-j4" ]) },
410
411
test_integration: { run+: jt(["test" , "integration" ]) },
411
412
test_gems: { run+: jt(["test" , "gems" ]) },
@@ -536,7 +537,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
536
537
{
537
538
local linux_gate = $.platform.linux + $.cap.gate + $.jdk.labsjdk8 + $.use.common + $.use.build + { timelimit: "01:00:00" },
538
539
539
- "ruby-test-specs-linux" : linux_gate + $.run.test_unit_tck_specs + { timelimit: "35:00" },
540
+ "ruby-test-specs-linux" : linux_gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "35:00" },
540
541
"ruby-test-fast-linux" : linux_gate + $.run.test_fast + { timelimit: "30:00" }, # To catch missing slow tags
541
542
"ruby-test-mri-linux" : linux_gate + $.run.test_mri + { timelimit: "30:00" },
542
543
"ruby-test-integration" : linux_gate + $.run.test_integration,
@@ -552,7 +553,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
552
553
{
553
554
local darwin_gate = $.platform.darwin + $.cap.gate + $.jdk.labsjdk8 + $.use.common + $.use.build + { timelimit: "01:00:00" },
554
555
555
- "ruby-test-specs-darwin" : darwin_gate + $.run.test_unit_tck_specs + { timelimit: "45:00" },
556
+ "ruby-test-specs-darwin" : darwin_gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "45:00" },
556
557
"ruby-test-mri-darwin" : darwin_gate + $.run.test_mri,
557
558
"ruby-test-cexts-darwin" : darwin_gate + $.use.gem_test_pack + $.run.test_cexts,
558
559
} +
0 commit comments