-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b89
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8021638 | 7u60 | Thomas Ng | P3 | Resolved | Fixed | b01 |
JDK-8013890 | 7u45 | Thomas Ng | P3 | Closed | Fixed | b01 |
JDK-8014037 | 7u40 | Thomas Ng | P3 | Closed | Fixed | b24 |
JDK-8013882 | 7u25 | Thomas Ng | P3 | Closed | Fixed | b10 |
When running deploy junit testing with JDK8 on win7 using command below:
make DEPLOY_RUNTESTS=true runtests
During report generation ant exceptions are thrown complaining a result xml file was empty:
[junitreport] the file C:\deployoutput\tmp\deploy\testreports\xml\TEST-com.sun.
avaws.PreloaderTest.xml is empty.
[junitreport] This can be caused by the test JVM exiting unexpectedly
There are two problems to be addressed:
1. Why the zero length xml file is created or the root cause of the particular test case failure
2. The entire test report is not getting generated due to a single test case issue.
The issue was found on a win7 box sc11136381, which can be rdp to with id/pwd:uadmin/changeme.
ws is at C:\jdk8ws1\jdk8.
make DEPLOY_RUNTESTS=true runtests
During report generation ant exceptions are thrown complaining a result xml file was empty:
[junitreport] the file C:\deployoutput\tmp\deploy\testreports\xml\TEST-com.sun.
avaws.PreloaderTest.xml is empty.
[junitreport] This can be caused by the test JVM exiting unexpectedly
There are two problems to be addressed:
1. Why the zero length xml file is created or the root cause of the particular test case failure
2. The entire test report is not getting generated due to a single test case issue.
The issue was found on a win7 box sc11136381, which can be rdp to with id/pwd:uadmin/changeme.
ws is at C:\jdk8ws1\jdk8.
- backported by
-
JDK-8021638 Deploy Junit test issue in javaws/preloader
-
- Resolved
-
-
JDK-8013882 Deploy Junit test issue in javaws/preloader
-
- Closed
-
-
JDK-8013890 Deploy Junit test issue in javaws/preloader
-
- Closed
-
-
JDK-8014037 Deploy Junit test issue in javaws/preloader
-
- Closed
-