Commit 79ac759
committed
Tag failing thread interrupt spec
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.1 parent 348450a commit 79ac759
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments