The following 5 "api/java_lang" tests fail on solaris(sparc/x86) 2.6,7,8 for Ladybird B08 (JCK1.3). (Switches: -server, -client, -server-Xcomp)
Read below for detailed Info.
JDK Inforamtion:
================
jdk1.3.1beta/bin/java -fullversion
java full version "1.3.1beta-b08"
JCK/Testname Information:
=========================
JCK 1.3
1) api/java_lang/Double
api/java_lang/Double/descriptions.html#intValue16: (1 test failed)
api/java_lang/Double/descriptions.html#longValue37: (1 test failed)
api/java_lang/Double/descriptions.html#longBitsToDouble4: (7 tests failed)
2) api/java_lang/Float
api/java_lang/Float/descriptions.html#intValue19: (1 test failed)
api/java_lang/Float/descriptions.html#longValue43: (1 test failed)
------------------------------------------------------------------------------
Machine Info:
=============
SPARC:
------
jtg-s120>uname -a
SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
jtg-s120>psrinfo -v
Status of processor 0 as of: 11/20/00 15:03:39
Processor has been on-line since 09/30/00 12:09:52.
The sparcv9 processor operates at 360 MHz,
and has a sparcv9 floating point processor.
Status of processor 2 as of: 11/20/00 15:03:39
Processor has been on-line since 09/30/00 12:09:53.
The sparcv9 processor operates at 360 MHz,
and has a sparcv9 floating point processor.
x86:
----
jtg-i112>uname -a
SunOS jtg-i112 5.8 Generic i86pc i386 i86pc
jtg-i112>psrinfo -v
Status of processor 0 as of: 11/20/00 14:54:40
Processor has been on-line since 09/30/00 12:02:02.
The i386 processor operates at 450 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 11/20/00 14:54:40
Processor has been on-line since 09/30/00 12:02:06.
The i386 processor operates at 450 MHz,
and has an i387 compatible floating point processor.
-----------------------------------------------------------------------------
How to reproduce:
=================
Please use the respective script to reproduce the particular test failure.
api/java_lang/Double/descriptions.html#intValue16 - intValue16-server-Xcomp.ksh
api/java_lang/Double/descriptions.html#longValue37 - longValue37-sever-Xcomp.ksh
api/java_lang/Double/descriptions.html#longBitsToDouble4 - longBitsToDouble4.ksh
api/java_lang/Float/descriptions.html#intValue19 - inValue19-server-Xcomp.ksh
api/java_lang/Float/descriptions.html#longValue43 - longValue43-server-Xcomp.ksh
--------------------------------------------------------------------------
ERROR MESSAGES --->
ERROR MESSAGE: (api/java_lang/Double/descriptions.html#intValue16)
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (int)OUT.doubleValue()
- result == (int)OUT.doubleValue()
Test Status : Assertions failed: All Assertions Checked
ERROR MESSAGE: (api/java_lang/Double/descriptions.html#longValue37)
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (long)Double.longBitsToDouble(0x7ff8000000000000L)
- result == (long)Double.longBitsToDouble(0x7ff8000000000000L)
Test Status : Assertions failed: All Assertions Checked
ERROR MESSAGE: (api/java_lang/Double/descriptions.html#longBitsToDouble4)
--------------
a couple of errors ->
Index of factory objects : 0:8
List of Assertion Failures:
- DoubleAux.checkDoubleToLongBits(bits, result)
- DoubleAux.checkDoubleToLongBits(bits, result)
Test Status : Assertions failed: All Assertions Checked
Index of factory objects : 0:11
List of Assertion Failures:
- Double.isNaN(result)
- Double.isNaN(result)
Test Status : Assertions failed: All Assertions
ERROR MESSAGE: api/java_lang/Float/descriptions.html#intValue19:
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (int)OUT.floatValue()
- result == (int)OUT.floatValue()
Test Status : Assertions failed: All Assertions Checked
ERROR MESSAGE: api/java_lang/Float/descriptions.html#longValue43:
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (long)Float.intBitsToFloat(0x7fc00000)
- result == (long)Float.intBitsToFloat(0x7fc00000)
Test Status : Assertions failed: All Assertions Checked
----------------------------------------------------------------------------
takwing.cheung@Eng 2000-11-20
Read below for detailed Info.
JDK Inforamtion:
================
jdk1.3.1beta/bin/java -fullversion
java full version "1.3.1beta-b08"
JCK/Testname Information:
=========================
JCK 1.3
1) api/java_lang/Double
api/java_lang/Double/descriptions.html#intValue16: (1 test failed)
api/java_lang/Double/descriptions.html#longValue37: (1 test failed)
api/java_lang/Double/descriptions.html#longBitsToDouble4: (7 tests failed)
2) api/java_lang/Float
api/java_lang/Float/descriptions.html#intValue19: (1 test failed)
api/java_lang/Float/descriptions.html#longValue43: (1 test failed)
------------------------------------------------------------------------------
Machine Info:
=============
SPARC:
------
jtg-s120>uname -a
SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
jtg-s120>psrinfo -v
Status of processor 0 as of: 11/20/00 15:03:39
Processor has been on-line since 09/30/00 12:09:52.
The sparcv9 processor operates at 360 MHz,
and has a sparcv9 floating point processor.
Status of processor 2 as of: 11/20/00 15:03:39
Processor has been on-line since 09/30/00 12:09:53.
The sparcv9 processor operates at 360 MHz,
and has a sparcv9 floating point processor.
x86:
----
jtg-i112>uname -a
SunOS jtg-i112 5.8 Generic i86pc i386 i86pc
jtg-i112>psrinfo -v
Status of processor 0 as of: 11/20/00 14:54:40
Processor has been on-line since 09/30/00 12:02:02.
The i386 processor operates at 450 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 11/20/00 14:54:40
Processor has been on-line since 09/30/00 12:02:06.
The i386 processor operates at 450 MHz,
and has an i387 compatible floating point processor.
-----------------------------------------------------------------------------
How to reproduce:
=================
Please use the respective script to reproduce the particular test failure.
api/java_lang/Double/descriptions.html#intValue16 - intValue16-server-Xcomp.ksh
api/java_lang/Double/descriptions.html#longValue37 - longValue37-sever-Xcomp.ksh
api/java_lang/Double/descriptions.html#longBitsToDouble4 - longBitsToDouble4.ksh
api/java_lang/Float/descriptions.html#intValue19 - inValue19-server-Xcomp.ksh
api/java_lang/Float/descriptions.html#longValue43 - longValue43-server-Xcomp.ksh
--------------------------------------------------------------------------
ERROR MESSAGES --->
ERROR MESSAGE: (api/java_lang/Double/descriptions.html#intValue16)
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (int)OUT.doubleValue()
- result == (int)OUT.doubleValue()
Test Status : Assertions failed: All Assertions Checked
ERROR MESSAGE: (api/java_lang/Double/descriptions.html#longValue37)
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (long)Double.longBitsToDouble(0x7ff8000000000000L)
- result == (long)Double.longBitsToDouble(0x7ff8000000000000L)
Test Status : Assertions failed: All Assertions Checked
ERROR MESSAGE: (api/java_lang/Double/descriptions.html#longBitsToDouble4)
--------------
a couple of errors ->
Index of factory objects : 0:8
List of Assertion Failures:
- DoubleAux.checkDoubleToLongBits(bits, result)
- DoubleAux.checkDoubleToLongBits(bits, result)
Test Status : Assertions failed: All Assertions Checked
Index of factory objects : 0:11
List of Assertion Failures:
- Double.isNaN(result)
- Double.isNaN(result)
Test Status : Assertions failed: All Assertions
ERROR MESSAGE: api/java_lang/Float/descriptions.html#intValue19:
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (int)OUT.floatValue()
- result == (int)OUT.floatValue()
Test Status : Assertions failed: All Assertions Checked
ERROR MESSAGE: api/java_lang/Float/descriptions.html#longValue43:
--------------
Index of factory objects : 6
List of Assertion Failures:
- result == (long)Float.intBitsToFloat(0x7fc00000)
- result == (long)Float.intBitsToFloat(0x7fc00000)
Test Status : Assertions failed: All Assertions Checked
----------------------------------------------------------------------------
takwing.cheung@Eng 2000-11-20
- duplicates
-
JDK-4398336 java.lang.Float.longValue43Tests (JCK) fail on win32 with ladybird - latest VM.
-
- Closed
-
-
JDK-4398341 java.lang.Float.intValue19Tests (JCK) fail on win32 with ladybird - latest VM.
-
- Closed
-