Skip to content

Commit

Permalink
Add comment noting nqp-j failure in condsignalall tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Broadwell committed Jan 5, 2015
1 parent bc71f08 commit 806f945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/concurrency/02-lock.t
Expand Up @@ -217,6 +217,8 @@ my class CondVar is repr('ConditionVariable') { }
nqp::threadjoin($t5);
nqp::threadjoin($t1);

# XXXX: nqp-j crashes here with: java.lang.IllegalMonitorStateException
# (nqp-m works fine)
ok($c1_snap == 1, 'condsignalone signaled exactly one waiting thread');
ok($count_all == 2, 'condsignalall signaled both waiting threads');
}

0 comments on commit 806f945

Please sign in to comment.