-
Bug
-
Resolution: Fixed
-
P4
-
hs24, hs25, 7u40
-
Solaris only failure
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8012396 | 8 | Mikael Gerdin | P4 | Resolved | Fixed | b86 |
JDK-8217504 | 7 | Vaibhav Choudhary | P4 | Closed | Won't Fix |
test bug in
test/gc/6941923
shell script is using bash based test commands. This test is not conformant to
jtreg spec.
jtreg tag spec calls for Bourne shell so scripts that have been written to use bash are skirting on the edge of the spec: http://openjdk.java.net/jtreg/tag-spec.txt
Test needs fixing so it can pass on Solaris platforms.
-e does not exist in bourne.
multiplication will fail.
-ge will fail.
test/gc/6941923
shell script is using bash based test commands. This test is not conformant to
jtreg spec.
jtreg tag spec calls for Bourne shell so scripts that have been written to use bash are skirting on the edge of the spec: http://openjdk.java.net/jtreg/tag-spec.txt
Test needs fixing so it can pass on Solaris platforms.
-e does not exist in bourne.
multiplication will fail.
-ge will fail.
- backported by
-
JDK-8012396 TEST-BUG : test case is using bash style tests. Default shell for jtreg is bourne. thus failure
-
- Resolved
-
-
JDK-8217504 TEST-BUG : test case is using bash style tests. Default shell for jtreg is bourne. thus failure
-
- Closed
-