You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on eliminating the number of tests skipped on TruffleRuby in the IRB test suite with @st0012, we ran into a case where TruffleRuby doesn't report that an exception was unhandled the same way as MRI. There are two different tests in IRB that check for the text "unhandled exception". While I believe this is only a display issue, if we can match MRI cheaply we should do so.