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 I20050610-1757 (Timestamp: 200506101757):Automated JUnit testing complete. Test failures/errors occurred.

The JDT/UI test pass on JDT/Core version v_562 however they fail on v_563
which was the contribution
of JDT/Core to I20050610-1200 and following builds.

The failing test cases are caused by a change in
ITpeBinding#isCastCompatible which now requires
a capture binding for the expression to be casted if it is a generic type.
See bug

https://bugs.eclipse.org/bugs/show_bug.cgi?id=99510

for the details.The test access the binding from a variable declaration
fragment and check
for cast compatibility. However cast can never occur in this places and the
isCastCompatible
method answers correct result for correct cast statements.

Bottom line: the failing test don't have an impact on the quality of build
I20050610-1757. It
can be declared as RC2 and is good for the RC3 test pass.

Dirk



                                                                           
             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]               
             11.06.2005 09:35          [eclipse-build]Build I20050610-1757 
                                       (Timestamp: 200506101757):Automated 
                                       JUnit testing complete.   Test      
             Please respond to         failures/errors occurred.           
             "Eclipse platform                                             
                  release                                                  
                engineering                                                
                  list."                                                   
             <platform-releng-                                             
             dev@xxxxxxxxxxx>                                              
                                                                           
                                                                           




Build I20050610-1757 (Timestamp: 200506101757):  Automated JUnit testing is
complete.  Test failures/errors occurred in the following:

org.eclipse.jdt.debug.tests_winxp
org.eclipse.jdt.ui.tests_linux.gtk
org.eclipse.jdt.ui.tests_winxp

HTTP Download:

             http://download.eclipse.org/downloads/drops/I20050610-1757

FTP Download:

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

             or

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




Back to the top