Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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 marcusramberg/8f96349b5b8e47d70d4e28c5045f0515 to your computer and use it in GitHub Desktop.
Save marcusramberg/8f96349b5b8e47d70d4e28c5045f0515 to your computer and use it in GitHub Desktop.
t/mojo/log.t ............................... 1/?
# Failed test 'right error message'
# at t/mojo/log.t line 32.
Wide character in print at /home/marcus/.plenv/versions/5.26.0/lib/perl5/site_perl/5.26.0/Test2/Formatter/TAP.pm line 113.
# '[error] Just works
# [fatal] I ♥ Mojolicious
# [debug] Works too
# '
# doesn't match '(?^:\[.*\] \[error\] Just works\n)'
# Failed test 'right fatal message'
# at t/mojo/log.t line 33.
Wide character in print at /home/marcus/.plenv/versions/5.26.0/lib/perl5/site_perl/5.26.0/Test2/Formatter/TAP.pm line 113.
# '[error] Just works
# [fatal] I ♥ Mojolicious
# [debug] Works too
# '
# doesn't match '(?^u:\[.*\] \[fatal\] I ♥ Mojolicious\n)'
# Failed test 'right debug message'
# at t/mojo/log.t line 34.
Wide character in print at /home/marcus/.plenv/versions/5.26.0/lib/perl5/site_perl/5.26.0/Test2/Formatter/TAP.pm line 113.
# '[error] Just works
# [fatal] I ♥ Mojolicious
# [debug] Works too
# '
# doesn't match '(?^:\[.*\] \[debug\] Works too\n)'
# Failed test 'right format'
# at t/mojo/log.t line 38.
# '[debug] Test 123
# '
# doesn't match '(?^:^\[.*\] \[debug\] Test 123\n$)'
# Failed test 'right format'
# at t/mojo/log.t line 40.
# '[debug] Test
# 1
# 2
# 3
# '
# doesn't match '(?^:^\[.*\] \[debug\] Test\n1\n2\n3\n$)'
# Failed test 'right format'
# at t/mojo/log.t line 42.
Wide character in print at /home/marcus/.plenv/versions/5.26.0/lib/perl5/site_perl/5.26.0/Test2/Formatter/TAP.pm line 113.
# '[error] I ♥ Mojolicious
# '
# doesn't match '(?^u:^\[.*\] \[error\] I ♥ Mojolicious\n$)'
# Failed test 'systemd has not been detected'
# at t/mojo/log.t line 56.
# Failed test 'right format'
# at t/mojo/log.t line 57.
# '[debug] Test 123
# '
# doesn't match '(?^:^\[.*\] \[debug\] Test 123\n$)'
# Failed test 'right error message'
# at t/mojo/log.t line 109.
# '[error] First
# [fatal] Second
# [info] Fourth
# Fifth
# '
# doesn't match '(?^:\[.*\] \[error\] First\n)'
# Failed test 'right info message'
# at t/mojo/log.t line 110.
# '[error] First
# [fatal] Second
# [info] Fourth
# Fifth
# '
# doesn't match '(?^:\[.*\] \[info\] Fourth\nFifth\n)'
# Looks like you failed 10 tests of 56.
t/mojo/log.t ............................... Dubious, test returned 10 (wstat 2560, 0xa00)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment