RFR: 8276: UI tests failing on Windows

Alex Macdonald aptmac at openjdk.org
Tue Oct 22 20:36:15 UTC 2024


On Mon, 21 Oct 2024 23:02:00 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

> Ignoring failing tests for now.

Interesting that those tests are failing, as the main fix was merged into JDK 19 and then backported to 17 (which is where I tested and un-ignored the tests).

At the moment my Windows setup is not having a fun time with Jemmy so I'll try to fix my local workspace and try again soon.

application/uitests/org.openjdk.jmc.flightrecorder.uitest/src/test/java/org/openjdk/jmc/flightrecorder/uitest/ControlRecordingsTest.java line 251:

> 249: 	 * Verifies that recording events can be added/removed on the fly
> 250: 	 */
> 251: 	@Ignore("JDK-8286740 did not fix the issue on Windows")

JDK-8286740 was the backport, now that we're on JDK 21 the correct issue would be: https://bugs.openjdk.org/browse/JDK-8328159

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

PR Review: https://git.openjdk.org/jmc/pull/594#pullrequestreview-2386241339
PR Review Comment: https://git.openjdk.org/jmc/pull/594#discussion_r1811348699


More information about the jmc-dev mailing list