-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: infrastructure
-
b26
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8056436 | emb-9 | Weijun Wang | P3 | Resolved | Fixed | b26 |
In ProblemList.txt, we have
# jdk_jdi
# 6983531
com/sun/jdi/BadHandshakeTest.java linux-all, windows-all
but the test is only excluded on windows and it still runs on linux.
Looks like the reason is the space between the 2 platform names. It was supported when Makefile parsed the problem list file itself, but seems jtreg does not like it.
There are 3 more similar entries in ProblemList.txt, all having the same problem.
# jdk_jdi
# 6983531
com/sun/jdi/BadHandshakeTest.java linux-all, windows-all
but the test is only excluded on windows and it still runs on linux.
Looks like the reason is the space between the 2 platform names. It was supported when Makefile parsed the problem list file itself, but seems jtreg does not like it.
There are 3 more similar entries in ProblemList.txt, all having the same problem.
- backported by
-
JDK-8056436 No space allowed in platforms string in ProblemList.txt
-
- Resolved
-