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 40436 - Commit validation test failure: IDEValidation.testDebugging: TimeoutExpiredException: Dialog with title "Finish Debugging Sessions"
Summary: Commit validation test failure: IDEValidation.testDebugging: TimeoutExpiredEx...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-02-24 20:45 UTC by Jesse Glick
Modified: 2004-02-25 10:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log report (testEditor has also been failing in continuous builds, so ignore) (12.80 KB, text/html)
2004-02-24 20:46 UTC, Jesse Glick
Details
jemmy.log (4.27 KB, text/plain)
2004-02-24 20:46 UTC, Jesse Glick
Details
screen.png (19.34 KB, image/png)
2004-02-24 20:47 UTC, Jesse Glick
Details
screenBeforeCleanup.png (19.40 KB, image/png)
2004-02-24 20:47 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-02-24 20:45:15 UTC
Current dev build. This test has failed for me on
other occasions recently, I think.
Comment 1 Jesse Glick 2004-02-24 20:46:12 UTC
Created attachment 13621 [details]
Log report (testEditor has also been failing in continuous builds, so ignore)
Comment 2 Jesse Glick 2004-02-24 20:46:48 UTC
Created attachment 13622 [details]
jemmy.log
Comment 3 Jesse Glick 2004-02-24 20:47:11 UTC
Created attachment 13623 [details]
screen.png
Comment 4 Jesse Glick 2004-02-24 20:47:36 UTC
Created attachment 13624 [details]
screenBeforeCleanup.png
Comment 5 Jesse Glick 2004-02-24 20:50:12 UTC
Using nbbuild/misc/full-build-linux.sh, mwm window manager inside
1024x768 VNC X server, JDK 1.4.2, Linux 2.4.20,
moduleconfig=stable-with-apisupport.
Comment 6 Jiri Skrivanek 2004-02-25 10:13:01 UTC
From screenBeforeCleanup.png it follows that context menu was opened
at wrong position. It should be open in editor area. It was probably
caused by scrolling. I changed IDEValidation to open context menu at
the center of editor. It should help.