Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] [eclipse-dev] [eclipse-build]Build I20030211 (Timestamp: 200302110800):Automated JUnit Testing complete. Test failures/errors occurred.


Looking at the test failure, it does not make sense...

testUncaughtNPE Failure Should have been suspended at line number 35, not 26

junit.framework.AssertionFailedError: Should have been suspended at line number 35, not 26
at org.eclipse.jdt.debug.tests.core.ExceptionBreakpointTests.testUncaughtNPE(ExceptionBreakpointTests.java:63)
at org.eclipse.jdt.debug.tests.AutomatedSuite$1.run(AutomatedSuite.java:146)
at java.lang.Thread.run(Thread.java:512)

3.125



The program that is run (HitCountException) has no executeable code on line 26. Running the test by hand works OK. It almost looks like the wrong launch was being examined, which indicates a failure in our test framework.

Any ideas?

Darin
----- Forwarded by Darin Wright/Ottawa/IBM on 02/11/2003 10:05 AM -----
Sonia Dimitrov/Ottawa/IBM@IBMCA
Sent by: eclipse-dev-admin@xxxxxxxxxxx

02/11/2003 09:39 AM
Please respond to eclipse-dev

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



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

org.eclipse.jdt.debug.tests_win32
org.eclipse.jdt.ui.tests_linux.motif
org.eclipse.jdt.ui.tests_win32

http://download.eclipse.org/downloads/drops/I-I20030211-200302110800/testResults.php
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top