[OpenJDK 2D-Dev] RFR: 8258788: incorrect response to change in window insets [lanai]
Alexey Ushakov
avu at openjdk.java.net
Wed Apr 7 20:34:41 UTC 2021
On Tue, 6 Apr 2021 12:51:47 GMT, Alexey Ushakov <avu at openjdk.org> wrote:
>>> Is it possible to automatically test it?
>>
>> Yes, just added the test.
>
>> @avu Test passes without fix also.
> @jayathirthrao Could you provide the details about your configuration along with parameters passed to jtreg ?
> @avu I am running test in 13 inch Macbook Early 2015 with integrated Intel Iris Graphics 6100.
> jtreg command i am using "jtreg -jdk:<path_to_jdk> -Dsun.java2d.metal=true <path_to_test>"
@jayathirthrao I'm not sure that -Dsun.java2d.metal had been passed to the test JVM. I rechecked with slightly different command line and the test fails without the fix
jtreg -ignore:quiet -v -a -xml -vmoptions:"-Dsun.java2d.metal=True " -testjdk:path_to_jdk path_to_test
-------------
PR: https://git.openjdk.java.net/jdk/pull/3308
More information about the 2d-dev
mailing list