Balls, wrong list!
Gary Benson wrote:
> Hi all,
>
> My previous commit fixes a number of problems with the Thread
> throwpoint tests. Firstly, they failed big-time on proprietary
> runtimes: seems that Classpath's default SecurityManager's
> checkAccess() methods perform permission checks in more cases
> than is necessary. Secondly, some constructor throwpoints were
> not tested. It turns out they aren't working either, so this
> commit causes four new fails. My next task is to fix all this :)
>
> Cheers,
> Gary