Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] junit tests

I added:
        <!-- Create symlink to latest build -->
        <symlink action="delete" link="${copyToDir}/latest"/>
        <symlink link="${copyToDir}/latest" 
resource="${copyToDir}/${buildType}.${buildId}"/>
into build.xml line 205 (copy task)

I cannot run the build so I cannot check if it works or not. symlink is 
optional task and may not even installed in the ant we using...
Can somebody validate my changes?

Vivian Kong wrote:
>
> ------------------------------------------------------------------------
>
> Subject:
> Date:
> Thu, 24 Apr 2008 13:32:45 -0400
>
>
> The build script and other files are in org.eclipse.cdt.releng. 
> Currently the build adds a new html page with the zip file once it 
> completes and links to the latest JUnit test result there.
>
> Regards,
>
> Vivian Kong
> IBM Eclipse CDT
> IBM Canada Toronto Lab
>
> Inactive hide details for Elena Laskavaia ---04/24/2008 12:24:53 
> PM---Ok, I will start a another wiki page for "Testing".Elena 
> Laskavaia ---04/24/2008 12:24:53 PM---Ok, I will start a another wiki 
> page for "Testing".
>
>
> From: 	
> Elena Laskavaia <ELaskavaia@xxxxxxx>
>
> To: 	
> "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
>
> Date: 	
> 04/24/2008 12:24 PM
>
> Subject: 	
> Re: [cdt-dev] junit tests
>
> ------------------------------------------------------------------------
>
>
>
> Ok, I will start a another wiki page for "Testing".
> Do you know where is the stuff that does build and creates html pages
> for build? Is in in CVS?
> (I want to add "latest" directory link, it is probably some shell scrips?)
>
> Schaefer, Doug wrote:
> >
> > The only JUnits we run are the ones for the nightly builds. Everything
> > starts at the test.xml file in the org.eclipse.cdt.testing plug-in,
> > which lists the test suites that get run. Adding JUnits is as simple as
> > adding tests to those suites or adding new suites.
> >
> > Never thought of doing a lastest link, might be a good idea. But
> > generally, I'm always looking to see when the build was done so I
> > wouldn't use a latest link.
> >
> > Feel free to update the wiki with what you find. The people who set up
> > the test suite are all long gone (originally done by the testers at QNX
> > years ago).
> >
> > BTW, we have a lot of test failures, especially in managedbuild. We
> > should be looking at why those are failing.
> >
> > Cheers,
> > Doug.
> >
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> > On Behalf Of Elena Laskavaia
> > Sent: Thursday, April 24, 2008 10:00 AM
> > To: CDT General developers list.
> > Subject: [cdt-dev] junit tests
> >
> > I was search wiki page for any documentation regarding our junits, I
> > could not find anything...
> > I am looking for description on test environment, schedule of automated
> > tests and latest test results.
> > Along with documentation of creating new test, adding testing packages
> > into build etc.
> > Do we have anything like this?
> >
> > I kind of can found some results following CDT nightly builds but there
> > is no link to "latest" so I cannot even bookmark it.
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top