Skip to content

Commit

Permalink
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/truffle/tags/core/thread/alive_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
fails:Thread#alive? describes a dying sleeping thread
fails(flaky):Thread#alive? can check it's own status
fails(flaky):Thread#alive? describes a running thread
fails(flaky):Thread#alive? describes a sleeping thread
fails(flaky):Thread#alive? describes a blocked thread
fails(flaky):Thread#alive? describes a completed thread
fails(flaky):Thread#alive? describes a killed thread
fails(flaky):Thread#alive? describes a thread with an uncaught exception
fails(flaky):Thread#alive? describes a dying running thread
fails(flaky):Thread#alive? returns true for a killed but still running thread

0 comments on commit e44e450

Please sign in to comment.