bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: common C++ test suite


From: Federico Montesino Pouzols
Subject: Re: common C++ test suite
Date: Sat, 1 Feb 2003 21:32:16 +0100
User-agent: Mutt/1.4i

        Ok, I have just commited the new stuff to CVS. I have modified
the Makefile.am of tests/ so that both ccxx_tests and the old
individual tests can be compiled. With the current arrangement, on
platforms where configure works, by default, only the individual tests
will be build. If you want ccxx_tests to be generated you will need to
specify

        ./configure --with-cppunit

        Ah, this is the output on a Debian GNU/Linux with gcc 2.95.4:

..........E.E.E.E.E.E...E....

!!!FAILURES!!!
Test Results:
Run:  22   Failures: 0   Errors: 7


1) test: ATestFixtureType.testPrimitives (E)
 "caught unknown exception"

2) test: ATestFixtureType.testRawBinary (E)
 "caught unknown exception"

3) test: ATestFixtureType.testSTLVector (E)
 "caught unknown exception"

4) test: ATestFixtureType.testSTLDeque (E)
 "caught unknown exception"

5) test: ATestFixtureType.testSTLMap (E)
 "caught unknown exception"

6) test: ATestFixtureType.testComplexObject (E)
 "caught unknown exception"

7) test: ATestFixtureType.testIsValid (E)
 "caught unknown exception"

        I am using the 1.8.0-1 version of the cppunit debian
package. Perhaps the errors are because a newer version of cppunit is
needed?

        Also, for now I have commented Test_Digest.cpp in Makefile.am,
since it fails to compile on some gccs because of a very weird
conflict between some sha methods and some c++ streams methods.

On Thu, Jan 30, 2003 at 12:52:17PM -0800, Chad Yates wrote:
> >     Do you agree with this plan?
> 
> Sounds good to me, as an official developer I would expect you could move
> the source/Makefile.am I sent you to tests (to go along with the msvc++
> project I sent) and make any appropriate changes to the build system.
> 
> Let me know when I should pull a new copy of commoncpp2 with the changes.
> 
> (snip)
> 
> ,Chad
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]