Project

General

Profile

« Previous | Next » 

Revision 9047fe5e

Added by alanwu (Alan Wu) about 2 years ago

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