Re: [Cppcms-users] Getting ready to 1.0.5
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2014-10-22 13:03:10
|
Ok...
Now I can work
Ok it is a bug I fixed it in: cs2274
3 - storage_test (Failed)
Check if the prort 8081 is avalible?
19 - internal_forwarder_test (OTHER_FAULT)
I have same problem on FreeBSD... it may be actually some OS problem
I don't think it is a bug
23 - http_timeouts_test_write (Failed) -
interesting something to do with realpath and symlinks need to debug...
it fails on symlink handling
Can you add debug outputs to file src/internal_file_server.cpp
around lines 192 - pelase print what realpath returns
24 - file_server_test (Failed)
25 - file_server_with_listing_test (Failed)
No bash... Check if possible to change to /bin/sh and make it work.
34 - cppcms_service_test (Failed)
Ok looks like problem to look into... but it isn't trivial - lets see if other get solved
46 - proto_test_async_fastcgi (Failed)
booster/lib/thread/src/pthread.cpp lines 155 & 175 - try to change to that it would handle it like on Darwin
if works give a patch
59 - test_thread_thread (Timeout)
Locale: try to install ICU :-)
Ok probably due to iconv... not really sure
75 - test_locale_codepage (Failed)
this is due to iconv problematic work try to build with icu but in general it works fine
76 - test_locale_message (Failed)
Need to see what libc++ uses for localization in general not a big problem.
89 - test_locale_std_formatting (Failed)
90 - test_locale_std_collate (Failed)
Artyom Beilis
--------------
CppCMS - C++ Web Framework: http://cppcms.com/
CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/
>________________________________
> From: Joerg Sonnenberger <jo...@br...>
>To: Artyom Beilis <art...@ya...>; cpp...@li...
>Sent: Wednesday, October 22, 2014 2:43 PM
>Subject: Re: [Cppcms-users] Getting ready to 1.0.5
>
>
>On Wed, Oct 22, 2014 at 11:21:49AM +0000, Artyom Beilis wrote:
>> No I didn't commit cppcms_run changes yet.
>> Locale tests... they are just mostly tricky. If you use ICU most probably you wouldn't have any issues in reality.
>> Can you send the full Testing/LatestTest.log under build directory?
>> The rest are much more disturbing. There may be some problems with old libc & pthreads model or some non-standard stuff.
>
>Attached is the log.
>
>> May I just ask from curiosity why NetBSD?
>> According to the changelog it looks like very outdated system. Only recently implemented TLS. Artyom Beilis
>
>So does Windows. TLS in any form has been standardised only very
>
>recently...
>
>Joerg
>
>
> |