EVALUATION
http://hg.openjdk.java.net/jdk7/build/jdk/rev/3db5ac2b4c62
|
|
|
EVALUATION
The enhanced security warning first introduced in 6u10, and now ported to jdk 7 doesn't add a security banner to the contents of the window anymore, and therefore doesn't affect the insets of top-level windows (see 6693253).
This makes the test in question completely useless, and it better be removed.
|
|
|
EVALUATION
Fixed in JDK7: http://hg.openjdk.java.net/jdk7/awt/jdk/rev/3db5ac2b4c62
|
|
|
SUGGESTED FIX
Problem disappears if Robot is created before SecurityManager is replaced.
|
|
|
EVALUATION
It's a non-standard test and it installs it's own security manager.
|
|
|
EVALUATION
This test does specifically create SecurityManager to force WarningWindow on a toplevel. Now, the only forbidden thing in this security settings should be creation of a toplevel window without a warning: everything else should be permitted.
We can ensure it either by explicit permission of many various things in this programmed SecurityManager or by creating ~/.java.policy file with AllPermission granted. My techlead says, this last option must be supposed for all our tests. So I'm closing this as not a bug.
|
|
|