Skip to content

Instantly share code, notes, and snippets.

@nanis
Created June 22, 2016 01:42
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 nanis/baea84f991af14e3b74d31d52cd3dc2d to your computer and use it in GitHub Desktop.
Save nanis/baea84f991af14e3b74d31d52cd3dc2d to your computer and use it in GitHub Desktop.
t\spec\S32-io\spurt.t failures
t\spec\S32-io\spurt.t ..
1..35
ok 1 - spurting Buf ok
ok 2 - spurting txt ok
ok 3 - spurt with enc
ok 4 - spurting Buf with append
ok 5 - spurting txt with append
not ok 6 - createonly creates file with Buf
# Failed test 'createonly creates file with Buf'
# at t\spec\S32-io\spurt.t line 44
# Failed to open file C:\Users\sinan\AppData\Local\Temp\rakudo\tempfile-spurt-test: operation not permitted
not ok 7 - file was created
# Failed test 'file was created'
# at t\spec\S32-io\spurt.t line 46
not ok 8 - createonly with Buf fails if file exists
# Failed test 'createonly with Buf fails if file exists'
# at t\spec\S32-io\spurt.t line 47
ok 9 - createonly with text creates file
ok 10 - file was created
ok 11 - createonly with text fails if file exists
ok 12 - spurting Buf ok
ok 13 - spurting txt ok
ok 14 - spurt with enc
ok 15 - spurting Buf with append
ok 16 - spurting txt with append
not ok 17 - createonly creates file with Buf
# Failed test 'createonly creates file with Buf'
# at t\spec\S32-io\spurt.t line 44
# Failed to open file C:\Users\sinan\AppData\Local\Temp\rakudo\tempfile-spurt-test: operation not permitted
not ok 18 - file was created
# Failed test 'file was created'
# at t\spec\S32-io\spurt.t line 46
ok 19 - createonly with Buf fails if file exists
not ok 20 - createonly with text creates file
# Failed test 'createonly with text creates file'
# at t\spec\S32-io\spurt.t line 51
# Failed to open file C:\Users\sinan\AppData\Local\Temp\rakudo\tempfile-spurt-test: operation not permitted
not ok 21 - file was created
# Failed test 'file was created'
# at t\spec\S32-io\spurt.t line 53
ok 22 - createonly with text fails if file exists
Failed to open file C:\Users\sinan\AppData\Local\Temp\rakudo\tempfile-spurt-test: operation not permitted
in any at ././CORE.setting.moarvm line 1
in block at t\spec\S32-io\spurt.t line 63
in block <unit> at t\spec\S32-io\spurt.t line 60
Actually thrown at:
in any at gen/moar/m-Metamodel.nqp line 3055
in block at t\spec\S32-io\spurt.t line 63
in block <unit> at t\spec\S32-io\spurt.t line 60
# Looks like you planned 35 tests, but ran 22
# Looks like you failed 7 tests of 22
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 20/35 subtests
Test Summary Report
-------------------
t\spec\S32-io\spurt.t (Wstat: 65280 Tests: 22 Failed: 7)
Failed tests: 6-8, 17-18, 20-21
Non-zero exit status: 255
Parse errors: Bad plan. You planned 35 tests but ran 22.
Files=1, Tests=22, 2 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment