On 06-Feb-14 17:49, Konstantin Shefov wrote:
Sergey,
This System.exit will never be seen by jtreg, more than that, this
test already has system.exit and will not work without it.
System.exit is invoked by child vm, child vm is NOT controlled by JTREG
at all.
Konstantin
On 06-Feb-14 17:21, Sergey Bylokhov wrote:
Hi, Konstantin.
The tests should not use System.exit() , it can be forbidden in some
modes of jtreg.
On 06.02.2014 17:03, Konstantin Shefov wrote:
Hi all,
please review the fix
http://cr.openjdk.java.net/~kshefov/8017456/webrev.00
for
https://bugs.openjdk.java.net/browse/JDK-8017456
Test hangs on windows if test frames are covered by a window of some
other app.
Thanks,
Konstantin