Skip Menu |

This queue is for tickets about the Log-Agent CPAN distribution.

Report information
The Basics
Id: 745
Status: resolved
Priority: 0/
Queue: Log-Agent

People
Owner: mrogaski [...] cpan.org
Requestors: mrogaski [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.301
Fixed in: 0.308



Subject: FIle and Tag errors under MacOS X
Mark- I am trying to run Log::Agent v0.301 on Mac OS X 10.1.5. I executed: make test TEST_VERBOSE=1 >testoutput.txt I have attached testoutput.txt. I am trying to debug the problem and will send a patch back if I'm able to fix it. Log::Agent really looks like a great module. I do most of my development on OS X and production is switching from Mandrake to Debian GNU/Linux. I'm really looking forward to building everything we do on top of Log::Agent. Thanks for your time- -R
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/caller..........1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/carp_default....1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/carp_file.......1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/carp_fork.......1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/carp_silent.....1..2 ok 1 ok 2 ok t/default.........1..4 ok 1 ok 2 ok 3 ok 4 ok t/default_exp.....1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/file............1..38 not ok 1 # Failed test 1 in t/file.t at line 57 ok 2 not ok 3 # Failed test 3 in t/file.t at line 59 ok 4 ok 5 not ok 6 # Failed test 6 in t/file.t at line 96 ok 7 not ok 8 # Failed test 8 in t/file.t at line 98 ok 9 not ok 10 # Failed test 10 in t/file.t at line 100 ok 11 not ok 12 # Failed test 12 in t/file.t at line 102 ok 13 ok 14 not ok 15 # Failed test 15 in t/file.t at line 126 ok 16 not ok 17 # Failed test 17 in t/file.t at line 128 ok 18 not ok 19 # Failed test 19 in t/file.t at line 130 ok 20 not ok 21 # Failed test 21 in t/file.t at line 132 ok 22 ok 23 ok 24 not ok 25 # Failed test 25 in t/file.t at line 156 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 FAILED tests 1, 3, 6, 8, 10, 12, 15, 17, 19, 21, 25 Failed 11/38 tests, 71.05% okay t/fork............1..19 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 not ok 12 # Failed test 12 in t/fork.t at line 82 ok 13 not ok 14 # Failed test 14 in t/fork.t at line 84 ok 15 not ok 16 # Failed test 16 in t/fork.t at line 86 ok 17 not ok 18 # Failed test 18 in t/fork.t at line 88 ok 19 FAILED tests 12, 14, 16, 18 Failed 4/19 tests, 78.95% okay t/priority........1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/tag_callback....1..0 skipped all skipped: no reason given t/tag_string......1..2 not ok 1 not ok 2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/file.t 38 11 28.95% 1 3 6 8 10 12 15 17 19 21 25 t/fork.t 19 4 21.05% 12 14 16 18 t/tag_string.t 2 2 100.00% 1-2 1 test skipped.