Skip to content

Instantly share code, notes, and snippets.

@titsuki

titsuki/prove Secret

Created May 8, 2016 14:44
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 titsuki/6d564ff0d50d66df37af7009e9ca012e to your computer and use it in GitHub Desktop.
Save titsuki/6d564ff0d50d66df37af7009e9ca012e to your computer and use it in GitHub Desktop.
$ prove --exec perl6 -r t
t/01-basic.t ..... ok
t/02-password.t .. Use of uninitialized value <element> of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in sub library at /home/itoyota/.rakudobrew/moar-nom/install/share/perl6/site/sources/06B9B99CE1A38C88BE52056F842FF8E9059E9999 (Term::Readsecret) line 9
# Failed test '.message matches timeout waiting for user'
# at gen/moar/m-CORE.setting line 4254
# Expected: timeout waiting for user
# Got: Cannot locate native library '/home/itoyota/.rakudobrew/moar-nom/install/share/perl6/site/resources': /home/itoyota/.rakudobrew/moar-nom/install/share/perl6/site/resources: cannot read file data: Is a directory
# Looks like you failed 1 test of 3
# Failed test 'did we throws-like Exception?'
# at t/02-password.t line 7
# Looks like you failed 1 test of 1
t/02-password.t .. 1/?
# Failed test 'timeout'
# at t/02-password.t line 5
# Looks like you failed 1 test of 1
t/02-password.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/02-password.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment