EVALUATION
Author: Leonid Romanov Date: 06/Oct/11 02:26 PM
As for RobotTest0002, it looks like screenshot image is getting overwritten by black background: removing setForeground()/setBackground() calls from the test code fixes it for me.
Author: Sergey Bylokhov Date: 16/Dec/11 01:11 PM
Painting issues in RobotTest0001 and RobotTest0002 were fixed:
<span class="nobr"><a href="http://hg.openjdk.java.net/macosx-port/macosx-port/jdk/rev/019dd2b87168">http://hg.openjdk.java.net/macosx-port/macosx-port/jdk/rev/019dd2b87168<sup><im
g class="rendericon" src="/jira/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span>
RobotTest0002 now passed, RobotTest0001 still doesn't work, under investigation
Author: Sergey Bylokhov Date: 21/Dec/11 04:33 PM
There is 2 issues:
1. Labels which should contain result color is invisible, because have incorrect size
Suggested fix:
<span class="nobr"><a href="http://cr.openjdk.java.net/~serb/488/webrev.00/">http://cr.openjdk.java.net/~serb/488/webrev.00/<sup><img class="rendericon" src=&
quot;/jira/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span>
2. Label.setBackground() has no effect, because repaint of the label does not happen.
It will be fixed as part of <span class="nobr"><a href="http://java.net/jira/browse/MACOSX_PORT-608">http://java.net/jira/browse/MACOSX_PORT-608<sup><img class="rendericon
" src="/jira/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"/></sup></a></span>
|