Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created June 17, 2009 14:48
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 robinsmidsrod/131264 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/131264 to your computer and use it in GitHub Desktop.
t/00.load.t ........ 1/1 # Testing XML::Toolkit 0.06
t/00.load.t ........ ok
t/01.basic.t ....... 4/? These XML namespaces have no mapping:
# Looks like your test exited with 255 just after 4.
t/01.basic.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
All 4 subtests passed
t/02.namespaced.t .. 1/? These XML namespaces have no mapping:
# Looks like your test exited with 255 just after 4.
t/02.namespaced.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
All 4 subtests passed
Test Summary Report
-------------------
t/01.basic.t (Wstat: 65280 Tests: 4 Failed: 0)
Non-zero exit status: 255
t/02.namespaced.t (Wstat: 65280 Tests: 4 Failed: 0)
Non-zero exit status: 255
Files=3, Tests=9, 7 wallclock secs ( 0.09 usr 0.04 sys + 5.20 cusr 0.42 csys = 5.75 CPU)
Result: FAIL
Failed 2/3 test programs. 0/9 subtests failed.
make: *** [test_dynamic] Error 255
robin@server:~/src/xml-toolkit$ make test|gist
# Testing XML::Toolkit 0.06
These XML namespaces have no mapping:
# Looks like your test exited with 255 just after 4.
These XML namespaces have no mapping:
# Looks like your test exited with 255 just after 4.
Failed 2/3 test programs. 0/9 subtests failed.
make: *** [test_dynamic] Error 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment