RFR: 8336389: Infinite loop occurs while resolving lookups [v2]
Kevin Rushforth
kcr at openjdk.org
Mon Jul 22 15:10:41 UTC 2024
On Tue, 16 Jul 2024 19:30:04 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> modules/javafx.graphics/src/test/java/test/javafx/scene/CssStyleHelperTest.java line 686:
>>
>>> 684: root.getChildren().addAll(a);
>>> 685:
>>> 686: assertDoesNotThrow(() -> stage.show()); // This should not result in a StackOverflowError
>>
>> Since this is still a JUnit 4 test, perhaps replace this with a try/catch and call `Assert.fail` in the `catch` block?
>
> Yeah, I can change that, I was hoping this (less important) PR would probably be integrated after #1503
Now that PR #1515 is integrated, this is fine.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1505#discussion_r1686714538
More information about the openjfx-dev
mailing list