Skip to main content

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


To clarify, the Windows tests were hung on the core tests.   The entire test suite was killed when I tried to stop the hung process.  We are rerunning all the Windows tests that occur after core and will provide the results to the list.  

I've attached consolelog from the initial test run on Windows.



Kim



Sonia Dimitrov/Ottawa/IBM@IBMCA
Sent by: eclipse-dev-admin@xxxxxxxxxxx

01/13/2004 12:56 PM
Please respond to eclipse-dev

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



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

org.eclipse.jdt.core.tests.model_linux.gtk
org.eclipse.ant.tests.ui_winxp (file missing)
org.eclipse.core.tests_winxp (file missing)
org.eclipse.help.tests_winxp (file missing)
org.eclipse.jdt.ui.tests_winxp (file missing)
org.eclipse.jdt.ui.tests.refactoring_winxp (file missing)
org.eclipse.jdt.debug.tests_winxp (file missing)
org.eclipse.swt.tests_winxp (file missing)
org.eclipse.jdt.core.tests.builder_winxp (file missing)
org.eclipse.jdt.core.tests.compiler_winxp (file missing)
org.eclipse.jdt.core.tests.model_winxp (file missing)
org.eclipse.ui.tests_winxp (file missing)
org.eclipse.update.tests.core_winxp (file missing)
org.eclipse.team.tests.cvs_winxp (file missing)
org.eclipse.team.tests.core_winxp (file missing)

HTTP Download:

                http://download.eclipse.org/downloads/drops/I-I20040113-200401130800

FTP Download:

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

                or

                ftp://download.eclipse.org/I-I20040113-200401130800
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev

Unknown argument: -noupdate -ws win32 -os win32 -arch x86
Buildfile: test.xml

all:

relEng:

setup:
    [mkdir] Created dir: C:\buildtest\I-I20040113-200401130800\eclipse-testing\test-eclipse





runtests:

init:

cleanup:
   [delete] Deleting directory C:\builds\t

BuildTests:

core-test:

eclipse-test:
     [echo] Running org.eclipse.releng.tests.BuildTests
     [java] c:/buildtest/I-I20040113-200401130800/eclipse-testing/test-eclipse/eclipse/..\..



suite:

run:

collect:
     [copy] Copying 1 file to C:\buildtest\I-I20040113-200401130800\eclipse-testing\results\xml
     [move] Moving 3 files to C:\buildtest\I-I20040113-200401130800\eclipse-testing\results\chkpii

ant:

setup:
   [delete] Deleting directory C:\buildtest\I-I20040113-200401130800\eclipse-testing\test-eclipse
    [mkdir] Created dir: C:\buildtest\I-I20040113-200401130800\eclipse-testing\test-eclipse





runtests:

init:

suite:

core-test:

eclipse-test:
     [echo] Running org.eclipse.ant.tests.core.AutomatedSuite



cleanup:

run:

collect:
     [copy] Copying 1 file to C:\buildtest\I-I20040113-200401130800\eclipse-testing\results\xml

core:

setup:
   [delete] Deleting directory C:\buildtest\I-I20040113-200401130800\eclipse-testing\test-eclipse
    [mkdir] Created dir: C:\buildtest\I-I20040113-200401130800\eclipse-testing\test-eclipse





runtests:

init:

cleanup:

ResourcesTests:

core-test:

eclipse-test:
     [echo] Running org.eclipse.core.tests.resources.AutomatedTests



RuntimeTests:

core-test:

eclipse-test:
     [echo] Running org.eclipse.core.tests.runtime.AutomatedTests
     [java] junit.framework.AssertionFailedError: Timeout waiting for status to change from DONE to WAIT_FOR_RUN
     [java] 	at junit.framework.Assert.fail(Assert.java:47)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:20)
     [java] 	at org.eclipse.core.tests.runtime.jobs.StatusChecker.waitForStatus(StatusChecker.java:38)
     [java] 	at org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest$JobRuleRunner.run(BeginEndRuleTest.java:69)
     [java] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
     [java] junit.framework.AssertionFailedError: Timeout waiting for status to change from RUNNING to WAIT_FOR_DONE
     [java] 	at junit.framework.Assert.fail(Assert.java:47)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:20)
     [java] 	at org.eclipse.core.tests.runtime.jobs.StatusChecker.waitForStatus(StatusChecker.java:38)
     [java] 	at org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest$JobRuleRunner.run(BeginEndRuleTest.java:84)
     [java] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
     [java] junit.framework.AssertionFailedError: Timeout waiting for status to change from START to WAIT_FOR_RUN
     [java] 	at junit.framework.Assert.fail(Assert.java:47)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:20)
     [java] 	at org.eclipse.core.tests.runtime.jobs.StatusChecker.waitForStatus(StatusChecker.java:38)
     [java] 	at org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest$JobRuleRunner.run(BeginEndRuleTest.java:69)
     [java] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)

Back to the top