Skip to content

Commit cfee3d9

Browse files
committed
Revert "[MMTk/CI] Skip Ractor btests with MMTk"
This reverts commit 58b4e24. The bug that it encountered was fixed in f76d407.
1 parent f1049aa commit cfee3d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/modgc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
121121
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
122122
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
123-
echo 'GITHUB_WORKFLOW=ModGC' >> $GITHUB_ENV
124123
if: ${{ matrix.gc.name == 'mmtk' }}
125124

126125
- run: $SETARCH make

bootstraptest/test_ractor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@
214214
###
215215
###
216216
# Ractor still has several memory corruption so skip huge number of tests
217-
if ENV['GITHUB_WORKFLOW'] == 'Compilations' || ENV['GITHUB_WORKFLOW'] == 'ModGC'
218-
# ignore the follow
217+
if ENV['GITHUB_WORKFLOW'] == 'Compilations'
218+
# ignore the follow
219219
else
220220

221221
# Ractor.select(*ractors) receives a values from a ractors.

0 commit comments

Comments
 (0)