Seeing test failures in graphics scrum for ListViewKeyInputTest on Mac

Kevin Rushforth kevin.rushforth at oracle.com
Thu Sep 26 17:08:44 PDT 2013


And I see I'm a bit too late with this information. Thanks for fixing 
it, Richard!

-- Kevin


Kevin Rushforth wrote:
> Yes, this is a known issue:  
> https://javafx-jira.kenai.com/browse/RT-33015
>
> -- Kevin
>
>
> Richard Bair wrote:
>> Is anybody else seeing these? Have we seen them on hudson?
>>
>> javafx.scene.control.ListViewKeyInputTest > 
>> test_rt21375_scenario_2_down FAILED
>>     java.lang.AssertionError: expected:<3> but was:<5>
>>         at org.junit.Assert.fail(Assert.java:91)
>>         at org.junit.Assert.failNotEquals(Assert.java:645)
>>         at org.junit.Assert.assertEquals(Assert.java:126)
>>         at org.junit.Assert.assertEquals(Assert.java:470)
>>         at org.junit.Assert.assertEquals(Assert.java:454)
>>         at 
>> javafx.scene.control.ListViewKeyInputTest.test_rt21375_scenario_2_down(ListViewKeyInputTest.java:1425) 
>>
>>
>> javafx.scene.control.ListViewKeyInputTest > 
>> test_rt21375_scenario_3_down FAILED
>>     java.lang.AssertionError: expected:<4> but was:<5>
>>         at org.junit.Assert.fail(Assert.java:91)
>>         at org.junit.Assert.failNotEquals(Assert.java:645)
>>         at org.junit.Assert.assertEquals(Assert.java:126)
>>         at org.junit.Assert.assertEquals(Assert.java:470)
>>         at org.junit.Assert.assertEquals(Assert.java:454)
>>         at 
>> javafx.scene.control.ListViewKeyInputTest.test_rt21375_scenario_3_down(ListViewKeyInputTest.java:1446) 
>>
>>
>> (16 failures in total)
>>
>> Richard


More information about the openjfx-dev mailing list