Seeing test failures in graphics scrum for ListViewKeyInputTest on Mac
Kevin Rushforth
kevin.rushforth at oracle.com
Thu Sep 26 17:01:15 PDT 2013
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