-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: javafx
-
Environment:
jdk-9 + FX 9-dev
Ubuntu 14.04
I see the following two test failures on my Linux machine about 1/3 of the time.
test.robot.javafx.scene.AfterModalClosedTest > testResizability FAILED
java.lang.AssertionError: Window is not resized
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at test.robot.javafx.scene.AfterModalClosedTest.testResizability(AfterModalClosedTest.java:121)
test.javafx.stage.ChildStageLocationTest > testLocation FAILED
junit.framework.AssertionFailedError: Child stage X location should be >924.5
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at test.javafx.stage.ChildStageLocationTest.testLocation(ChildStageLocationTest.java:90)
These are new unit tests, and is likely a problem with the tests.
test.robot.javafx.scene.AfterModalClosedTest > testResizability FAILED
java.lang.AssertionError: Window is not resized
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at test.robot.javafx.scene.AfterModalClosedTest.testResizability(AfterModalClosedTest.java:121)
test.javafx.stage.ChildStageLocationTest > testLocation FAILED
junit.framework.AssertionFailedError: Child stage X location should be >924.5
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at test.javafx.stage.ChildStageLocationTest.testLocation(ChildStageLocationTest.java:90)
These are new unit tests, and is likely a problem with the tests.
- relates to
-
JDK-8206430 Use consistent pattern for startup in FX system tests
-
- Resolved
-
-
JDK-8196592 Mark unstable tests so they will be skipped until fixed
-
- Resolved
-