RE: [Cppunit-devel] Coming release (was: Is this project dead?)
Brought to you by:
blep
From: Summerwill, B. <BSu...@eu...> - 2001-09-18 09:02:47
|
I just grabbed the CVS HEAD, and compiled it with MSVC++ 6.0. Here were the results .... 1. CppUnitTestApp fails to compile, in TestRunner (see below). --------------------Configuration: TestRunner - Win32 Debug-------------------- Compiling resources... Compiling... StdAfx.cpp Compiling... ListCtrlFormatter.cpp ListCtrlSetter.cpp MsDevCallerListCtrl.cpp D:\cvsroot\cppunit\src\msvc6\testrunner\MsDevCallerListCtrl.cpp(9) : fatal error C1083: Cannot open include file: 'msvc6/DSPlugin/TestRunnerDSPlugin.h': No such file or directory ProgressBar.cpp TestRunnerApp.cpp TestRunnerDlg.cpp TreeHierarchyDlg.cpp ActiveTest.cpp GUITestResult.cpp TestRunner.cpp TestRunnerModel.cpp MostRecentTests.cpp Generating Code... Error executing snCl.exe. CppUnitTestApp.exe - 1 error(s), 0 warning(s) 2. CppUnitTestMain compiles, but the unit tests fail when run ... !!!FAILURES!!! Test Results: Run: 85 Failures: 1 Errors: 0 There was 1 failure: 1) test: ExceptionTest.testAssignment line: 103 d:\cvsroot\cppunit\examples\cppunittest\exceptiontest.cpp expected: message but was: Unknown exception This problem appears to have been introduced when the call to std::exception::operator=() was added to the CppUnit::Exception::operator=() implementation. The test code causes an unhandled exception when exception::what() is called on the copied object. 3. HostApp fails to compile (failing in TestRunner again). --------------------Configuration: TestRunner - Win32 Debug-------------------- Build : warning : failed to (or don't know how to) build 'D:\cvsroot\cppunit\include\msvc6\DSPlugIn\TestRunnerDSPlugin_i.c' Compiling... MsDevCallerListCtrl.cpp D:\cvsroot\cppunit\src\msvc6\testrunner\MsDevCallerListCtrl.cpp(9) : fatal error C1083: Cannot open include file: 'msvc6/DSPlugin/TestRunnerDSPlugin.h': No such file or directory Error executing snCl.exe. HostApp.exe - 1 error(s), 1 warning(s) Cheers, Bob -----Original Message----- From: Baptiste Lepilleur [mailto:bl...@cl...] Sent: 17 September 2001 22:42 To: Cpp Unit Develpment Mailing List Subject: Re: [Cppunit-devel] Coming release (was: Is this project dead?) > Okay, then. For the unix side, I think everything is basically there. > I will check that it works on IRIX and maybe freebsd if I get the > time, but I don't anticipate changing anything other than READMEs, > NEWS and minor release stuff. > > However, I know nothing about the MS windows side of things. > Baptiste? Can you check things out and let me know whether > anything needs fixing? Well, I just did some major clean up in the different configurations for all the projects in CppUnit (was somewhat a mess). That means that everything should compile fine this time. Also added a small install guide for VC++: INSTALL-WIN32.txt (by the way, I added it to EXTRA_DIST in makefile.am, was that the correct things to do?). Could you also apply the process to convert EOL to DOS format when making the dist (as is done for *.dsw and *.dsp files)? I like it if another VC++ user could grab the last CVS version and get a rain check on this. For the last release it compiled fine for me, but not everybody ! Any volunteer ? I went trough the bug reports, and corrected somes (#448363, #448332). Many reported bugs have already been fixed since release 1.5.5 (I'm closing them). Has the MIPSPro patch been included ? And what about the report that it does not compile with gcc 3.0 ? Still haven't heard from Patrick about the DSPlugIn (can't get it to work with VC++). But that is not a blocking issue (we just can not use that functionnality). I will try that version of CppUnit tomorrow at work where I have better test suites. Baptiste. --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Author of The Text Reformatter, a tool for fanfiction readers and writers. Language: English, French (Well, I'm French). _______________________________________________ Cppunit-devel mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |