RFR: 8338103: Stabilize and open source a Swing OGL ButtonResizeTest [v4]
Manukumar V S
mvs at openjdk.org
Tue Aug 27 08:58:39 UTC 2024
On Tue, 27 Aug 2024 05:58:30 GMT, Phil Race <prr at openjdk.org> wrote:
>> @prrace I’m not sure I understand what you meant by 'testing this with additional pipelines on specific platforms.' Are you suggesting that we should test this not only with -Dsun.java2d.opengl=True -Dsun.java2d.opengl.fbobject=false, but also with other parameters?
>
> Pipeline. You can't easily know what will be chosen on a test system, so you need to do things like
> @run main/othervm -Dsun.java2d.xrender=false
> @run main/othervm -Dsun.java2d.xrender=true
> @run main/othervm -Dsun.java2d.d3d=false
> @run main/othervm -Dsun.java2d.d3d=true
>
> In some cases, nothing will change but if the test is cheap and fast, nothing lost
Thanks @prrace , I have added more pipelines to the test, please have a look. I have rerun this again on all platforms with mach5 and the results are updated in the bug as a comment.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20532#discussion_r1732422038
More information about the client-libs-dev
mailing list