Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. t/mojolicious/longpolling_lite_app.t ....... 42/113 # Premature connection close.
  2.  
  3. # Failed test 'get /longpoll/nested'
  4. # at t/mojolicious/longpolling_lite_app.t line 316.
  5.  
  6. # Failed test '200 OK'
  7. # at t/mojolicious/longpolling_lite_app.t line 316.
  8. # got: undef
  9. # expected: '200'
  10.  
  11. # Failed test 'Server: Mojolicious (Perl)'
  12. # at t/mojolicious/longpolling_lite_app.t line 316.
  13. # got: undef
  14. # expected: 'Mojolicious (Perl)'
  15.  
  16. # Failed test 'X-Powered-By: Mojolicious (Perl)'
  17. # at t/mojolicious/longpolling_lite_app.t line 316.
  18. # got: undef
  19. # expected: 'Mojolicious (Perl)'
  20. Use of uninitialized value $this in pattern match (m//) at t/mojolicious/longpolling_lite_app.t line 316.
  21.  
  22. # Failed test 'Set-Cookie is similar'
  23. # at t/mojolicious/longpolling_lite_app.t line 316.
  24. # undef
  25. # doesn't match '(?-xism:foo=bar)'
  26.  
  27. # Failed test 'Content-Type: text/plain'
  28. # at t/mojolicious/longpolling_lite_app.t line 316.
  29. # got: undef
  30. # expected: 'text/plain'
  31.  
  32. # Failed test 'exact match for content'
  33. # at t/mojolicious/longpolling_lite_app.t line 316.
  34. # got: ''
  35. # expected: 'nested!'
  36.  
  37. # Failed test 'finished'
  38. # at t/mojolicious/longpolling_lite_app.t line 321.
  39. # got: undef
  40. # expected: 'finished!'
  41. t/mojolicious/longpolling_lite_app.t ....... 104/113 # Looks like you failed 8 tests of 113.
  42. t/mojolicious/longpolling_lite_app.t ....... Dubious, test returned 8 (wstat 2048, 0x800)
  43. Failed 8/113 subtests
  44. t/mojolicious/ojo.t ........................ ok
  45. t/mojolicious/pattern.t .................... ok
  46. t/mojolicious/pod_renderer_lite_app.t ...... ok
  47. t/mojolicious/production_app.t ............. ok
  48. t/mojolicious/rebased_lite_app.t ........... ok
  49. t/mojolicious/renderer.t ................... ok
  50. t/mojolicious/restful_lite_app.t ........... ok
  51. t/mojolicious/routes.t ..................... ok
  52. t/mojolicious/tag_helper_lite_app.t ........ ok
  53. t/mojolicious/testing_app.t ................ ok
  54. t/mojolicious/tls_lite_app.t ............... skipped: set TEST_TLS to enable this test (developer only!)
  55. t/mojolicious/twinkle_lite_app.t ........... ok
  56. t/mojolicious/upload_lite_app.t ............ skipped: Windows is too fragile for this test!
  57. t/mojolicious/websocket_lite_app.t ......... ok
  58. t/pod.t .................................... skipped: set TEST_POD to enable this test (developer only!)
  59. t/pod_coverage.t ........................... skipped: set TEST_POD to enable this test (developer only!)
  60.  
  61. Test Summary Report
  62. -------------------
  63. t/mojolicious/longpolling_lite_app.t (Wstat: 2048 Tests: 113 Failed: 8)
  64. Failed tests: 51-58
  65. Non-zero exit status: 8
  66. Files=74, Tests=7059, 83 wallclock secs ( 2.06 usr + 0.48 sys = 2.54 CPU)
  67. Result: FAIL
  68. Failed 1/74 test programs. 8/7059 subtests failed.
  69. dmake.EXE: Error code 255, while making 'test_dynamic'
  70. SRI/Mojolicious-1.99.tar.gz
  71. C:\strawberry\c\bin\dmake.EXE test -- NOT OK
  72. //hint// to see the cpan-testers results for installing this module, try:
  73. reports SRI/Mojolicious-1.99.tar.gz
  74. Running make install
  75. make test had returned bad status, won't install without force
  76.  
  77. C:\Users\thequietcenter\prg\karuna>
  78. C:\Users\thequietcenter\prg\karuna>
  79. C:\Users\thequietcenter\prg\karuna>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement