
Windows 7, VS2008 Failures
By:
zozs on
Aug 16th, 2011 | syntax:
None | size: 1.76 KB | hits: 12 | expires: Never
[----------] 8 tests from msyslogTest
[ RUN ] msyslogTest.msnprintf
c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(29): error: Value of: act_cnt
Actual: 44
Expected: exp_cnt
Which is: 45
c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(30): error: Value of: act_buf
Actual: "msyslog.cpp ENOENT: No such host is known.
"
Expected: exp_buf
Which is: "msyslog.cpp ENOENT: No such file or directory"
[ FAILED ] msyslogTest.msnprintf (1 ms)
[ RUN ] msyslogTest.msnprintfLiteralPercentm
[ OK ] msyslogTest.msnprintfLiteralPercentm (0 ms)
[ RUN ] msyslogTest.msnprintfBackslashLiteralPercentm
[ OK ] msyslogTest.msnprintfBackslashLiteralPercentm (0 ms)
[ RUN ] msyslogTest.msnprintfBackslashPercent
c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(72): error: Value of: act_cnt
Actual: 24
Expected: exp_cnt
Which is: 25
c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(73): error: Value of: act_buf
Actual: "No such host is known.
"
Expected: exp_buf
Which is: "No such file or directory"
[ FAILED ] msyslogTest.msnprintfBackslashPercent (1 ms)
[ RUN ] msyslogTest.msnprintfHangingPercent
[ OK ] msyslogTest.msnprintfHangingPercent (0 ms)
[ RUN ] msyslogTest.format_errmsgHangingPercent
[ OK ] msyslogTest.format_errmsgHangingPercent (0 ms)
[ RUN ] msyslogTest.msnprintfNullTarget
[ OK ] msyslogTest.msnprintfNullTarget (0 ms)
[ RUN ] msyslogTest.msnprintfTruncate
c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(133): error: Value of: act_cnt
Actual: 24
Expected: exp_cnt
Which is: 25
[ FAILED ] msyslogTest.msnprintfTruncate (0 ms)
[----------] 8 tests from msyslogTest (11 ms total)