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

Summary: Commit validation test failure: IDEValidation.testDebugging: TimeoutExpiredException: Dialog with title "Finish Debugging Sessions"
Product: ide Reporter: Jesse Glick <jglick>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Log report (testEditor has also been failing in continuous builds, so ignore)
jemmy.log
screen.png
screenBeforeCleanup.png

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.