| 
Those tests aren’t run at all. The packaging is eclipse-plugin. To run the tests you would change it to eclipse-test-plugin and add the list of test suite classes.
 See org.eclipse.cdt.core.tests.   Doug   
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Daniel ThomasSent: Friday, September 02, 2011 7:48 AM
 To: CDT General developers list.
 Subject: Re: [cdt-dev] FW: Hudson build is back to normal : cdt-master-maint #22
   Further investigation reveals that the EDC tests still hang as org.eclipse.cdt.debug.edc.tests.ManualDebuggerAgentTest gets pulled in and waits for user input.
 I don’t know how to modify the pom.xml so that it only includes tests listed in the org.eclipse.cdt.debug.edc.tests.AllEDCTests test suite or uses the “All EDC Tests.launch” which would be the most obvious ways of fixing that.   Daniel   
From: Daniel Thomas
Sent: 30 August 2011 15:35
 To: 'CDT General developers list.'
 Subject: RE: [cdt-dev] FW: Hudson build is back to normal : cdt-master-maint #22
   It might also be possible to revert
http://git.eclipse.org/c/cdt/org.eclipse.cdt.edc.git/commit/?id=4d8e2a9abc200426c567f76ab97df79bb3777e30 and get the EDC tests running as most of the bugs with long timeouts due to missing files on some architectures have been fixed (there is one I haven’t
 found a patch for yet).   Daniel   
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Schaefer, DougSent: 29 August 2011 23:49
 To: CDT General developers list.
 Subject: Re: [cdt-dev] FW: Hudson build is back to normal : cdt-master-maint #22
   Yeah, it’s a mess. There was a recent change in Tycho which enforced some restrictions I was violating. I’ll go through it tomorrow. I also need to figure out
 why our builds hang like they do. We’re getting very inconsistent results and hopefully I can track it down.   Cheers, Doug.   
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Sergey PrigoginSent: Monday, August 29, 2011 5:46 PM
 To: CDT General developers list.
 Subject: Re: [cdt-dev] FW: Hudson build is back to normal : cdt-master-maint #22
   The https://hudson.eclipse.org/hudson/job/cdt-master-maint/ build hasn't been running for two weeks. Does anybody know what happened to it? 
-sergey 
On Sun, Aug 14, 2011 at 9:54 PM, Schaefer, Doug <Doug.Schaefer@xxxxxxxxxxxxx> wrote: CDT 8.0.1 build is back green (or blue in the Hudson sense).
 Note that the build gets copied and you can always install the latest nightly build from
 
 http://download.eclipse.org/tools/cdt/builds/indigo/nightly
 
 Please give it a try.
 
 The idea is that once we bless a nightly build for use on the release train, we copy that directory to a sibling with the appropriate name, e.g. sr1-rc1. I've lost track of where we are for Indigo SR1 so I'll wait to figure that out before doing anything there.
 I'll also set up Juno the same way.
 
 Thanks,
 Doug.
 
 BTW, I'm still going to be in and out this week. I greatly appreciate your patience and understanding.
 
 -----Original Message-----
 From: hudsonbuild@xxxxxxxxxxx [mailto:hudsonbuild@xxxxxxxxxxx]
 Sent: Monday, August 15, 2011 12:46 AM
 To: Schaefer, Doug
 Subject: Hudson build is back to normal : cdt-master-maint #22
 
 See <https://hudson.eclipse.org/hudson/job/cdt-master-maint/22/>
 
 
 _______________________________________________
 cdt-dev mailing list
 cdt-dev@xxxxxxxxxxx
 https://dev.eclipse.org/mailman/listinfo/cdt-dev
   |