Description
see GroovyMethodsTest
the Runnable definition
class Interruptor implements Runnable{
@Property caller
void run(){
Thread.currentThread().sleep(100) // enforce yield
synchronized(caller)
}
}
throws the VerifyError when called as
new Thread(new Interruptor(caller:this)).start()
please also enable the disabled_test* methods after fixing.
Attachments
Issue Links
- depends upon
-
GROOVY-946 support sleep(seconds) as static method on Object
- Closed
- duplicates
-
GROOVY-247 support synchronized blocks
- Closed