JDK-4791148 : JCK1.4a-runtime api/java_awt/interactive/InsetsTest.html#InsetsTest failed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Closed
  • Resolution: Incomplete
  • OS: linux,solaris_8,windows_2000
  • CPU: x86,sparc,itanium
  • Submitted: 2002-12-10
  • Updated: 2012-02-24
  • Resolved: 2012-02-24
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Name: iaR10016			Date: 12/09/2002


Filed By       : J2SE-SQA [###@###.###
JDK            : JDK1.4.2-b09, JDK1.4.0, JDK1.4.1
JCK            : JCK1.4a-runtime
Platform[s]    : SuSe 8.0 (GNOME), RedHat Linux 7.3 (GNOME), Windows 2000, Solaris Sparc, Solaris x86
switch/Mode    : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling tests  : api/java_awt/interactive/InsetsTest.html#InsetsTest [InsetsTest0001]

JCK1.4a-runtime api/java_awt/interactive/InsetsTest.html#InsetsTest test fails with JDK1.4.0, JDK1.4.1,
JDK1.4.2.

If Top, Right, Left or Bottom value of Insets is -2147483648 (min int value) tested blue rectangle
dissappears unexpectedly. Please note that the rectangle behaves correctly with -2147483628 inset and
start to fail with -2147483629.

Test source location:
=====================
/java/re/jck/1.4a/promoted/fcs/binaries/JCK-runtime-14a/tests/api/java_awt/interactive/InsetsTest.java

jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/mantis/b09/jck14a/linux/suse8.0_gnome_server_linux-19/workDir/api-interactive/java_awt/interactive/InsetsTest_InsetsTest.jtr

How to reproduce:
=================
Run the following script (you may need to change its variables):
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.4a/promoted/fcs/binaries/JCK-runtime-14a"
JDK="/net/jdk/export/disk8/local.java/jdk1.4/linux-i386"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.InsetsTest -TestCaseID InsetsTest0001
--- script end ---

Specific machine info:
======================
Hostname: linux-19
OS: SuSe 8.0 (GNOME)

Hostname: linux-22
OS: Windows 2000

======================================================================

Comments
EVALUATION Commit to fix in Tiger (JCK failure, not red for Mantis) ###@###.### 2002-12-10
10-12-2002