Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Re: Build N20030131 (Timestamp: 200301310010):Automated JUnit Testing complete. Test failures/errors occurred.


I should have sent a general warning about this.  The resource visitor implementation (see IResource.accept) has been reimplemented using our new resource proxy visitor.  This gives a small performance improvement, and ensures that the two types of visitors behave consistently with each other.  There is no change in specified behavior, but unspecified behavior such as traversal order may be affected.  Also, if you are deleting or creating other resources during a traversal, you may get different behavior.  A paragraph has been added to the javadoc for the accept methods to clarify this behavior.




Philippe P Mulet/France/IBM@IBMFR
Sent by: eclipse-dev-admin@xxxxxxxxxxx

01/31/2003 05:06 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [eclipse-dev] [eclipse-build]Build N20030131 (Timestamp:  200301310010):Automated JUnit Testing complete.  Test failures/errors occurred.




The builder test failure is a problem in the test itself which is being
corrected.

It seems that platform has changed the ordering of resource visiting (which
our test was incorrectly dependent upon).



                                                                                                                                                     
                     Sonia                                                                                                                          
                     Dimitrov/Ottawa/IB        To:       eclipse-dev@xxxxxxxxxxx                                                                    
                     M@IBMCA                   cc:                                                                                                  
                     Sent by:                  Subject:  [eclipse-dev] [eclipse-build]Build N20030131 (Timestamp:  200301310010):Automated JUnit    
                     eclipse-dev-admin@         Testing complete.  Test failures/errors occurred.                                                    
                     eclipse.org                                                                                                                    
                                                                                                                                                     
                                                                                                                                                     
                     01/31/2003 08:38                                                                                                                
                     AM                                                                                                                              
                     Please respond to                                                                                                              
                     eclipse-dev                                                                                                                    
                                                                                                                                                     
                                                                                                                                                     




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

org.eclipse.jdt.core.tests.builder_win32
org.eclipse.jdt.ui.tests.refactoring_linux.motif
org.eclipse.jdt.ui.tests.refactoring_win32
org.eclipse.releng.tests_linux.motif
org.eclipse.releng.tests_win32

http://download.eclipse.org/downloads/drops/N-N20030131-200301310010/testResults.php





Back to the top