-
Bug
-
Resolution: Fixed
-
P4
-
8u20, 9
-
b08
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045091 | 8u25 | Matherey Nunez | P4 | Resolved | Fixed | b01 |
JDK-8039798 | 8u20 | Matherey Nunez | P4 | Resolved | Fixed | b11 |
JDK-8052491 | emb-8u26 | Matherey Nunez | P4 | Resolved | Fixed | b18 |
Following tests cases fail when running via ant.
jdk.nashorn.internal.runtime.NoPersistenceCachingTest::threeContextTest
jdk.nashorn.internal.runtime.NoPersistenceCachingTest::twoContextTest
<testcase name="twoContextTest" time="0.023" classname="jdk.nashorn.internal.runtime.NoPersistenceCachingTest">
<error type="java.lang.AssertionError" message="Number of cache hit is not correct, expected: 1 and found: 0
">
<![CDATA[java.lang.AssertionError: Number of cache hit is not correct, expected: 1 and found: 0
<testcase name="threeContextTest" time="0.035" classname="jdk.nashorn.internal.runtime.NoPersistenceCachingTest">
<error type="java.lang.AssertionError" message="Number of cache hit is not correct, expected: 2 and found: 0
">
<![CDATA[java.lang.AssertionError: Number of cache hit is not correct, expected: 2 and found: 0
The cause is known and the fix is in the webrev https://java.se.oracle.com/code/cru/CR-JDK9DEV-162
jdk.nashorn.internal.runtime.NoPersistenceCachingTest::threeContextTest
jdk.nashorn.internal.runtime.NoPersistenceCachingTest::twoContextTest
<testcase name="twoContextTest" time="0.023" classname="jdk.nashorn.internal.runtime.NoPersistenceCachingTest">
<error type="java.lang.AssertionError" message="Number of cache hit is not correct, expected: 1 and found: 0
">
<![CDATA[java.lang.AssertionError: Number of cache hit is not correct, expected: 1 and found: 0
<testcase name="threeContextTest" time="0.035" classname="jdk.nashorn.internal.runtime.NoPersistenceCachingTest">
<error type="java.lang.AssertionError" message="Number of cache hit is not correct, expected: 2 and found: 0
">
<![CDATA[java.lang.AssertionError: Number of cache hit is not correct, expected: 2 and found: 0
The cause is known and the fix is in the webrev https://java.se.oracle.com/code/cru/CR-JDK9DEV-162
- backported by
-
JDK-8039798 NoPersistenceCachingTest fails with ant test
- Resolved
-
JDK-8045091 NoPersistenceCachingTest fails with ant test
- Resolved
-
JDK-8052491 NoPersistenceCachingTest fails with ant test
- Resolved