Skip to content

Instantly share code, notes, and snippets.

@Altai-man
Created March 28, 2021 09:47
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 Altai-man/8c87b45ad885409e627b3216537f7aa8 to your computer and use it in GitHub Desktop.
Save Altai-man/8c87b45ad885409e627b3216537f7aa8 to your computer and use it in GitHub Desktop.
rakudo-m -Ilib t/spec/S17-procasync/kill.rakudo.moar
➜ rakudo git:(master) ✗ ./rakudo-m -Ilib t/spec/S17-procasync/kill.rakudo.moar
1..9
ok 1 - could we write the tester
ok 2 - did the tester arrive ok
ok 3 - The object is-a 'Proc::Async'
ok 4 -
ok 5 - STDOUT for SIGINT should be empty
ok 6 - The object is-a 'Promise'
ok 7 - An object of type 'Proc' can do the method 'exitcode'
ok 8 - did it exit with the right value
not ok 9 - did we get STDOUT # TODO RT #126425 - order of operations for Proc::Async is nondeterminstic
# Failed test 'did we get STDOUT'
# at t/spec/S17-procasync/kill.rakudo.moar line 57
# expected: 'Started
# SIGINT
# '
# got: 'Started
# Done
# '
# FUDGED!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment