Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created October 24, 2017 00:51
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 zoffixznet/c5bba6127ef20b5c16db91becaa28cdf to your computer and use it in GitHub Desktop.
Save zoffixznet/c5bba6127ef20b5c16db91becaa28cdf to your computer and use it in GitHub Desktop.
zoffix@steves-Air~/CPANPRC/rakudo (nom)$ t/fudgeandrun t/spec/S17-supply/watch-path.t t/spec/S29-os/system.t t/spec/S32-str/utf8-c8.t
t/spec/S17-supply/watch-path.t ....
1..4
ok 1 - make sure we don't have a file
1..64
ok 1 - Did we get a Supply?
ok 2 - did we get a tap?
ok 3 - did we get a handle?
ok 4 - only Change objects
ok 5 - created files appear as FileRenamed
ok 6 - file exists
ok 7 - did we get an event for creating the file
ok 8 - did the write go ok
ok 9 - did we NOT get an event for writing to the file
ok 10 - did the file close ok
ok 11 - only Change objects
ok 12 - created files appear as FileRenamed
ok 13 - file exists
ok 14 - did we NOT get an event for closing the file
ok 15 - did we get a handle again?
ok 16 - did we NOT get an event for opening the file again
ok 17 - did the second write work
ok 18 - did we NOT get an event for writing to the file again
ok 19 - did closing the file again work
ok 20 - only Change objects
ok 21 - created files appear as FileRenamed
ok 22 - file exists
ok 23 - did we get an event for closing the file again
ok 24 - was the file written ok
ok 25 - a slurp should not cause any file events
ok 26 - test file removed successfully
ok 27 - only Change objects
ok 28 - unlink file appear as FileRenamed
ok 29 - file does not exist
ok 30 - the unlink caused an event
ok 31 - could we close the tap
ok 32 - did we get a handle?
ok 33 - did we get a Supply?
ok 34 - did we get a tap?
ok 35 - did the write go ok
ok 36 - only Change objects
ok 37 - file save appear as FileChanged
ok 38 - file does exist
ok 39 - did we get an event for writing to the file
ok 40 - did the file close ok
ok 41 - did we get an event for closing the file
ok 42 - did we get a handle again?
ok 43 - only Change objects
ok 44 - file save appear as FileChanged
ok 45 - file does exist
ok 46 - did we get an event for opening the file again
ok 47 - did the second write work
ok 48 - only Change objects
not ok 49 - file save appear as FileChanged
# Failed test 'file save appear as FileChanged'
# at t/spec/S17-supply/watch-path.t line 143
# expected: 'FileChanged'
# got: 'FileRenamed'
ok 50 - file does exist
ok 51 - only Change objects
not ok 52 - file save appear as FileChanged
# Failed test 'file save appear as FileChanged'
# at t/spec/S17-supply/watch-path.t line 143
# expected: 'FileChanged'
# got: 'FileRenamed'
ok 53 - file does exist
not ok 54 - did we get an event for writing to the file again
# Failed test 'did we get an event for writing to the file again'
# at t/spec/S17-supply/watch-path.t line 161
# expected: '3'
# got: '4'
ok 55 - did closing the file again work
not ok 56 - did we get an event for closing the file again
# Failed test 'did we get an event for closing the file again'
# at t/spec/S17-supply/watch-path.t line 171
# expected: '3'
# got: '4'
ok 57 - was the file written ok
ok 58 - only Change objects
ok 59 - slurp file appear as FileChanged
ok 60 - file does not exist
not ok 61 - a slurp should cause any file events
# Failed test 'a slurp should cause any file events'
# at t/spec/S17-supply/watch-path.t line 182
# expected: '4'
# got: '5'
ok 62 - test file removed successfully
ok 63 - only Change objects
ok 64 - unlink file appear as FileRenamed
ok 65 - file does not exist
not ok 66 - the unlink caused an event
# Failed test 'the unlink caused an event'
# at t/spec/S17-supply/watch-path.t line 192
# expected: '5'
# got: '6'
ok 67 - could we close the tap
# Looks like you planned 64 tests, but ran 67
# Looks like you failed 6 tests of 67
not ok 2 - does watch-path work on Mac OS X
# Failed test 'does watch-path work on Mac OS X'
# at t/spec/S17-supply/watch-path.t line 17
ok 3 - make sure we don't have a file (2)
1..64
ok 1 - Did we get a Supply?
ok 2 - did we get a tap?
ok 3 - did we get a handle?
ok 4 - only Change objects
ok 5 - created files appear as FileRenamed
ok 6 - file exists
ok 7 - did we get an event for creating the file
ok 8 - did the write go ok
ok 9 - did we NOT get an event for writing to the file
ok 10 - did the file close ok
ok 11 - only Change objects
ok 12 - created files appear as FileRenamed
ok 13 - file exists
ok 14 - did we NOT get an event for closing the file
ok 15 - did we get a handle again?
ok 16 - did we NOT get an event for opening the file again
ok 17 - did the second write work
ok 18 - did we NOT get an event for writing to the file again
ok 19 - did closing the file again work
ok 20 - only Change objects
ok 21 - created files appear as FileRenamed
ok 22 - file exists
ok 23 - did we get an event for closing the file again
ok 24 - was the file written ok
ok 25 - a slurp should not cause any file events
ok 26 - test file removed successfully
ok 27 - only Change objects
ok 28 - unlink file appear as FileRenamed
ok 29 - file does not exist
ok 30 - the unlink caused an event
ok 31 - could we close the tap
ok 32 - did we get a handle?
ok 33 - did we get a Supply?
ok 34 - did we get a tap?
ok 35 - did the write go ok
ok 36 - only Change objects
ok 37 - file save appear as FileChanged
ok 38 - file does exist
ok 39 - only Change objects
not ok 40 - file save appear as FileChanged
# Failed test 'file save appear as FileChanged'
# at t/spec/S17-supply/watch-path.t line 133
# expected: 'FileChanged'
# got: 'FileRenamed'
ok 41 - file does exist
ok 42 - only Change objects
ok 43 - file save appear as FileChanged
ok 44 - file does exist
not ok 45 - did we get an event for writing to the file
# Failed test 'did we get an event for writing to the file'
# at t/spec/S17-supply/watch-path.t line 140
# expected: '1'
# got: '3'
ok 46 - did the file close ok
not ok 47 - did we get an event for closing the file
# Failed test 'did we get an event for closing the file'
# at t/spec/S17-supply/watch-path.t line 150
# expected: '1'
# got: '3'
ok 48 - did we get a handle again?
ok 49 - only Change objects
ok 50 - file save appear as FileChanged
ok 51 - file does exist
not ok 52 - did we get an event for opening the file again
# Failed test 'did we get an event for opening the file again'
# at t/spec/S17-supply/watch-path.t line 156
# expected: '2'
# got: '4'
ok 53 - did the second write work
ok 54 - only Change objects
not ok 55 - file save appear as FileChanged
# Failed test 'file save appear as FileChanged'
# at t/spec/S17-supply/watch-path.t line 143
# expected: 'FileChanged'
# got: 'FileRenamed'
ok 56 - file does exist
not ok 57 - did we get an event for writing to the file again
# Failed test 'did we get an event for writing to the file again'
# at t/spec/S17-supply/watch-path.t line 161
# expected: '3'
# got: '5'
ok 58 - did closing the file again work
not ok 59 - did we get an event for closing the file again
# Failed test 'did we get an event for closing the file again'
# at t/spec/S17-supply/watch-path.t line 171
# expected: '3'
# got: '5'
ok 60 - was the file written ok
ok 61 - only Change objects
ok 62 - slurp file appear as FileChanged
ok 63 - file does not exist
not ok 64 - a slurp should cause any file events
# Failed test 'a slurp should cause any file events'
# at t/spec/S17-supply/watch-path.t line 182
# expected: '4'
# got: '6'
ok 65 - test file removed successfully
ok 66 - only Change objects
ok 67 - unlink file appear as FileRenamed
ok 68 - file does not exist
not ok 69 - the unlink caused an event
# Failed test 'the unlink caused an event'
# at t/spec/S17-supply/watch-path.t line 192
# expected: '5'
# got: '7'
ok 70 - could we close the tap
# Looks like you planned 64 tests, but ran 70
# Looks like you failed 9 tests of 70
not ok 4 - does IO::Path.watch work on Mac OS X
# Failed test 'does IO::Path.watch work on Mac OS X'
# at t/spec/S17-supply/watch-path.t line 22
# Looks like you failed 2 tests of 4
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
t/spec/S29-os/system.rakudo.moar .. WARNINGS for /Users/zoffix/CPANPRC/rakudo/t/spec/S29-os/system.rakudo.moar:
Useless use of constant integer 1 in sink context (lines 67, 74)
1..37
ok 1 - run() to an existing program does not die (and returns something true)
ok 2 - run() returns a Proc
ok 3 - run() exit code when successful is zero
ok 4 - run() signal after completion is zero
ok 5 - Proc returned from .run has correct command
ok 6 - shell() to an existing program does not die (and returns something true)
ok 7 - shell() returns a Proc
ok 8 - shell() exit code when successful is zero
ok 9 - shell() signal after completion is zero
ok 10 - Proc returned from shell() has correct command
ok 11 - run() to a nonexisting program does not die (and returns something false)
ok 12 - run() returns a Proc even when not successful
ok 13 - run() exit code is not zero on failure
ok 14 - run() to a nonexisting program with an argument list does not die (and returns something false)
/bin/sh: program_that_does_not_exist_ignore_this_error_please.exe: command not found
ok 15 - shell() to a nonexisting program does not die (and returns something false)
ok 16 - shell() returns a Proc even when not successful
ok 17 - shell() exit code is not zero on failure
1..2
ok 1 - code dies
ok 2 - right exception type (X::Proc::Unsuccessful)
ok 18 - run in sink context throws on unsuccessful exit
1..2
/bin/sh: program_that_does_not_exist_ignore_errors_please.exe: command not found
ok 1 - code dies
ok 2 - right exception type (X::Proc::Unsuccessful)
ok 19 - shell in sink context throws on unsuccessful exit
ok 20 - qx{} does not capture stderr
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
ok 21 - no crash with run() in loop; run() in sink context
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
This is Rakudo version 2017.09-498-ge4a5bb17c built on MoarVM version 2017.09.1-614-g19523568
implementing Perl 6.c.
ok 22 - no crash with run() in loop; run() not in sink context
ok 23 - :merge with run on non-existent program does not crash [attempt 0]
ok 24 - :merge with run on non-existent program does not crash [attempt 1]
ok 25 - :merge with run on non-existent program does not crash [attempt 2]
ok 26 - :merge with run on non-existent program does not crash [attempt 3]
ok 27 - :merge with run on non-existent program does not crash [attempt 4]
ok 28 - :merge with run on non-existent program does not crash [attempt 5]
ok 29 - :merge with run on non-existent program does not crash [attempt 6]
ok 30 - :merge with run on non-existent program does not crash [attempt 7]
ok 31 - :merge with run on non-existent program does not crash [attempt 8]
ok 32 - :merge with run on non-existent program does not crash [attempt 9]
not ok 33 - LAST phaser gets triggered when using -n command line switch # TODO RT 128398
# Failed test 'LAST phaser gets triggered when using -n command line switch'
# at t/spec/S29-os/system.rakudo.moar line 101
# expected: '1
# test worked
# '
# got: '1
# '
1..2
/bin/sh: perl6: command not found
ok 1 - qqx{} is affected by chdir()
ok 2 - run() is affected by chdir()
ok 34 - &chdir changes the directory processes are spawned in
1..1
not ok 1 - run sets $cwd and $env
# Failed test 'run sets $cwd and $env'
# at t/spec/S29-os/system.rakudo.moar line 149
# expected: 'Testing42'
# got: ''
# Looks like you failed 1 test of 1
not ok 35 - :cwd(...) changes the directory processes are spawned in
# Failed test ':cwd(...) changes the directory processes are spawned in'
# at t/spec/S29-os/system.rakudo.moar line 132
1..4
1..2
ok 1 - code dies
ok 2 - right exception type (X::Proc::Unsuccessful)
ok 1 - .out.close Proc explodes when sunk
1..2
ok 1 - code dies
ok 2 - right exception type (X::Proc::Unsuccessful)
ok 2 - .err.close Proc explodes when sunk
ok 3 - .out.slurp is empty
ok 4 - .err.slurp is empty
ok 36 - .out/.err proc pipes on failed command
1..3
ok 1 - in
ok 2 - out
ok 3 - err
ok 37 - all Proc pipes return Proc on .close
# FUDGED!
# Looks like you failed 1 test of 37
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/37 subtests
t/spec/S32-str/utf8-c8.t ..........
1..56
ok 1 - Can decode byte buffer with 0xFE in it as utf8-c8
ok 2 - Got expected number of chars
ok 3 - Got first char, which was valid UTF-8
ok 4 - Got last char, which was valid UTF-8
ok 5 - Encoding back to utf8-c8 round-trips
ok 6 - Can decode byte buffer with 0xFE 0xFD bytes in middle as utf8-c8
ok 7 - Got expected number of chars
ok 8 - Got first char, which was valid UTF-8
ok 9 - Got last char, which was valid UTF-8
ok 10 - Encoding back to utf8-c8 round-trips
ok 11 - Can decode byte buffer with 0xFC at end as utf8-c8
ok 12 - Got expected number of chars
ok 13 - Got first char, which was valid UTF-8
ok 14 - Got second char, which was valid UTF-8
ok 15 - Encoding back to utf8-c8 round-trips
ok 16 - utf8-c8 can cope with ordinary synthetics
ok 17 - utf8-c8 round-trips ordinary synthetics
ok 18 - Can decode byte buffer with 0xE9 in middle as utf8-c8
ok 19 - Got expected number of chars
ok 20 - Got first char, which was valid UTF-8
ok 21 - Got third char, which was valid UTF-8
ok 22 - Got forth char, which was valid UTF-8
ok 23 - Encoding back to utf8-c8 round-trips
ok 24 - Can slurp file with non-UTF-8 octets as utf8-c8
ok 25 - Slurped correct number of chars
ok 26 - First valid UTF-8 char OK
ok 27 - Second valid UTF-8 char OK
ok 28 - Third valid UTF-8 char OK
ok 29 - Encoding back to utf8-c8 roundtrips
ok 30 - Can run Perl 6 with non-UTF-8 environment
/bin/sh: L■ᄈᄅon: Illegal byte sequence
not ok 31 - Can run Perl 6 sourcefile with non-UTF-8 name
# Failed test 'Can run Perl 6 sourcefile with non-UTF-8 name'
# at t/spec/S32-str/utf8-c8.t line 98
# expected: '42'
# got: (Nil)
ok 32 - Decoding Buf with just 0xFE works
ok 33 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#1]
ok 34 - Also round-trips correct from a file [Buf \#1]
ok 35 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#2]
ok 36 - Also round-trips correct from a file [Buf \#2]
ok 37 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#3]
ok 38 - Also round-trips correct from a file [Buf \#3]
ok 39 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#4]
ok 40 - Also round-trips correct from a file [Buf \#4]
ok 41 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#5]
ok 42 - Also round-trips correct from a file [Buf \#5]
ok 43 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#6]
ok 44 - Also round-trips correct from a file [Buf \#6]
ok 45 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#7]
ok 46 - Also round-trips correct from a file [Buf \#7]
ok 47 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#8]
ok 48 - Also round-trips correct from a file [Buf \#8]
ok 49 - .decode.encode roundtrips correctly for utf8-c8 [Buf \#9]
ok 50 - Also round-trips correct from a file [Buf \#9]
ok 51 - Can slurp long file using utf8-c8 encoding
ok 52 - Can read lines correctly using utf8-c8
ok 53 - Valid and NFC UTF-8 comes out fine (string case)
ok 54 - Valid and NFC UTF-8 comes out fine (file case)
ok 55 - UTF8-C8 retains the same number of ¬タリchars¬タル after .subst operation
ok 56 - lives-ok when decoding Unicode Surrogates and values higher than 0x10FFFF
# Looks like you failed 1 test of 56
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/56 subtests
Test Summary Report
-------------------
t/spec/S17-supply/watch-path.t (Wstat: 512 Tests: 4 Failed: 2)
Failed tests: 2, 4
Non-zero exit status: 2
t/spec/S29-os/system.rakudo.moar (Wstat: 256 Tests: 37 Failed: 1)
Failed test: 35
Non-zero exit status: 1
t/spec/S32-str/utf8-c8.t (Wstat: 256 Tests: 56 Failed: 1)
Failed test: 31
Non-zero exit status: 1
Files=3, Tests=97, 51 wallclock secs ( 0.22 usr 0.05 sys + 20.83 cusr 7.11 csys = 28.21 CPU)
Result: FAIL
zoffix@steves-Air~/CPANPRC/rakudo (nom)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment