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
Exclude MRI test broken without RubyVM::InstructionSequence.compile
* This is what CRuby does, which would fail the test due to different message:
ruby -e 'p self.then { eval "next #{rand}" }'
(eval): (eval):1: Can't escape from eval with next (SyntaxError)
0 commit comments