Skip to content

Instantly share code, notes, and snippets.

@mattn
Created May 7, 2015 05:39
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 mattn/077f42e3b524d1e174b9 to your computer and use it in GitHub Desktop.
Save mattn/077f42e3b524d1e174b9 to your computer and use it in GitHub Desktop.
C:\dev\HTTP-Tinyish>build test
t/tinyish.t .. # Testing with HTTP::Tinyish::LWP
t/tinyish.t .. 1/?
# Failed test at t/tinyish.t line 25.
t/tinyish.t .. 3/? # got: '500'
# expected: '200'
# Failed test at t/tinyish.t line 26.
# 'Can't connect to cpan.metacpan.org:443
#
# Invalid argument at C:/strawberry/perl/vendor/lib/LWP/Protocol/http.pm line 41
.
# '
# doesn't match '(?^:Comprehensive)'
t/tinyish.t .. 12/? # Testing with HTTP::Tinyish::HTTPTiny
# Failed test at t/tinyish.t line 25.
# got: '400'
# expected: '200'
# Failed test at t/tinyish.t line 26.
# undef
# doesn't match '(?^:Comprehensive)'
t/tinyish.t .. 23/? # Testing with HTTP::Tinyish::Curl
No backend configured for scheme http at t/tinyish.t line 19.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 9 just after 26.
t/tinyish.t .. Dubious, test returned 9 (wstat 2304, 0x900)
Failed 4/26 subtests
Test Summary Report
-------------------
t/tinyish.t (Wstat: 2304 Tests: 26 Failed: 4)
Failed tests: 3-4, 16-17
Non-zero exit status: 9
Parse errors: No plan found in TAP output
Files=1, Tests=26, 28 wallclock secs ( 0.06 usr + 0.02 sys = 0.08 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment