[MMTk/CI] Skip Ractor btests with MMTk

currently these are flaky, so until we can make them more robust, we'll
skip them for MMTk CI
This commit is contained in:
Matt Valentine-House 2024-12-02 18:00:01 +00:00
parent 7caf2ffe00
commit 58b4e249ed
Notes: git 2024-12-06 09:48:49 +00:00
2 changed files with 3 additions and 1 deletions

View File

@ -124,6 +124,7 @@ 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

View File

@ -215,7 +215,8 @@ 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'] &&
ENV['GITHUB_WORKFLOW'] == 'Compilations'
(ENV['GITHUB_WORKFLOW'] == 'Compilations' ||
ENV['GITHUB_WORKFLOW'] == 'ModGC')
# ignore the follow
else