Revert "[MMTk/CI] Skip Ractor btests with MMTk"
This reverts commit 58b4e249ed8d33fc78528bc77516d541c04d65f2. The bug that it encountered was fixed in f76d40789d2c7185df26e925636827c06eda7157.
This commit is contained in:
parent
f1049aa55d
commit
cfee3d9f4b
Notes:
git
2025-01-10 15:17:38 +00:00
1
.github/workflows/modgc.yml
vendored
1
.github/workflows/modgc.yml
vendored
@ -120,7 +120,6 @@ jobs:
|
||||
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
|
||||
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
|
||||
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
|
||||
echo 'GITHUB_WORKFLOW=ModGC' >> $GITHUB_ENV
|
||||
if: ${{ matrix.gc.name == 'mmtk' }}
|
||||
|
||||
- run: $SETARCH make
|
||||
|
@ -214,7 +214,7 @@ assert_equal '[:a, :b, :c, :d, :e, :f, :g]', %q{
|
||||
###
|
||||
###
|
||||
# Ractor still has several memory corruption so skip huge number of tests
|
||||
if ENV['GITHUB_WORKFLOW'] == 'Compilations' || ENV['GITHUB_WORKFLOW'] == 'ModGC'
|
||||
if ENV['GITHUB_WORKFLOW'] == 'Compilations'
|
||||
# ignore the follow
|
||||
else
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user