Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] FYI MBS check-in for Multiple Input & Output support


Leo,
yes I have been running them in a different way: I used "run all tests in org.eclipse.cdt.managedbuilder.core.tests". Running them the way you described it, gives me only the testScannerInfoInterface failure.
Regards
-- Lars



"Treggiari, Leo" <leo.treggiari@xxxxxxxxx>
Sent by: cdt-dev-bounces@xxxxxxxxxxx

09/05/2005 16:18

Please respond to
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>
cc
Subject
RE: [cdt-dev] FYI MBS check-in for Multiple Input & Output support





Hi Lars,
 
You seem to be running the tests in a different manner than I do.  There are only 27 tests, so I don’t know how JUnit finds 64 tests when you run the tests.
I run the tests by selecting …/suite/org.eclipse.cdt.managedbuilder.tests.suite/AllManagedBuildTests.java, and then Run As, or Debug As, JUnit Plug-in Test.
 
The testScannerInfoInterface failure is expected.  It has been failing since early in 3.0 development because of changes to the scanner info discovery mechanisms.  I intend to investigate it after my new functionality is complete.  
 
The testExtensions failure is not expected and I haven’t seen the failure in my testing.  If the failure remains after running the tests as described above, send me the Failure Trace so I can see which line of code in the test is failing.
 
Regards,
Leo
 



From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Lars.Kurth@xxxxxxxxxxx
Sent:
Monday, May 09, 2005 10:56 AM
To:
CDT General developers list.
Cc:
Bala.Torati@xxxxxxxxxxx
Subject:
Re: [cdt-dev] FYI MBS check-in for Multiple Input & Output support

 

Leo,

we picked your changes up and were planning to add some tests into the new structure. As it stands I get between 3 and 4 test failures (intermittently). Could you please let me know whether the failures we see are expected. As a side-note: I was building cdt-build on top of the M6 build.

Regards

-- Lars




"Treggiari, Leo" <leo.treggiari@xxxxxxxxx>
Sent by: cdt-dev-bounces@xxxxxxxxxxx

09/05/2005 04:58


Please respond to
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>


To
"CDT General developers list." <cdt-dev@xxxxxxxxxxx>
cc
 
Subject
[cdt-dev] FYI MBS check-in for Multiple Input & Output support

 


   





I have checked in a number of changes:

 
-  The coding is done but more testing is to be done on the new functionality.

-  The .cdtbuild file version is now 3.0.0.  If you have an existing project, you will be prompted to update it.

-  The Gnu manifest file definitions now use the new 3.0 elements and attributes.

-  New tests have been added that compare the generated makefiles vs. benchmark makefiles.  More will be added.

 
Regards,

Leo

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


********************************************************************** Symbian Software Ltd is a company registered in England and Wales with registered number 4190020 and registered office at 2-6 Boundary Row, Southwark, London, SE1 8HP, UK. This message is intended only for use by the named addressee and may contain privileged and/or confidential information. If you are not the named addressee you should not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify postmaster@xxxxxxxxxxx and delete the message and any attachments accompanying it immediately. Neither Symbian nor any of its subsidiaries accepts liability for any corruption, interception, amendment, tampering or viruses occurring to this message in transit or for any message sent by its employees which is not in compliance with Symbian corporate policy. ********************************************************************** _______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top