Project:Perl/maint-notes/dev-perl/LWPx-ParanoidAgent

From Gentoo Wiki
Jump to:navigation Jump to:search

Testing

root #FEATURES="-network-sandbox" DIST_TEST_OVERRIDE="do network verbose" emerge -va1 dev-perl/LWPx-ParanoidAgent
CODE Expected Output
>>> Test phase: dev-perl/LWPx-ParanoidAgent-1.120.0
 * Enabling ONLINE_TESTS
 * Removing un-needed t/40-slowserver.t
 * Removing un-needed t/50-stuckserver.t
 * Fixing Manifest
 * DIST_TEST_OVERRIDE is set to do verbose network
make -j3 --load-average=4 test TEST_VERBOSE=1 
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/00-all.t ......... 
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
403 Unauthorized access to blocked host
ok 14
403 Unauthorized access to blocked host
ok 15
403 Unauthorized access to blocked host
ok 16
403 Unauthorized access to blocked host
ok 17
200 OK
ok 18
403 Unauthorized access to blocked host
ok 19
200 OK
ok 20
403 Unauthorized access to blocked host
ok 21
403 Unauthorized access to blocked host
ok 22
ok 23
Killing child pid: 13173
1..23
ok
t/30-mirror.t ...... 
1..0 # SKIP Mirror tests needs -url option
skipped: Mirror tests needs -url option
t/40-largefiles.t .. 
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
1..10
ok
All tests successful.
Files=3, Tests=33,  5 wallclock secs ( 0.03 usr  0.01 sys +  0.66 cusr  0.14 csys =  0.84 CPU)
Result: PASS
>>> Completed testing dev-perl/LWPx-ParanoidAgent-1.120.0