Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20040407 (Timestamp: 200404070010):Automated JUnit testing complete. Test failures/errors occurred.

The failure in JDT Debug's testModeSpecificTabGroups test is due to a 
Workbench change in the implementation of getActiveWorkbenchWindow.
This should not be called from a non-UI thread (as with most other 
workbench methods).  It previously returned null in this case, but now 
fails early.
This was unspec'ed behaviour and in my view, failing early is better than 
returning a wrong result.

For more details, and an example illustrating how confusing the old 
behaviour was, please see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=57384

Also, in general, it's better to hang onto your context (view, editor, 
whatever) and obtain the window from that rather than using 
getActiveWorkbenchWindow.

Nick





eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-admin@xxxxxxxxxxx
04/07/2004 08:55 AM
Please respond to
platform-releng-dev


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[platform-releng-dev] [eclipse-build]Build N20040407 (Timestamp: 
200404070010):Automated JUnit testing complete.  Test failures/errors 
occurred.






Build N20040407 (Timestamp: 200404070010):  Automated JUnit testing is 
complete.  Test failures/errors occurred in the following: 

org.eclipse.ant.tests.ui_linux.gtk
org.eclipse.ant.tests.ui_winxp
org.eclipse.core.expressions.tests_linux.gtk
org.eclipse.core.expressions.tests_winxp
org.eclipse.jdt.debug.tests_linux.gtk
org.eclipse.jdt.debug.tests_winxp
org.eclipse.team.tests.cvs_linux.gtk
org.eclipse.team.tests.cvs_winxp

HTTP Download:

                 
http://download.eclipse.org/downloads/drops/N-N20040407-200404070010 

FTP Download:

                 user: anonymous
                 password: (e-mail address or leave blank)
                 server:  download.eclipse.org
                 cd to directory:  N-N20040407-200404070010

                 or

                 ftp://download.eclipse.org/N-N20040407-200404070010
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-releng-dev




Back to the top