RFR: 8324239: JFXPanelHiDPITest fails on Windows 11 [v3]

Andy Goryachev angorya at openjdk.org
Mon Jan 22 21:09:41 UTC 2024


On Mon, 22 Jan 2024 20:51:53 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use Platform.runAndWait
>
> tests/system/src/test/java/test/robot/javafx/embed/swing/JFXPanelHiDPITest.java line 154:
> 
>> 152: 
>> 153:         private void createScene(final JFXPanel fxPanel) {
>> 154:             PlatformImpl.runAndWait(() -> {
> 
> Generally we prefer `test.util.Util::runAndWait` so that exceptions are propagated.

good point!

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1344#discussion_r1462423464


More information about the openjfx-dev mailing list