c++.stlsoft - Pantheios 1.0.1-beta197 w/ stlsoft 1.9.101 test errors
- Dimitri Kaparis <M8R-ndt1fx mailinator.com> Oct 29 2010
- "Matt Wilson" <matthewwilson acm.org> Oct 30 2010
Greetings,
Running MSVC++ 10 express, on Windows 7. Pantheios 1.0.1-beta197 built
successfully with the included makefile under build\vc10, however running
tests ends up with the following errors:
..\..\bin\pantheios.1.test.unit.util.getcurrenttime.vc10.wid
string.mt.debug.exe --verbosity=2
test_win_0: UX 'stlsoft::conversion_error' rx; msg='failed to convert
wide string to multibyte string'
Test case 'test_win_0': 0 assertions; 0 succeeded; 0 failed; 1
unexpected exceptions; 0 missing expected exceptions; result=FAILURE
test_win_F_HIDE_DATE: UX 'stlsoft::conversion_error' rx; msg='failed to
convert wide string to multibyte string'
test_win_F_HIDE_TIME: UX 'stlsoft::conversion_error' rx; msg='failed
toconvert wide string to multibyte string'
------------------------------------------------------------
Test runner 'test.unit.util.getcurrenttime' complete:
8 test case(s)
0 total assertion(s)
0 total assertion(s) succeeded
0 total assertion(s) failed
3 total unexpected exception(s)
0 total missing expected exception(s)
result=FAILURE
NMAKE : fatal error U1077: '..\..\bin\pantheios.1.test.unit.util.getcurrenttime.
vc10.widestring.mt.debug.exe' : return code '0x1'
Regards,
Dimitri
Oct 29 2010
Thanks for reporting this. I'll try and replicate. Matt "Dimitri Kaparis" <M8R-ndt1fx mailinator.com> wrote in message news:iaeocg$133m$1 digitalmars.com...Greetings, Running MSVC++ 10 express, on Windows 7. Pantheios 1.0.1-beta197 built successfully with the included makefile under build\vc10, however running tests ends up with the following errors: ..\..\bin\pantheios.1.test.unit.util.getcurrenttime.vc10.wid string.mt.debug.exe --verbosity=2 test_win_0: UX 'stlsoft::conversion_error' rx; msg='failed to convert wide string to multibyte string' Test case 'test_win_0': 0 assertions; 0 succeeded; 0 failed; 1 unexpected exceptions; 0 missing expected exceptions; result=FAILURE test_win_F_HIDE_DATE: UX 'stlsoft::conversion_error' rx; msg='failed to convert wide string to multibyte string' test_win_F_HIDE_TIME: UX 'stlsoft::conversion_error' rx; msg='failed toconvert wide string to multibyte string' ------------------------------------------------------------ Test runner 'test.unit.util.getcurrenttime' complete: 8 test case(s) 0 total assertion(s) 0 total assertion(s) succeeded 0 total assertion(s) failed 3 total unexpected exception(s) 0 total missing expected exception(s) result=FAILURE NMAKE : fatal error U1077: '..\..\bin\pantheios.1.test.unit.util.getcurrenttime. vc10.widestring.mt.debug.exe' : return code '0x1' Regards, Dimitri
Oct 30 2010








"Matt Wilson" <matthewwilson acm.org>