Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. C:\src\parrot-msvc>prove -v t/dynpmc/os.t
  2. t/dynpmc/os.t ..
  3. 1..33
  4. "my" variable $IN masks earlier declaration in same scope at t/dynpmc/os.t line 386.
  5. ok 1 - Test cwd
  6.  
  7. # Failed test 'Test bad cwd'
  8. not ok 2 - Test bad cwd# at t/dynpmc/os.t line 76.
  9.  
  10. # 'Permission denied
  11. # current instr.: 'main' pc 22 (C:\src\parrot-msvc\t\dynpmc\os_2.pir:6)
  12. # '
  13. # doesn't match '/No such file or directory/
  14. # '
  15. # 'parrot.exe "C:\src\parrot-msvc\t\dynpmc\os_2.pir"' failed with exit code 1
  16. ok 3 - Test chdir
  17. ok 4 - Test bad chdir
  18. ok 5 - Test mkdir
  19. ok 6 - Test bad mkdir
  20. ok 7 - Test rm call in a directoryThe symlink function is unimplemented at t/dynpmc/os.t line 261.
  21.  
  22. ok 8 - Test that rm removed the directory
  23. # Looks like you planned 33 tests but ran 8.
  24. # Looks like you failed 1 test of 8 run.
  25. # Looks like your test exited with 2 just after 8.
  26. Dubious, test returned 2 (wstat 512, 0x200)
  27. Failed 26/33 subtests
  28.  
  29. Test Summary Report
  30. -------------------
  31. t/dynpmc/os.t (Wstat: 512 Tests: 8 Failed: 1)
  32. Failed test: 2
  33. Non-zero exit status: 2
  34. Parse errors: Bad plan. You planned 33 tests but ran 8.
  35. Files=1, Tests=8, 1 wallclock secs ( 0.01 usr + 0.03 sys = 0.05 CPU)
  36. Result: FAIL
  37.  
  38. C:\src\parrot-msvc>
  39.  
  40. ========================================================================================
  41.  
  42. C:\src\parrot-mingw>prove -v t/dynpmc/os.t
  43. t/dynpmc/os.t ..
  44. 1..33
  45. "my" variable $IN masks earlier declaration in same scope at t/dynpmc/os.t line 386.
  46. ok 1 - Test cwd
  47.  
  48. # Failed test 'Test bad cwd'
  49. not ok 2 - Test bad cwd
  50. # at t/dynpmc/os.t line 76.
  51. # 'Permission denied
  52. # current instr.: 'main' pc 22 (C:\src\parrot-mingw\t\dynpmc\os_2.pir:6)
  53. # '
  54. # doesn't match '/No such file or directory/
  55. # '
  56. # 'parrot.exe "C:\src\parrot-mingw\t\dynpmc\os_2.pir"' failed with exit code 1
  57. ok 3 - Test chdir
  58. ok 4 - Test bad chdir
  59. ok 5 - Test mkdir
  60. ok 6 - Test bad mkdir
  61. ok 7 - Test rm call in a directory
  62. The symlink function is unimplemented at t/dynpmc/os.t line 261.
  63. ok 8 - Test that rm removed the directory
  64. # Looks like you planned 33 tests but ran 8.
  65. # Looks like you failed 1 test of 8 run.
  66. # Looks like your test exited with 2 just after 8.
  67. Dubious, test returned 2 (wstat 512, 0x200)
  68. Failed 26/33 subtests
  69.  
  70. Test Summary Report
  71. -------------------
  72. t/dynpmc/os.t (Wstat: 512 Tests: 8 Failed: 1)
  73. Failed test: 2
  74. Non-zero exit status: 2
  75. Parse errors: Bad plan. You planned 33 tests but ran 8.
  76. Files=1, Tests=8, 0 wallclock secs ( 0.05 usr + 0.02 sys = 0.06 CPU)
  77. Result: FAIL
  78.  
  79. C:\src\parrot-mingw>
Add Comment
Please, Sign In to add comment