Package Details: perl-test-www-mechanize 1.60-1

Git Clone URL: https://aur.archlinux.org/perl-test-www-mechanize.git (read-only, click to copy)
Package Base: perl-test-www-mechanize
Description: Testing-specific WWW::Mechanize subclass
Upstream URL: https://metacpan.org/release/Test-WWW-Mechanize
Licenses: Artistic2.0
Submitter: None
Maintainer: None
Last Packager: cpanbot
Votes: 6
Popularity: 0.000000
First Submitted: 2009-05-23 17:47 (UTC)
Last Updated: 2024-02-04 21:27 (UTC)

Latest Comments

micwoj92 commented on 2024-10-30 16:59 (UTC)

Find test log below:

==> Starting check()...
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Test::WWW::Mechanize 1.60 on Perl 5.040000, /usr/bin/perl
# LWP 6.77
# WWW::Mechanize 2.19
# Test::More 1.302199
# Test::Builder::Tester 1.302199
# Optional HTML::Lint not found. Install it to use additional features.
# Optional HTML::Tidy5 not found. Install it to use additional features.
t/00-load.t ................ ok
t/autolint.t ............... skipped: HTML::Lint 2.20 is not installed, cannot test autolint
t/autotidy.t ............... skipped: Optional HTML::Tidy5 1.00 is not installed, cannot test autotidy.
t/button_exists.t .......... ok
# Test server http://127.0.0.1:37548 as PID 1144
t/click_ok.t ............... ok
t/content_contains.t ....... ok
t/content_lacks.t .......... ok
# Test server http://127.0.0.1:22720 as PID 1150
t/delete_ok.t .............. ok
t/follow_link_ok.t ......... ok
t/followable_links.t ....... ok
t/get_ok-parms.t ........... ok
t/get_ok.t ................. ok
t/has_tag.t ................ ok
t/head_ok-parms.t .......... ok
t/head_ok.t ................ ok
# Test server http://127.0.0.1:31530 as PID 1171
t/headers.t ................ ok
t/html_lint_ok.t ........... skipped: HTML::Lint 2.20 is not installed, cannot test html_lint_ok
t/html_tidy_ok.t ........... skipped: Optional HTML::Tidy5 1.00 is not installed, cannot test html_tidy_ok
t/id_exists.t .............. ok
t/lacks_uncapped_inputs.t .. ok
t/link_content.t ........... ok
t/link_status.t ............ ok
t/links_ok.t ............... ok
t/new.t .................... ok
t/page_links_content.t ..... ok
t/page_links_ok.t .......... ok
t/pod-coverage.t ........... skipped: Test::Pod::Coverage 0.08 required for testing POD coverage
t/pod.t .................... skipped: Test::Pod 1.00 required for testing POD
t/post_ok.t ................ ok
# Test server http://127.0.0.1:26061 as PID 1197
t/put_ok.t ................. ok
t/scrape_text_by_id.t ...... ok
t/stuff_inputs.t ........... ok
# Test server http://127.0.0.1:36329 as PID 1204
t/submit_form_ok.t ......... ok
Can't locate HTML/TreeBuilder.pm in @INC (you may need to install the HTML::TreeBuilder module) (@INC entries checked: /build/perl-test-www-mechanize/src/Test-WWW-Mechanize-1.60/blib/lib /build/perl-test-www-mechanize/src/Test-WWW-Mechanize-1.60/blib/arch /usr/lib/perl5/5.40/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.40/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.40/core_perl /usr/share/perl5/core_perl) at /usr/share/perl5/vendor_perl/WWW/Mechanize.pm line 370.
t/text_contains.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/5 subtests 
t/title_is.t ............... ok

Test Summary Report
-------------------
t/text_contains.t        (Wstat: 512 (exited 2) Tests: 2 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 5 tests but ran 2.
Files=35, Tests=290, 10 wallclock secs ( 0.10 usr  0.07 sys +  3.36 cusr  1.24 csys =  4.77 CPU)
Result: FAIL
Failed 1/35 test programs. 0/290 subtests failed.
make: *** [Makefile:898: test_dynamic] Error 255
==> ERROR: A failure occurred in check().
    Aborting...

bence98 commented on 2024-10-30 07:59 (UTC)

@micwoj92 This issue needs to be taken upstream, as they don't declare Html::Tree as a testdep: https://github.com/petdance/test-www-mechanize/issues Exactly which test fails?

@MarsSeed Thank you for the orphan request. You know you can mail me directly, too?

micwoj92 commented on 2024-06-16 21:44 (UTC)

Needs perl-html-tree otherwise check fails.

gergan_penkov commented on 2015-08-09 14:31 (UTC)

please add perl-cgi to the builddeps as this package is needed for the tests