-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b77
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8010033 | 7u40 | Dmitry Cherepanov | P4 | Resolved | Fixed | team |
JDK-8007359 | 7u21 | Dmitry Cherepanov | P4 | Closed | Fixed |
Tested on Mac with latest JDK8.
There are at least two failures:
- testshowOpenDialog failure
FileOpenService show open dialog expected:<-1> but was:<8>
junit.framework.AssertionFailedError: FileOpenService show open dialog expected:<-1> but was:<8>
at com.sun.jnlp.FileOpenServiceImplTest.testshowOpenDialog(Unknown Source)
at sun.tests.junit.DeployTestCase.runBare(Unknown Source)
- testshowOpenMultipleDialog failure
FileOpenService show open multiple file dialog expected:<-1> but was:<8>
junit.framework.AssertionFailedError: FileOpenService show open multiple file dialog expected:<-1> but was:<8>
at com.sun.jnlp.FileOpenServiceImplTest.testshowOpenMultipleDialog(Unknown Source)
at sun.tests.junit.DeployTestCase.runBare(Unknown Source)
There are at least two failures:
- testshowOpenDialog failure
FileOpenService show open dialog expected:<-1> but was:<8>
junit.framework.AssertionFailedError: FileOpenService show open dialog expected:<-1> but was:<8>
at com.sun.jnlp.FileOpenServiceImplTest.testshowOpenDialog(Unknown Source)
at sun.tests.junit.DeployTestCase.runBare(Unknown Source)
- testshowOpenMultipleDialog failure
FileOpenService show open multiple file dialog expected:<-1> but was:<8>
junit.framework.AssertionFailedError: FileOpenService show open multiple file dialog expected:<-1> but was:<8>
at com.sun.jnlp.FileOpenServiceImplTest.testshowOpenMultipleDialog(Unknown Source)
at sun.tests.junit.DeployTestCase.runBare(Unknown Source)
- backported by
-
JDK-8010033 FileOpenServiceImplTest test fails
-
- Resolved
-
-
JDK-8007359 FileOpenServiceImplTest test fails
-
- Closed
-