Don't like ads? PRO users don't see any ads ;-)
Guest

Windows 7, VS2008 Failures

By: zozs on Aug 16th, 2011  |  syntax: None  |  size: 1.76 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [----------] 8 tests from msyslogTest
  2. [ RUN      ] msyslogTest.msnprintf
  3. c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(29): error: Value of: act_cnt
  4.   Actual: 44
  5. Expected: exp_cnt
  6. Which is: 45
  7. c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(30): error: Value of: act_buf
  8.   Actual: "msyslog.cpp ENOENT: No such host is known.
  9. "
  10. Expected: exp_buf
  11. Which is: "msyslog.cpp ENOENT: No such file or directory"
  12. [  FAILED  ] msyslogTest.msnprintf (1 ms)
  13. [ RUN      ] msyslogTest.msnprintfLiteralPercentm
  14. [       OK ] msyslogTest.msnprintfLiteralPercentm (0 ms)
  15. [ RUN      ] msyslogTest.msnprintfBackslashLiteralPercentm
  16. [       OK ] msyslogTest.msnprintfBackslashLiteralPercentm (0 ms)
  17. [ RUN      ] msyslogTest.msnprintfBackslashPercent
  18. c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(72): error: Value of: act_cnt
  19.   Actual: 24
  20. Expected: exp_cnt
  21. Which is: 25
  22. c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(73): error: Value of: act_buf
  23.   Actual: "No such host is known.
  24. "
  25. Expected: exp_buf
  26. Which is: "No such file or directory"
  27. [  FAILED  ] msyslogTest.msnprintfBackslashPercent (1 ms)
  28. [ RUN      ] msyslogTest.msnprintfHangingPercent
  29. [       OK ] msyslogTest.msnprintfHangingPercent (0 ms)
  30. [ RUN      ] msyslogTest.format_errmsgHangingPercent
  31. [       OK ] msyslogTest.format_errmsgHangingPercent (0 ms)
  32. [ RUN      ] msyslogTest.msnprintfNullTarget
  33. [       OK ] msyslogTest.msnprintfNullTarget (0 ms)
  34. [ RUN      ] msyslogTest.msnprintfTruncate
  35. c:\users\linus\development\gsoc\workingcopy\tests\libntp\msyslog.cpp(133): error: Value of: act_cnt
  36.   Actual: 24
  37. Expected: exp_cnt
  38. Which is: 25
  39. [  FAILED  ] msyslogTest.msnprintfTruncate (0 ms)
  40. [----------] 8 tests from msyslogTest (11 ms total)