Re: [Cppcms-users] make test failed
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-06-02 14:16:17
|
> Hello, > > I want to test cppcms 1.x.x. So, I' > > When I run 'make test', some tests failed : > > 52% tests passed, 20 tests failed out of 42 > > [---] > > My system is Debian testing. Ok: 1. What version are you using (svn revision number) 2. It looks like something went wrong... Can you send the error log? It us under your build directory: Testing/Temporary/LastTest.log Also please provide following information: - Testing log I've pointed at. - What version of Python are you using - What version of ICU are you using. Because all tests that failed actually use Python for testing or connected to Localization library - ICU. Also please provide me: - What version of CMake are you using - What versions of ICU, zlib, pcre are you using. - What version of GCC are you using. - Did you have any warnings? - Have you had any build faults? Can you please give me an output of: ldd ./proto_test ldd ./internal_forwarder_test I just want to see that everything looks on correct libraries. > I think cppcms 1.x.x is not yet ready for production ? 1. CppCMS 1.x.x is still on beta stage - but it is slowly becomes production ready 2. As you probably expect, 100% of tests are usually passed. So if so many tests fail then probably something is wrong with build or libraries combination because as you can see according to http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_platforms There is quite good coverage of platforms passing these tests. |