Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141801 | emb-9 | Andy Herrick | P4 | Resolved | Fixed | team |
There are a lot of junit tests failures caused by code changing and breaking assumptions make in junit test
some examples:
LauncherTest.java
calls Launcher.prepareAllResources() without any previous call (updateFinalLaunchDesc) that will set Launcher._launchDesc.
PreloaderTest.java:
constructs a new launcher without overriding it to ensure _launchDesc is set.
some examples:
LauncherTest.java
calls Launcher.prepareAllResources() without any previous call (updateFinalLaunchDesc) that will set Launcher._launchDesc.
PreloaderTest.java:
constructs a new launcher without overriding it to ensure _launchDesc is set.
- backported by
-
JDK-8141801 fix several junit test failures.
- Resolved