-
Bug
-
Resolution: Fixed
-
P3
-
7u6
-
None
-
Windows 7
JDK 7u4 32-bit
JavaFX 2.2 b12
I am getting intermittent test failures when running javafx.stage.PopupTest with JDK 7u4. Usually one or two tests will fail: testAutofixActivationAfterShow and sometimes testBasicAutofix. Rarely, all of the tests pass. Here is the output:
Testsuite: javafx.stage.PopupTest
Tests run: 24, Failures: 2, Errors: 0, Time elapsed: 0.293 sec
Testcase: testAutofixActivationAfterShow(javafx.stage.PopupTest): FAILED
expected:<200.0> but was:<100.0>
junit.framework.AssertionFailedError: expected:<200.0> but was:<100.0>
at javafx.stage.PopupTest.testAutofixActivationAfterShow(PopupTest.java:350)
Testcase: testBasicAutofix(javafx.stage.PopupTest): FAILED
expected:<200.0> but was:<100.0>
junit.framework.AssertionFailedError: expected:<200.0> but was:<100.0>
at javafx.stage.PopupTest.testBasicAutofix(PopupTest.java:311)
Testsuite: javafx.stage.PopupTest
Tests run: 24, Failures: 2, Errors: 0, Time elapsed: 0.293 sec
Testcase: testAutofixActivationAfterShow(javafx.stage.PopupTest): FAILED
expected:<200.0> but was:<100.0>
junit.framework.AssertionFailedError: expected:<200.0> but was:<100.0>
at javafx.stage.PopupTest.testAutofixActivationAfterShow(PopupTest.java:350)
Testcase: testBasicAutofix(javafx.stage.PopupTest): FAILED
expected:<200.0> but was:<100.0>
junit.framework.AssertionFailedError: expected:<200.0> but was:<100.0>
at javafx.stage.PopupTest.testBasicAutofix(PopupTest.java:311)