# Pastebin h0SMLPr8 MacBook-Pro-de-Fernando:rakudo fernando$ t/fudgeandrun t/spec/S17-supply/watch-path.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 not ok 1 - The object is-a '"Did we get a Supply?"' # Failed test 'The object is-a '"Did we get a Supply?"'' # at t/spec/S17-supply/watch-path.t line 38 # Actual type: Bool ok 2 - did we get a tap? ok 3 - did we get a handle? ok 4 - only Change objects ok 5 - file exists ok 6 - only Change objects ok 7 - file exists not ok 8 - did we get an event for creating the file # Failed test 'did we get an event for creating the file' # at t/spec/S17-supply/watch-path.t line 58 # expected: '1' # got: '2' ok 9 - did the write go ok not ok 10 - did we NOT get an event for writing to the file # Failed test 'did we NOT get an event for writing to the file' # at t/spec/S17-supply/watch-path.t line 63 # expected: '1' # got: '2' ok 11 - did the file close ok ok 12 - only Change objects ok 13 - file exists not ok 14 - did we NOT get an event for closing the file # Failed test 'did we NOT get an event for closing the file' # at t/spec/S17-supply/watch-path.t line 73 # expected: '2' # got: '3' ok 15 - did we get a handle again? not ok 16 - did we NOT get an event for opening the file again # Failed test 'did we NOT get an event for opening the file again' # at t/spec/S17-supply/watch-path.t line 79 # expected: '2' # got: '3' ok 17 - did the second write work not ok 18 - did we NOT get an event for writing to the file again # Failed test 'did we NOT get an event for writing to the file again' # at t/spec/S17-supply/watch-path.t line 84 # expected: '2' # got: '3' ok 19 - did closing the file again work ok 20 - only Change objects ok 21 - file exists not ok 22 - 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 94 # expected: '3' # got: '4' ok 23 - was the file written ok not ok 24 - a slurp should not cause any file events # Failed test 'a slurp should not cause any file events' # at t/spec/S17-supply/watch-path.t line 100 # expected: '3' # got: '4' ok 25 - test file removed successfully ok 26 - only Change objects ok 27 - file does not exist not ok 28 - the unlink caused an event # Failed test 'the unlink caused an event' # at t/spec/S17-supply/watch-path.t line 111 # expected: '4' # got: '5' ok 29 - could we close the tap ok 30 - did we get a handle? ok 31 - did we get a Supply? ok 32 - did we get a tap? ok 33 - did the write go ok ok 34 - only Change objects ok 35 - file does exist ok 36 - did we get an event for writing to the file ok 37 - did the file close ok ok 38 - did we get an event for closing the file ok 39 - did we get a handle again? ok 40 - only Change objects ok 41 - file does exist ok 42 - did we get an event for opening the file again ok 43 - did the second write work ok 44 - only Change objects ok 45 - file does exist ok 46 - did we get an event for writing to the file again ok 47 - did closing the file again work ok 48 - did we get an event for closing the file again ok 49 - was the file written ok ok 50 - only Change objects ok 51 - file does not exist ok 52 - a slurp should cause any file events ok 53 - test file removed successfully ok 54 - only Change objects ok 55 - file does not exist ok 56 - the unlink caused an event ok 57 - could we close the tap # Looks like you planned 64 tests, but ran 57 # Looks like you failed 9 tests of 57 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 not ok 1 - The object is-a '"Did we get a Supply?"' # Failed test 'The object is-a '"Did we get a Supply?"'' # at t/spec/S17-supply/watch-path.t line 38 # Actual type: Bool ok 2 - did we get a tap? ok 3 - did we get a handle? ok 4 - only Change objects ok 5 - file exists ok 6 - did we get an event for creating the file ok 7 - did the write go ok ok 8 - did we NOT get an event for writing to the file ok 9 - did the file close ok ok 10 - only Change objects ok 11 - file exists ok 12 - did we NOT get an event for closing the file ok 13 - did we get a handle again? ok 14 - did we NOT get an event for opening the file again ok 15 - did the second write work ok 16 - did we NOT get an event for writing to the file again ok 17 - did closing the file again work ok 18 - only Change objects ok 19 - file exists ok 20 - did we get an event for closing the file again ok 21 - was the file written ok ok 22 - a slurp should not cause any file events ok 23 - test file removed successfully ok 24 - only Change objects ok 25 - file does not exist ok 26 - the unlink caused an event ok 27 - could we close the tap ok 28 - did we get a handle? ok 29 - did we get a Supply? ok 30 - did we get a tap? ok 31 - did the write go ok ok 32 - only Change objects ok 33 - file does exist ok 34 - did we get an event for writing to the file ok 35 - did the file close ok ok 36 - did we get an event for closing the file ok 37 - did we get a handle again? ok 38 - only Change objects ok 39 - file does exist ok 40 - did we get an event for opening the file again ok 41 - did the second write work ok 42 - only Change objects ok 43 - file does exist ok 44 - did we get an event for writing to the file again ok 45 - did closing the file again work ok 46 - did we get an event for closing the file again ok 47 - was the file written ok ok 48 - only Change objects ok 49 - file does not exist ok 50 - a slurp should cause any file events ok 51 - test file removed successfully ok 52 - only Change objects ok 53 - file does not exist ok 54 - the unlink caused an event ok 55 - could we close the tap # Looks like you planned 64 tests, but ran 55 # Looks like you failed 1 test of 55 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/S32-str/utf8-c8.t ........ 1..66 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 95 # 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) Malformed UTF-8 at line 1 col 138 in block at t/spec/S32-str/utf8-c8.t line 183 # Looks like you planned 66 tests, but ran 54 # Looks like you failed 1 test of 54 Dubious, test returned 1 (wstat 256, 0x100) Failed 13/66 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/S32-str/utf8-c8.t (Wstat: 256 Tests: 54 Failed: 1) Failed test: 31 Non-zero exit status: 1 Parse errors: Bad plan. You planned 66 tests but ran 54. Files=2, Tests=58, 34 wallclock secs ( 0.05 usr 0.01 sys + 19.07 cusr 13.20 csys = 32.33 CPU) Result: FAIL