Skip to content

Commit 79ac759

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
fails:Thread#report_on_exception= when set to true prints a backtrace on $stderr in the regular backtrace order
2+
fails:Thread#report_on_exception= when set to true prints the backtrace even if the thread was killed just after Thread#raise

0 commit comments

Comments
 (0)