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 I20060215-1600 (Timestamp: 200602151600):Automated JUnit testing complete. Test failures/errors occurred.


The debug problem was addressed in the 8PM build.

Darin Wright



Daniel Megert <daniel_megert@xxxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

02/16/2006 03:07 AM

Please respond to
"Eclipse platform release engineering list."

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-releng-dev] [eclipse-build]Build        I20060215-1600        (Timestamp: 200602151600):Automated        JUnit testing complete.        Test failures/errors occurred.





The JDT UI errors are caused by NPEs in:

     1.    at
org.eclipse.debug.internal.ui.actions.breakpoints.RetargetMethodBreakpointAction.canPerformAction(RetargetMethodBreakpointAction.java:36)

     2.    at
org.eclipse.debug.internal.ui.actions.breakpoints.RetargetWatchpointAction.canPerformAction(RetargetWatchpointAction.java:36)

     3.    at
org.eclipse.debug.internal.ui.actions.breakpoints.RetargetToggleLineBreakpointAction.canPerformAction(RetargetToggleLineBreakpointAction.java:36)


which is caused by new code in
org.eclipse.debug.internal.ui.actions.RetargetAction. I think a first step
towards a fix has been made but it might still break since
RetargetAction.fActivePart might be null causing an NPE when a
canPerformAction() method accesses that part.

Dani


                                                                         
            eclipse-releng@ec                                            
            lipse.org                                                    
            Sent by:                                                   To
            platform-releng-d         platform-releng-dev@xxxxxxxxxxx    
            ev-bounces@eclips                                          cc
            e.org                                                        
                                                                  Subject
                                      [platform-releng-dev]              
            16.02.2006 08:31          [eclipse-build]Build I20060215-1600
                                      (Timestamp: 200602151600):Automated
                                      JUnit testing complete.       Test  
            Please respond to         failures/errors occurred.          
            "Eclipse platform                                            
                 release                                                  
               engineering                                                
                 list."                                                  
            <platform-releng-                                            
            dev@xxxxxxxxxxx>                                              
                                                                         
                                                                         




Build I20060215-1600 (Timestamp: 200602151600):  Automated JUnit testing is
complete.  Test failures/errors occurred in the following:

org.eclipse.ant.tests.ui_linux.gtk.x86
org.eclipse.ant.tests.ui_macosx.carbon.ppc
org.eclipse.ant.tests.ui_win32.win32.x86
org.eclipse.core.tests.resources_win32.win32.x86
org.eclipse.jdt.debug.tests_win32.win32.x86
org.eclipse.jdt.ui.tests_linux.gtk.x86
org.eclipse.jdt.ui.tests_macosx.carbon.ppc
org.eclipse.jdt.ui.tests_win32.win32.x86
org.eclipse.releng.tests_linux.gtk.x86
org.eclipse.releng.tests_macosx.carbon.ppc
org.eclipse.releng.tests_win32.win32.x86

HTTP Download:


http://download.eclipse.org/eclipse/downloads/drops/I20060215-1600

FTP Download:

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

            or

            ftp://download.eclipse.org/I20060215-1600
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top