Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] New XSL Tests failing with Integration Build

I released the changes on sunday, the error is from this weekends build.   As far as I can tell one of the other test suites didn't run as well.

I'm curious if the build is even picking this up correctly.  It's working for the CI build which is Maven, and I want to make sure I get these working for the WTP build as well.

Dave

On 09/13/2010 02:07 PM, David M Williams wrote:
And ... ?

Are you saying this is the cause of the 2 junit failures, that say
"initializationErrorErrorNo runnable methods "

As far as I know, it is JUnit 4 that is used for the tests (I know org.eclipse.jpt.ui.tests  tests specity a minimum of  org.junit of 4.3.1 and they seem to run ok. As do the rest of yours.)

Am I missing your point? Is there some way I (or, "we") can help? Is this an old message and you've solved already?





From:        David Carver <d_a_carver@xxxxxxxxx>
To:        wtp-releng@xxxxxxxxxxx
Date:        09/13/2010 09:36 AM
Subject:        [wtp-releng] New XSL Tests failing with Integration Build
Sent by:        wtp-releng-bounces@xxxxxxxxxxx




  The new JUNIT 4 test suite is failing to run with the Integration
build.  I'm seeing the following in the build log:

org.eclipse.wst.xsl.tests
                at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
                at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                at java.lang.reflect.Method.invoke(Method.java:618)
                at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
                at org.apache.tools.ant.Task.perform(Task.java:348)
                at org.apache.tools.ant.Target.execute(Target.java:357)
                at org.apache.tools.ant.Target.performTasks(Target.java:385)
                at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
                at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
                at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
                at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
                at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
                at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
                at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                at java.lang.reflect.Method.invoke(Method.java:618)

This test suite is setup to use JUNIT 4 style setup for running the tests.

Dave



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

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


Back to the top