On Mon, 28 Apr 2025 05:21:03 GMT, Abhishek Kumar <abhis...@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