[Cppcms-users] Errors when executing test_locale_codepage.exe and
Brought to you by:
artyom-beilis
|
From: Vizcayno <viz...@gm...> - 2013-05-15 22:57:40
|
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
|