YJIT: Print exit reasons on failure in test_yjit.rb
For https://bugs.ruby-lang.org/issues/19921, I suspect the test is failing due to a timing related interrupt, which on paper could happen with slow-enough GC runs.
In any case, it's helpful for debugging to have more information when tests fail.
YJIT: Print exit reasons on failure in test_yjit.rb
For https://bugs.ruby-lang.org/issues/19921, I suspect the test is
failing due to a timing related interrupt, which on paper could
happen with slow-enough GC runs.
In any case, it's helpful for debugging to have more information when
tests fail.
Co-authored-by: Takashi Kokubun takashikkbn@gmail.com