diff options
author | Peter Zhu <[email protected]> | 2025-01-09 14:32:16 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2025-01-10 10:17:16 -0500 |
commit | cfee3d9f4bc62c7a312be1a31c61f5126fec157f () | |
tree | 6a9d8ab637998d8bfcfac72c4b6ed29efcda16e7 /bootstraptest | |
parent | f1049aa55d2cd41b5ddeb3ffafe157d41a0335bc (diff) |
Revert "[MMTk/CI] Skip Ractor btests with MMTk"
This reverts commit 58b4e249ed8d33fc78528bc77516d541c04d65f2. The bug that it encountered was fixed in f76d40789d2c7185df26e925636827c06eda7157.
Notes: Merged: https://.com/ruby/ruby/pull/12543
-rw-r--r-- | bootstraptest/test_ractor.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -214,8 +214,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['_WORKFLOW'] == 'Compilations' || ENV['_WORKFLOW'] == 'ModGC' - # ignore the follow else # Ractor.select(*ractors) receives a values from a ractors. |