This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 37268 - IDEValidation test never completes
Summary: IDEValidation test never completes
Status: CLOSED WORKSFORME
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@qa
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2003-11-16 22:20 UTC by Jesse Glick
Modified: 2011-02-17 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test log w/ thread dump (37.20 KB, text/plain)
2003-11-16 22:21 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-11-16 22:20:48 UTC
On my machine and build configuration (Linux
2.4.20, XFree86 4.3.0, JDK 1.4.0_04,
nbbuild/misc/full-build-linux.sh using VNC) for
the past week or so IDEValidation has always hung
in testMainMenu, forcing me to shut down the
tested IDE manually. The IDE does not appear hung
- its GUI is still responsive etc. if I open the
VNC client window and play with it. But the test
just stops. Including log file with thread dump.

Creating a java.awt.Robot from off the event queue
sounds very suspicious to me.
Comment 1 Jesse Glick 2003-11-16 22:21:05 UTC
Created attachment 12175 [details]
Test log w/ thread dump
Comment 2 Jiri Skrivanek 2003-12-17 08:02:15 UTC
Is it still reproducable in your environment? It works for me.
Comment 3 Jesse Glick 2003-12-17 10:42:11 UTC
Working for me currently too.

Still note the use of Robot off EQ.
Comment 4 Jesse Glick 2003-12-17 10:54:51 UTC
X
Comment 5 Jiri Skrivanek 2003-12-17 12:11:27 UTC
Initialization of Robot was replaned to EQ from version 1.10 of
RobotDriver:

http://jemmy.netbeans.org/source/browse/jemmy/src/org/netbeans/jemmy/drivers/input/RobotDriver.java