-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1
-
beta2
-
x86
-
solaris_2.6
-
Not verified
Name: as83306 Date: 03/22/2001
Regression test com/sun/jdi/FetchLocals.java fails with Ladybird build 19 on sol2.6x86, host nick
This test previously passed with build XXX
For test hardware config's, see http://sqesvr.eng/st3/jdk1.4/docs/Merlin-hw.html
#Test Results (version 2)
#Fri Mar 16 13:08:38 PST 2001
#checksum:efeae685144d360
#-----testdescription-----
$file=/net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/FetchLocals.java
$root=/net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19
author=Tim Bell
keywords=bug4386002 othervm
library=scaffold
run=USER_SPECIFIED build JDIScaffold VMConnection\nUSER_SPECIFIED compile -g FetchLocals.java\nUSER_SPECIFIED main/othervm
FetchLocals\n
source=FetchLocals.java
title=Test fix for: Incorrect values reported for some locals of type long
#-----environment-----
#-----testresult-----
description=file:///net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/FetchLocals.java
end=Fri Mar 16 13:08:38 PST 2001
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
javatestOS=SunOS 5.6 (x86)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile compile compile build main
start=Fri Mar 16 13:08:05 PST 2001
status=Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
test=com/sun/jdi/FetchLocals.java
work=/export0/results/regression/ladybird/b19/nick5.6-jth13-jdk131b19-03.16-12.41-ALL/com/sun/jdi
#section:script_messages
----------messages:(1/95)----------
JDK under test: java full version "1.3.1-rc1-b19" (/net/sqesvr/export/st1/jdk1.3.1/b19/solx86)
#section:build
----------messages:(3/127)----------
command: build VMConnection
reason: User specified action: run build JDIScaffold VMConnection
elapsed time (seconds): 16.668
result: Passed. Compilation successful
#section:compile
----------messages:(3/203)----------
command: compile /net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/scaffold/JDIScaffold.java
reason: .class file out of date or does not exist
elapsed time (seconds): 8.622
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:compile
----------messages:(3/204)----------
command: compile /net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/scaffold/VMConnection.java
reason: .class file out of date or does not exist
elapsed time (seconds): 8.029
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:compile
----------messages:(3/208)----------
command: compile /net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/FetchLocals.java
reason: User specified action: run compile -g FetchLocals.java
elapsed time (seconds): 8.427
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:build
----------messages:(3/97)----------
command: build FetchLocals
reason: Named class compiled on demand
elapsed time (seconds): 0.011
result: Passed. No need to compile: FetchLocals.java
#section:main
----------messages:(3/116)----------
command: main FetchLocals
reason: User specified action: run main/othervm FetchLocals
elapsed time (seconds): 8.33
----------System.out:(43/1282)----------
run args: [FetchLocalsDebugee]
JVM version:1.3.1-rc1
JDI version: 1.3
JVM description: Java Debug Interface (Reference Implementation) version 1.3
Java Debug Wire Protocol (Reference Implementation) version 1.0
JVM Debug Interface version 1.0
JVM version 1.3.1-rc1 (Java HotSpot(TM) Client VM, interpreted mode)
FetchLocalsDebugee Starting up...
pt is: true
b is: 59
c is: Z
s is: 12345
i is: 8675309
w is: 973230999 (0x3a025397)
x is: 973230999000 (0xe2991685d8)
y is: 22 (0x16)
f is: 6.66
d is: 7.77
Tested OK: pt = true
Tested OK: pt = false
Tested OK: b = 59
Tested OK: b = 126
Tested OK: c = Z
Tested OK: c = A
Tested OK: s = 12345
Tested OK: s = -32766
Tested OK: i = 8675309
Tested OK: i = -42
Tested OK: w = 973230999
Tested OK: w = -2449767978590212352
Tested OK: x = 973230999000
Tested OK: x = -3890830798974042624
Tested OK: y = 22
Tested OK: x = -2401053089206453570
Tested OK: f = 6.66
Tested OK: f = 3.1415927
Error for d = 1.9273087287E-314 (0xe8834247) should be: 7.77 (0x401f147ae147ae14)
Error for d = 6.8627495613E-313 (0x20574cb1c5) should be: 2.718281828459045 (0x4005bf0a8b145769)
The debugger was here. w modified to: 0xde00ad00be00ef00
testMethod() returned: -3890830798974042624 (0xca00fe00ba00be00)
FetchLocalsDebugee Shutting down...
----------System.err:(12/549)----------
java.lang.Exception: FetchLocals: failed
at FetchLocals.runTests(FetchLocals.java:385)
at JDIScaffold.startTests(JDIScaffold.java:XXX3)
at FetchLocals.main(FetchLocals.java:103)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:484)
JavaTest Message: Test threw exception: java.lang.Exception: FetchLocals: failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: FetchLocals: failed
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
======================================================================
Regression test com/sun/jdi/FetchLocals.java fails with Ladybird build 19 on sol2.6x86, host nick
This test previously passed with build XXX
For test hardware config's, see http://sqesvr.eng/st3/jdk1.4/docs/Merlin-hw.html
#Test Results (version 2)
#Fri Mar 16 13:08:38 PST 2001
#checksum:efeae685144d360
#-----testdescription-----
$file=/net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/FetchLocals.java
$root=/net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19
author=Tim Bell
keywords=bug4386002 othervm
library=scaffold
run=USER_SPECIFIED build JDIScaffold VMConnection\nUSER_SPECIFIED compile -g FetchLocals.java\nUSER_SPECIFIED main/othervm
FetchLocals\n
source=FetchLocals.java
title=Test fix for: Incorrect values reported for some locals of type long
#-----environment-----
#-----testresult-----
description=file:///net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/FetchLocals.java
end=Fri Mar 16 13:08:38 PST 2001
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
javatestOS=SunOS 5.6 (x86)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile compile compile build main
start=Fri Mar 16 13:08:05 PST 2001
status=Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
test=com/sun/jdi/FetchLocals.java
work=/export0/results/regression/ladybird/b19/nick5.6-jth13-jdk131b19-03.16-12.41-ALL/com/sun/jdi
#section:script_messages
----------messages:(1/95)----------
JDK under test: java full version "1.3.1-rc1-b19" (/net/sqesvr/export/st1/jdk1.3.1/b19/solx86)
#section:build
----------messages:(3/127)----------
command: build VMConnection
reason: User specified action: run build JDIScaffold VMConnection
elapsed time (seconds): 16.668
result: Passed. Compilation successful
#section:compile
----------messages:(3/203)----------
command: compile /net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/scaffold/JDIScaffold.java
reason: .class file out of date or does not exist
elapsed time (seconds): 8.622
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:compile
----------messages:(3/204)----------
command: compile /net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/scaffold/VMConnection.java
reason: .class file out of date or does not exist
elapsed time (seconds): 8.029
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:compile
----------messages:(3/208)----------
command: compile /net/sqesvr/export/st1/regression/ladybird/jdk1.3.1Tests/tests/b19/com/sun/jdi/FetchLocals.java
reason: User specified action: run compile -g FetchLocals.java
elapsed time (seconds): 8.427
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:build
----------messages:(3/97)----------
command: build FetchLocals
reason: Named class compiled on demand
elapsed time (seconds): 0.011
result: Passed. No need to compile: FetchLocals.java
#section:main
----------messages:(3/116)----------
command: main FetchLocals
reason: User specified action: run main/othervm FetchLocals
elapsed time (seconds): 8.33
----------System.out:(43/1282)----------
run args: [FetchLocalsDebugee]
JVM version:1.3.1-rc1
JDI version: 1.3
JVM description: Java Debug Interface (Reference Implementation) version 1.3
Java Debug Wire Protocol (Reference Implementation) version 1.0
JVM Debug Interface version 1.0
JVM version 1.3.1-rc1 (Java HotSpot(TM) Client VM, interpreted mode)
FetchLocalsDebugee Starting up...
pt is: true
b is: 59
c is: Z
s is: 12345
i is: 8675309
w is: 973230999 (0x3a025397)
x is: 973230999000 (0xe2991685d8)
y is: 22 (0x16)
f is: 6.66
d is: 7.77
Tested OK: pt = true
Tested OK: pt = false
Tested OK: b = 59
Tested OK: b = 126
Tested OK: c = Z
Tested OK: c = A
Tested OK: s = 12345
Tested OK: s = -32766
Tested OK: i = 8675309
Tested OK: i = -42
Tested OK: w = 973230999
Tested OK: w = -2449767978590212352
Tested OK: x = 973230999000
Tested OK: x = -3890830798974042624
Tested OK: y = 22
Tested OK: x = -2401053089206453570
Tested OK: f = 6.66
Tested OK: f = 3.1415927
Error for d = 1.9273087287E-314 (0xe8834247) should be: 7.77 (0x401f147ae147ae14)
Error for d = 6.8627495613E-313 (0x20574cb1c5) should be: 2.718281828459045 (0x4005bf0a8b145769)
The debugger was here. w modified to: 0xde00ad00be00ef00
testMethod() returned: -3890830798974042624 (0xca00fe00ba00be00)
FetchLocalsDebugee Shutting down...
----------System.err:(12/549)----------
java.lang.Exception: FetchLocals: failed
at FetchLocals.runTests(FetchLocals.java:385)
at JDIScaffold.startTests(JDIScaffold.java:XXX3)
at FetchLocals.main(FetchLocals.java:103)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:484)
JavaTest Message: Test threw exception: java.lang.Exception: FetchLocals: failed
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: FetchLocals: failed
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: FetchLocals: failed
======================================================================
- relates to
-
JDK-4419982 JDI: two StackFrame methods return incorrect values for double
-
- Closed
-