@@ -403,7 +403,6 @@ local part_definitions = {
403
403
test_gems: { run+: jt(["test" , "gems" ]) },
404
404
test_ecosystem: { run+: jt(["test" , "ecosystem" ]) },
405
405
test_compiler: { run+: jt(["test" , "compiler" ]) },
406
- test_ffi: { run+: [["test/truffle/ffi.sh" ]] },
407
406
408
407
test_cexts: {
409
408
is_after+:: ["$.use.common" ],
@@ -523,14 +522,14 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
523
522
{
524
523
local linux_gate = $.platform.linux + $.cap.gate + $.jdk.labsjdk8 + $.use.common + $.use.build + { timelimit: "01:00:00" },
525
524
526
- "ruby-test-specs-linux" : linux_gate + $.run.test_unit_tck_specs + $.run.test_basictest + $.run.test_ffi + { timelimit: "35:00" },
527
- "ruby-test-fast-linux" : linux_gate + $.run.test_fast + { timelimit: "30:00" }, # To catch missing slow tags
528
- "ruby-test-mri-linux" : linux_gate + $.run.test_mri + { timelimit: "30:00" },
529
- "ruby-test-integration" : linux_gate + $.run.test_integration,
530
- "ruby-test-cexts-linux" : linux_gate + $.use.gem_test_pack + $.run.test_cexts,
531
- "ruby-test-gems" : linux_gate + $.use.gem_test_pack + $.run.test_gems,
532
- "ruby-test-ecosystem" : linux_gate + $.use.gem_test_pack + $.run.test_ecosystem,
533
- "ruby-test-standalone" : linux_gate + $.run.test_make_standalone_distribution + { timelimit: "40:00" },
525
+ "ruby-test-specs-linux" : linux_gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "35:00" },
526
+ "ruby-test-fast-linux" : linux_gate + $.run.test_fast + { timelimit: "30:00" }, # To catch missing slow tags
527
+ "ruby-test-mri-linux" : linux_gate + $.run.test_mri + { timelimit: "30:00" },
528
+ "ruby-test-integration-linux " : linux_gate + $.run.test_integration,
529
+ "ruby-test-cexts-linux" : linux_gate + $.use.gem_test_pack + $.run.test_cexts,
530
+ "ruby-test-gems-linux " : linux_gate + $.use.gem_test_pack + $.run.test_gems,
531
+ "ruby-test-ecosystem-linux " : linux_gate + $.use.gem_test_pack + $.run.test_ecosystem,
532
+ "ruby-test-standalone-linux " : linux_gate + $.run.test_make_standalone_distribution + { timelimit: "40:00" },
534
533
535
534
"ruby-test-compiler-graal-core" : linux_gate + $.use.truffleruby + $.graal.core + $.run.test_compiler,
536
535
# TODO was commented out, needs to be rewritten?
@@ -540,9 +539,10 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
540
539
{
541
540
local darwin_gate = $.platform.darwin + $.cap.gate + $.jdk.labsjdk8 + $.use.common + $.use.build + { timelimit: "01:00:00" },
542
541
543
- "ruby-test-specs-darwin" : darwin_gate + $.run.test_unit_tck_specs + $.run.test_basictest + $.run.test_ffi + { timelimit: "45:00" },
542
+ "ruby-test-specs-darwin" : darwin_gate + $.run.test_unit_tck_specs + $.run.test_basictest + { timelimit: "45:00" },
544
543
"ruby-test-mri-darwin" : darwin_gate + $.run.test_mri,
545
544
"ruby-test-cexts-darwin" : darwin_gate + $.use.gem_test_pack + $.run.test_cexts,
545
+ "ruby-test-gems-darwin" : darwin_gate + $.use.gem_test_pack + $.run.test_gems,
546
546
} +
547
547
548
548
local svm_test_shared = $.jdk.labsjdk8 + $.use.common + $.use.svm + $.cap.gate + $.svm.gate;
0 commit comments