JDK-4391548 : Regression test java/awt/event/MouseEvent/RobotLWTest/RobotLWTest.java Failing
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS:
    generic,linux,solaris_8,windows_98,windows_2000 generic,linux,solaris_8,windows_98,windows_2000
  • CPU: generic,x86,sparc
  • Submitted: 2000-11-21
  • Updated: 2001-11-05
  • Resolved: 2001-09-26
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
1.4.0 beta3Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
 
naveena.suryadevara@Eng 2000-11-21

JDK version: Merlin beta build#40
Regression test: java/awt/event/MouseEvent/RobotLWTest/RobotLWTest.java

Note: this tes is failing on solarsi2.8, linux, win2000,win98

Test results on solaris8:

#section:script_messages
----------messages:(1/98)----------
JDK under test: java full version "1.4.0beta-b40" (/net/sqesvr/export/st1/jdk14-beta/b40/solaris)

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

#section:applet
----------messages:(3/123)----------
command: applet RobotLWTest.html
reason: User specified action: run applet RobotLWTest.html 
elapsed time (seconds): 11.84
----------System.out:(0/0)----------
----------System.err:(7/311)----------
java.lang.RuntimeException: The test was not completed.

java.lang.RuntimeException: RobotLWTest failed. Mouse Capture failed
	at RobotLWTest.start(RobotLWTest.java:129)
	at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:145)
	at java.lang.Thread.run(Thread.java:565)
STATUS:Failed.
result: Failed. Execution failed


test result: Failed. Execution failed 

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta3 FIXED IN: merlin-beta3 INTEGRATED IN: merlin-beta3 VERIFIED IN: merlin-beta3
14-06-2004

WORK AROUND
11-06-2004

SUGGESTED FIX
11-06-2004

PUBLIC COMMENTS
10-06-2004

EVALUATION I think the failure is caused by the incorrect doc tag in RobotLWTest.java The tag says: @test RobotLWTest.html But should say: test RobotLWTest.java Changing the tag made the test pass. eric.hawkes@eng 2000-11-29 Tested this again with build 66 (merlin-beta2). It passed on Solaris, but fails on Windows. I only see one mouse release, not two. The failure has nothing to do with the test tags. I fixed them and put the file corrected tags into the master. Still fails on windows. eric.hawkes@eng 2001-06-01 This is a real-problem, and it is not with the test, but with the mouse Events. Problem is duplicated on Windows. richard.ray@eng 2001-06-11 ###@###.### 2001-11-04 This bug was verified with Merlin build 84 on win32 and Solsparc.
11-06-2001