<AWT Dev> [9] Review Request for 8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2

Yuri Nesterenko yuri.nesterenko at oracle.com
Tue Dec 2 16:35:14 UTC 2014


Added more useful
http://cr.openjdk.java.net/~yan/8063104/webrev.diff.00_1
diff between old closed and new open versions.

Thanks,
-yan

On 12/02/2014 03:26 PM, Yuri Nesterenko wrote:
> Colleagues,
>
> please review this test fix.
>
> http://cr.openjdk.java.net/~yan/8063104/webrev.00
> pre-move state of the closed tests:
> http://cr.openjdk.java.net/~yan/8063104/webrev.diff.00
>
> There are modularization-related changes in (plus certain cleanup of)
> some 66 awt tests and some helper classes.
> Some of the tests moved from the closed part.
> Everywhere eliminated references to SunToolkit.realSync()
> and some other internal API.
> Partially fixed 8065960 and 7090905.
> I hope that fixed as well 7020056.
>
> One of the helpers, java/awt/regtesthelpers/Util.java, split in two.
> Rationale is, we would need to allow internal access to small part
> of the tests using new UtilInternal and not to all using Util.
>
> Piggybacked, one swing test javax/swing/JLabel/6596966/bug6596966.java
> and a correspondent change in javax/swing/regtesthelpers/Util.java.
>
> Thanks,
> -yan



More information about the awt-dev mailing list