Hi Sergey,
Most of them fails on OS X 10.10 because of
https://bugs.openjdk.java.net/browse/JDK-8013450.
java/awt/Window/ShapedAndTranslucentWindows/FocusAWTTest.java test is
marked with corresponding @bug tag.
Others fails because of different shadows rendering on new OS X and
should be fixed, I believe. As I can see CR 8061236 is already started
for tracking it.
Thanks,
Dima
On 31.10.2014 21:16, Sergey Bylokhov wrote:
Hi, Dmitriy.
These tests were passed on all platforms without problems?
On 04.06.2014 11:46, Dmitriy Ermashov wrote:
Hi Petr, all,
Please review next revision of webrev:
http://cr.openjdk.java.net/~yan/8043131/webrev.02/
1. Set -Xmx20m key for GC tests
2. Added @Override annotation for all corresponding self written
methods.
Thanks,
Dima
On 03.06.2014 16:33, Petr Pchelko wrote:
Hello, Dmitriy.
I think that it worths adding -Xmx option to the GC tests as default
max heap size is quite big.
Also could you please add @Override to the initGui method as now
it's not obvious where is it called from.
Thank you.
With best regards. Petr.
On 03 июня 2014 г., at 15:21, Dmitriy Ermashov
<[email protected]> wrote:
Hi all,
Please review the last version of fix for
https://bugs.openjdk.java.net/browse/JDK-8043131
The webrev is here:
http://cr.openjdk.java.net/~yan/8043131/webrev.01/
Test colocation for remaining ShapedAndTranslucent part of
functional tests.
The fix also includes remarks for the first part of this batch.
E.g. retrieved "@author mrkam" tag and full description for each test.
GC tests also reverted as they are not similar to
java/awt/Window/OwnedWindowsLeak/OwnedWindowsLeak.java and could be
useful for finding bugs.
Thanks,
Dima
On 05/19/2014 04:08 PM, Dmitriy Ermashov wrote:
Hi,
Please review the changeset for bug:
https://bugs.openjdk.java.net/browse/JDK-8043131
The webrev is here:
http://cr.openjdk.java.net/~yan/8043131/webrev.00/
This is one more batch of functional AWT
(ShapedAndTranslucentWindows and GC) tests are ought to be moved
to regression tree.