JDK-4921013 : Reg test test/java/awt/dnd/XDnDAcceptanceTest failed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2003-09-11
  • Updated: 2003-09-23
  • Resolved: 2003-09-23
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.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Relates :  
Description

Name: agR10216			Date: 09/11/2003


#Test Results (version 2)
#Thu Sep 11 13:35:05 MSD 2003
#checksum:16128d5aa71e188f
#-----testdescription-----
$file=/.automount/titan/root/export1/gas/tiger/test/java/awt/dnd/XDnDAcceptanceTest/XDnDAcceptanceTest.html
$root=/.automount/titan/root/export1/gas
author=###@###.### area=dnd
keywords=bug4638443
run=USER_SPECIFIED applet XDnDAcceptanceTest.html\n
source=XDnDAcceptanceTest.html
title=tests the basic DnD functionality for XDnD protocol

#-----environment-----

#-----testresult-----
description=file:///.automount/titan/root/export1/gas/tiger/test/java/awt/dnd/XDnDAcceptanceTest/XDnDAcceptanceTest.html
end=Thu Sep 11 13:35:05 MSD 2003
environment=regtest
execStatus=Failed. Execution failed: Program `/set/jdk-builds/JDK1.5.0b18/linux-i586/bin/java' interrupted! (timed out?)
javatestOS=Linux 2.4.20-8 (i386)
javatestVersion=2.1.6
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build applet
start=Thu Sep 11 13:33:04 MSD 2003
status=Failed. Execution failed: Program `/set/jdk-builds/JDK1.5.0b18/linux-i586/bin/java' interrupted! (timed out?)
test=tiger/test/java/awt/dnd/XDnDAcceptanceTest/XDnDAcceptanceTest.html
work=/home/gas/bugs/test/l/JTwork/tiger/test/java/awt/dnd/XDnDAcceptanceTest

#section:script_messages
----------messages:(5/255)----------
JDK under test: (/set/jdk-builds/JDK1.5.0b18/linux-i586)
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b18)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b18, mixed mode)
Timeout signalled after 120.0 seconds

#section:build
----------messages:(3/105)----------
command: build XDnDAcceptanceTest
reason: Named class compiled on demand
elapsed time (seconds): 0.0060
result: Passed. No need to compile: XDnDAcceptanceTest.java

#section:applet
----------messages:(3/139)----------
command: applet XDnDAcceptanceTest.html
reason: User specified action: run applet XDnDAcceptanceTest.html
elapsed time (seconds): 120.351
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Failed. Execution failed: Program `/set/jdk-builds/JDK1.5.0b18/linux-i586/bin/java' interrupted! (timed out?)


test result: Failed. Execution failed: Program `/set/jdk-builds/JDK1.5.0b18/linux-i586/bin/java' interrupted! (timed out?)


###@###.### 2003-09-11
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b21
24-08-2004

SUGGESTED FIX Name: agR10216 Date: 09/11/2003 *** /tmp/geta18968 Thu Sep 11 15:40:25 2003 --- xdnd-child.c Thu Sep 11 14:22:23 2003 *************** *** 273,279 **** dest_w = child_w; type = None; ! XGetWindowProperty(dpy, dest_w, _XA_XdndAware, 0, 0, False, AnyPropertyType, &type, &format, &nitems, &after, &data); --- 273,279 ---- dest_w = child_w; type = None; ! XGetWindowProperty(dpy, dest_w, _XA_XdndAware, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &after, &data); *************** *** 302,308 **** return; } ! XGetWindowProperty(dpy, win, _XA_XdndAware, 0, 0, False, AnyPropertyType, &type, &format, &nitems, &after, &data); --- 302,308 ---- return; } ! XGetWindowProperty(dpy, win, _XA_XdndAware, 0, 1, False, AnyPropertyType, &type, &format, &nitems, &after, &data); ###@###.### 2003-09-11 ======================================================================
11-09-2003

EVALUATION Name: agR10216 Date: 09/11/2003 The failure caused by the typos in the test. ###@###.### 2003-09-11 ======================================================================
11-09-2003