RFR: 8352149: open/test/jdk/java/awt/Frame/MultiScreenTest.java fails [v2]
Khalid Boulanouare
duke at openjdk.org
Wed Apr 30 16:36:47 UTC 2025
On Tue, 29 Apr 2025 14:15:40 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>>> I'm sure this problem was discussed somewhere… (I'll search for that discussion later.) We should limit testing to default configurations only.
>>
>> It was in #21942, its description reads
>>
>>> I think the large number of XVisuals may have something to do with it.\
>>> I've updated it quite a bit and limited the number of dialogs it creates - we really don't need to test 300 of them
>>
>> The updated code reduces the number of tested graphics configurations to 10:
>>
>> https://github.com/openjdk/jdk/blob/edf8ce8db10521037045115f4cb9569a1477a40a/test/jdk/java/awt/Graphics2D/ScaledTransform/ScaledTransform.java#L58-L62
>
>> #21942
>
> Thanks @aivanov-jdk for suggesting the correct route.
>
> @kboulanou Please modify the test to run for all platforms and you can limit the number of graphics configuration to 10 for linux.
@kumarabhi006 Changes done and tested on MacOS.
Will test on Linux and Windows next.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24752#issuecomment-2842585897
More information about the client-libs-dev
mailing list