RFR: 8338103: Stabilize and open source a Swing OGL ButtonResizeTest [v4]
Phil Race
prr at openjdk.org
Tue Aug 27 16:49:05 UTC 2024
On Tue, 27 Aug 2024 08:55:23 GMT, Manukumar V S <mvs at openjdk.org> wrote:
>> 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.
Looks like it failed on Linux with the default pipeline, which should be xrender. That's a bit surprising.
You should verify this and if necessary file a bug and exclude that failing combination from testing.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20532#discussion_r1733220691
More information about the client-libs-dev
mailing list