# Pastebin vgL2Nr2z MacBook-Pro-de-Fernando:rakudo fernando$ t/fudgeandrun t/spec/S17-supply/watch-path.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? not ok 40 - 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 162 # expected: '2' # got: '1' ok 41 - did the second write work ok 42 - only Change objects ok 43 - file does exist 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 10 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 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 Files=1, Tests=4, 31 wallclock secs ( 0.05 usr 0.01 sys + 14.09 cusr 12.74 csys = 26.89 CPU) Result: FAIL