RFR: 8352149: open/test/jdk/java/awt/Frame/MultiScreenTest.java fails [v2]
Alexey Ivanov
aivanov at openjdk.org
Tue Apr 29 13:32:47 UTC 2025
On Mon, 28 Apr 2025 05:21:03 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
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24752#issuecomment-2838926948
More information about the client-libs-dev
mailing list