JDK-7055247 : Ignore test of # 7020373
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-06-15
  • Updated: 2013-04-24
  • Resolved: 2011-06-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b146Fixed
Description
As a part of 7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
testcase output check was modified. Now we need to ignore the whole test for all platform to run for jdk7.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/bca686989d4b
23-08-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/bca686989d4b
19-08-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/bca686989d4b
19-08-2011

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/a884a8b0ec6d
18-06-2011

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/a884a8b0ec6d
17-06-2011

SUGGESTED FIX diff --git a/test/runtime/7020373/Test7020373.sh b/test/runtime/7020373/Test7020373.sh --- a/test/runtime/7020373/Test7020373.sh +++ b/test/runtime/7020373/Test7020373.sh @@ -2,9 +2,10 @@ ## ## @test -## @bug 7020373 +## @bug 7020373 7055247 ## @key cte_test ## @summary JSR rewriting can overflow memory address size variables +## @ignore Ignore it until 7053586 fixed ## @run shell Test7020373.sh ##
15-06-2011

EVALUATION need to add @ignore tag.
15-06-2011