Skip to content

Commit

Permalink
Tag failing thread interrupt spec
Browse files Browse the repository at this point in the history
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
headius committed Dec 3, 2024
1 parent 348450a commit 79ac759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/core/thread/report_on_exception_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Thread#report_on_exception= when set to true prints a backtrace on $stderr in the regular backtrace order
fails:Thread#report_on_exception= when set to true prints the backtrace even if the thread was killed just after Thread#raise

0 comments on commit 79ac759

Please sign in to comment.