aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-killjoin.rs
Commit message (Collapse)AuthorAgeFilesLines
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Don't attempt to wake tasks that aren't blocked.Brian Anderson2011-01-031-0/+36
It's possible for a supervised task to kill and wake its supervising task then immediately try to wake it again if the supervising task has joined the supervised. This is the easiest way to prevent that.