Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The way we have implemented thread interrupts, it's possible for a second event to overtake the propagation of a first event, leading to failures in this spec: Thread#report_on_exception= when set to true prints the backtrace even if the thread was killed just after Thread#raise This tags that spec for now and we will explore how to fix it in jruby#8479.
- Loading branch information