Skip to content

Instantly share code, notes, and snippets.

@cotto
Created January 4, 2011 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cotto/765320 to your computer and use it in GitHub Desktop.
Save cotto/765320 to your computer and use it in GitHub Desktop.
C:\src\parrot-msvc>prove -v t/dynpmc/os.t
t/dynpmc/os.t ..
1..33
"my" variable $IN masks earlier declaration in same scope at t/dynpmc/os.t line 386.
ok 1 - Test cwd
# Failed test 'Test bad cwd'
not ok 2 - Test bad cwd# at t/dynpmc/os.t line 76.
# 'Permission denied
# current instr.: 'main' pc 22 (C:\src\parrot-msvc\t\dynpmc\os_2.pir:6)
# '
# doesn't match '/No such file or directory/
# '
# 'parrot.exe "C:\src\parrot-msvc\t\dynpmc\os_2.pir"' failed with exit code 1
ok 3 - Test chdir
ok 4 - Test bad chdir
ok 5 - Test mkdir
ok 6 - Test bad mkdir
ok 7 - Test rm call in a directoryThe symlink function is unimplemented at t/dynpmc/os.t line 261.
ok 8 - Test that rm removed the directory
# Looks like you planned 33 tests but ran 8.
# Looks like you failed 1 test of 8 run.
# Looks like your test exited with 2 just after 8.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 26/33 subtests
Test Summary Report
-------------------
t/dynpmc/os.t (Wstat: 512 Tests: 8 Failed: 1)
Failed test: 2
Non-zero exit status: 2
Parse errors: Bad plan. You planned 33 tests but ran 8.
Files=1, Tests=8, 1 wallclock secs ( 0.01 usr + 0.03 sys = 0.05 CPU)
Result: FAIL
C:\src\parrot-msvc>
========================================================================================
C:\src\parrot-mingw>prove -v t/dynpmc/os.t
t/dynpmc/os.t ..
1..33
"my" variable $IN masks earlier declaration in same scope at t/dynpmc/os.t line 386.
ok 1 - Test cwd
# Failed test 'Test bad cwd'
not ok 2 - Test bad cwd
# at t/dynpmc/os.t line 76.
# 'Permission denied
# current instr.: 'main' pc 22 (C:\src\parrot-mingw\t\dynpmc\os_2.pir:6)
# '
# doesn't match '/No such file or directory/
# '
# 'parrot.exe "C:\src\parrot-mingw\t\dynpmc\os_2.pir"' failed with exit code 1
ok 3 - Test chdir
ok 4 - Test bad chdir
ok 5 - Test mkdir
ok 6 - Test bad mkdir
ok 7 - Test rm call in a directory
The symlink function is unimplemented at t/dynpmc/os.t line 261.
ok 8 - Test that rm removed the directory
# Looks like you planned 33 tests but ran 8.
# Looks like you failed 1 test of 8 run.
# Looks like your test exited with 2 just after 8.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 26/33 subtests
Test Summary Report
-------------------
t/dynpmc/os.t (Wstat: 512 Tests: 8 Failed: 1)
Failed test: 2
Non-zero exit status: 2
Parse errors: Bad plan. You planned 33 tests but ran 8.
Files=1, Tests=8, 0 wallclock secs ( 0.05 usr + 0.02 sys = 0.06 CPU)
Result: FAIL
C:\src\parrot-mingw>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment