On 12/18/06, Elena Semukhina <[EMAIL PROTECTED]> wrote:
On 12/18/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote: > > 2006/12/15, Gregory Shimansky <[EMAIL PROTECTED]>: > > Alexey, the newly added test shutdown.ThreadInterrupt stably hangs for > me on > > windows 2003 server SP1 on P4 with HT. Can you verify this? The dead > lock > > appears on shutdown it seems, but I didn't investigate it. > > > > For some reason running this test separately doesn't help, it hangs only > in > > batch "build.bat test". > > Gregory, > before committing I checked it on Win2003 server SP1 on Xeon, > "build.bat test" worked fine. Will try to find a P4 machine toNew shutdown tests pass for me on Win2003 but I see the following Java Results: [java] Java Result: 1 [echo] PASSED : shutdown.TestFatalError [java] Java Result: 130 [echo] PASSED : shutdown.TestInterrupt Elena
Elena, This is perfectly expected results :-) The bad thing here is that we just print java error code out. It would be really nice if we can assert it some how to be sure that shutdown.TestInterrupt returns exactly 130. Evgueni.
verify... > > > > > 2006/12/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > > Author: varlax > > > Date: Fri Dec 15 00:33:21 2006 > > > New Revision: 487483 > > > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=487483 > > > Log: > > > Applied HARMONY-2391 [drlvm] The VM doesn't cleanup resources if there > are > > > running daemon threads. > > > Tested on [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [snip] > -- Thanks, Elena
