Skip Menu |

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

Report information
The Basics
Id: 95019
Status: resolved
Priority: 0/
Queue: Log-Log4perl

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.43
Fixed in: (no value)



Subject: t/026FileApp.t fails on Win32 w/ Strawberry X86 5.19.11

This has different symptoms from the other very generic Win32 bug ( which I did not see happen ), so opening a new bug:

 

t/025CustLevels.t ......... ok

#   Failed test at t/026FileApp.t line 481.
#          got: '511'
#     expected: '488'

#   Failed test at t/026FileApp.t line 485.
#          got: '438'
#     expected: '416'
cannot unlink file for t\tmp\test26_1\test26.log: Permission denied at t/026FileApp.t line 52.
cannot remove directory for t\tmp\test26_1: Directory not empty at t/026FileApp.t line 52.
# Looks like you failed 2 tests of 26.
t/026FileApp.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/26 subtests
    (less 3 skipped subtests: 21 okay)
t/027Watch2.t ............. ok
t/027Watch3.t ............. skipped: only on platforms supporting signals
No such signal: SIGUSR1 at C:\Users\Kent\.cpanm\work\1398375229.3908\Log-Log4perl-1.43\blib\lib/Log/Log4perl/Config/Watch.pm line 39.

....


Test Summary Report
-------------------
t/026FileApp.t          (Wstat: 512 Tests: 26 Failed: 2)
  Failed tests:  24-25
  Non-zero exit status: 2
Files=71, Tests=703, 32 wallclock secs ( 0.34 usr +  0.08 sys =  0.42 CPU)
Result: FAIL

 

On Thu Apr 24 17:44:27 2014, KENTNL wrote: Show quoted text
> # Failed test at t/026FileApp.t line 481. > # got: '511' > # expected: '488'
Thanks for the note, this bug has been addressed by skipping those tests on Win32 which doesn't support umask properly: https://github.com/mschilli/log4perl/commit/11af71bc8e77d8f7c56f19 It'll go out with the next release (1.44).