On Tue, 8 Sep 2026 21:18:57 GMT, Marius Hanl <[email protected]> wrote:

>> tests/system/src/test/java/test/com/sun/glass/ui/headless/HeadlessApplicationKeyCombinationTest.java
>>  line 74:
>> 
>>> 72:         match = combination.match(event);
>>> 73: 
>>> 74:         assertTrue(match);
>> 
>> this test fails on macOS
>
> what is the exact failure?

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

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2297#discussion_r3962369621

Reply via email to