Skip to content

Commit dd41ca5

Browse files
committed
Run Ruby 2.7 specs for MatchData.allocate in CI
1 parent 2d85ce4 commit dd41ca5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ local part_definitions = {
281281
run: {
282282
test_unit_tck_specs: {
283283
run+: jt(["test", "unit"]) + jt(["test", "tck"]) +
284-
jt(["test", "specs"] + self["$.run.specs"].test_spec_options),
285-
# + jt(["test", "specs", ":next"]) disabled as it's currently empty and MSpec doesn't support empty sets of files
284+
jt(["test", "specs"] + self["$.run.specs"].test_spec_options) +
285+
jt(["test", "specs", ":next"] + self["$.run.specs"].test_spec_options),
286286
},
287287

288288
test_fast: {

spec/truffle.mspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class MSpecScript
9494
]
9595

9696
set :next, [
97+
"spec/ruby/core/matchdata/allocate_spec.rb",
9798
]
9899

99100
set :backtrace_filter, /mspec\//

0 commit comments

Comments
 (0)