-
Bug
-
Resolution: Fixed
-
P2
-
6u91
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8065154 | 6u91 | Unassigned | P2 | Closed | Fixed | b09 |
Jtreg exits with failure status 5, because of a malformed html file used as a resource of jtreg.
/home/aeriksso/sources/jdk6u-cpu/j2se/test/javax/script/6529579/Test6529579.html has the wrong closing tag for the comment on the first row.
It is > but should be -->.
This file only exist in the jdk6u repo.
This is making all the jtreg tests fail when running jdk6u-cpu/j2se on the sustaining jprt queue.
The problem appears no matther what test is run.
# ~/tools/jtreg/linux/bin/jtreg -v:fail -jdk:$JAVA_HOME ~/sources/jdk6u-cpu/j2se/test/com/sun/crypto/provider/KeyAgreement/RobustDHKeyExchange.java
--------------------------------------------------
TEST: com/sun/crypto/provider/KeyAgreement/RobustDHKeyExchange.java
TEST RESULT: Passed. Execution successful
--------------------------------------------------
Test results: passed: 1
Error: Problem reading file /home/aeriksso/sources/jdk6u-cpu/j2se/test/javax/script/6529579/Test6529579.html.
Report written to /home/aeriksso/sources/jdk6u-cpu/j2se/JTreport/html/report.html
Results written to /home/aeriksso/sources/jdk6u-cpu/j2se/JTwork
# echo $?
5
/home/aeriksso/sources/jdk6u-cpu/j2se/test/javax/script/6529579/Test6529579.html has the wrong closing tag for the comment on the first row.
It is > but should be -->.
This file only exist in the jdk6u repo.
This is making all the jtreg tests fail when running jdk6u-cpu/j2se on the sustaining jprt queue.
The problem appears no matther what test is run.
# ~/tools/jtreg/linux/bin/jtreg -v:fail -jdk:$JAVA_HOME ~/sources/jdk6u-cpu/j2se/test/com/sun/crypto/provider/KeyAgreement/RobustDHKeyExchange.java
--------------------------------------------------
TEST: com/sun/crypto/provider/KeyAgreement/RobustDHKeyExchange.java
TEST RESULT: Passed. Execution successful
--------------------------------------------------
Test results: passed: 1
Error: Problem reading file /home/aeriksso/sources/jdk6u-cpu/j2se/test/javax/script/6529579/Test6529579.html.
Report written to /home/aeriksso/sources/jdk6u-cpu/j2se/JTreport/html/report.html
Results written to /home/aeriksso/sources/jdk6u-cpu/j2se/JTwork
# echo $?
5
- backported by
-
JDK-8065154 [TEST BUG] Jtreg Error: Problem reading file .../j2se/test/javax/script/6529579/Test6529579.html.
- Closed