Re: [Cppcms-users] Errors when executing test_locale_codepage.exe and
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-05-16 13:42:31
|
Are you sure you are using latest VC2012 - because I recall such a problem with Boost.Locale with beta versions of VC and it was a bug that was fixed by the VC team. Because when I look on this: http://www.boost.org/development/tests/trunk/developer/locale.html (last column on right) only the test_codepage fails/ I see that test_locale_message passes (the codepage is not a problem it is rather a question of treating the standard - however I hadn't decided if it is VC bug or Boost.Locales bug)/ Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Vizcayno <viz...@gm...> >To: cpp...@li... >Sent: Thursday, May 16, 2013 1:57 AM >Subject: [Cppcms-users] Errors when executing test_locale_codepage.exe and > > >I installed cppcms with last versions of PCRE, ZLIB and OpenSSL under >Windows 7 and VC2012. > > > >During the "nmake test" I have got 2 lines with **not passed** status test: > >69:test_locale_codepage > >70:test_locale_message > > > >After some investigation, I executed the next 2 programs >(test_locale_codepage.exe and test_locale_message.exe) but I could'nt find >the cause of the errors. What do you think is happening? What possible >solutions or workarounds do you think I can apply? thanks!!: > > > >===================================================================== > >:MODE CON CODEPAGE SELECT=1255 > > > >Status for device CON: > >---------------------- > > Lines: 300 > > Columns: 80 > > Keyboard rate: 31 > > Keyboard delay: 1 > > Code page: 1255 > > > >===================================================================== > >:C:/apps/instApps/cppcms/build/booster/test_locale_codepage.exe > >- Testing correct invalid bytes skipping > >-- ISO-8859-8 > >-- cp932 > >Testing for backend std > >Testing wide I/O > > wchar_t > > UTF-8 > > Testing codepoints above 0xFFFF > > Single U+2008A > > Single U+2008A withing text > > U+2008A x 1000 > > ISO8859-8 > > ISO8859-1 > > Shift-JIS > >Error in line:67 read_file<Char>(f1) == cmp > >Testing charset to/from UTF conversion functions > > char > > wchar_t > >Testing utf_to_utf > > char<-char > > char<-wchar > > wchar<-char > > wchar<-wchar > >Testing for backend winapi > >Testing wide I/O > > wchar_t > > UTF-8 > > Testing codepoints above 0xFFFF > > Single U+2008A > > Single U+2008A withing text > > U+2008A x 1000 > >Testing charset to/from UTF conversion functions > > char > > wchar_t > >Testing utf_to_utf > > char<-char > > char<-wchar > > wchar<-char > > wchar<-wchar > > > >Passed 373 tests > >Failed 1 tests > > 99.7% of tests completed sucsessefully > > > > > >===================================================================== > >:C:/apps/instApps/cppcms/build/booster/test_locale_message.exe > >Testing for backend --------- std > > Testing he_IL.UTF-8 > > single forms > >Error in line:215 bl::translate(original).str(l)==expected > >Error in line:217 bl::translate(original_c_str).str(l)==expected > >Error in line:221 tmp==expected > >Error in line:223 tmp==expected > >Error in line:229 ss.str()==expected > >Error in line:231 bl::translate(original).str(l,domain)==expected > >Error in line:234 bl::translate(original).str(domain)==expected > >Error in line:240 ss.str()==expected > >Error in line:246 ss.str()==expected > >Error in line:215 bl::translate(original).str(l)==expected > >Error in line:217 bl::translate(original_c_str).str(l)==expected > >Error in line:221 tmp==expected > >Error in line:223 tmp==expected > >Error in line:229 ss.str()==expected > >Error in line:231 bl::translate(original).str(l,domain)==expected > >Error in line:234 bl::translate(original).str(domain)==expected > >Error in line:240 ss.str()==expected > >Error in line:246 ss.str()==expected > >Error in line:231 bl::translate(original).str(l,domain)==expected > >Error in line:234 bl::translate(original).str(domain)==expected > >Error in line:240 ss.str()==expected > >Error in line:246 ss.str()==expected > >Failed Error limits reached, stopping unit test > > >------------------------------------------------------------------------------ >AlienVault Unified Security Management (USM) platform delivers complete >security visibility with the essential security capabilities. Easily and >efficiently configure, manage, and operate all of your security controls >from a single console and one unified framework. Download a free trial. >http://p.sf.net/sfu/alienvault_d2d >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |