On Tue, 8 Sep 2026 22:57:55 GMT, Marius Hanl <[email protected]> wrote:
>> org.opentest4j.AssertionFailedError: expected: <true> but was: <false> >> at >> org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) >> at >> org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) >> at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) >> at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) >> at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31) >> at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183) >> at >> test.com.sun.glass.ui.headless.HeadlessApplicationKeyCombinationTest.testKeyCharacterCombinationMatching(HeadlessApplicationKeyCombinationTest.java:74) >> at java.base/java.lang.reflect.Method.invoke(Method.java:565) >> at java.base/java.util.ArrayList.forEach(ArrayList.java:1604) >> at java.base/java.util.ArrayList.forEach(ArrayList.java:1604) >> >> >> >> in eclipse > > could you set a breakpoint and tell me what it tried to match? Probably because in the `KeyEvent`, `ctrl` is down and not `meta`. This is an interesting case. We could, for headless tests overwrite that, but I would prefer doing that in a follow up. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2297#discussion_r3963023126
