Skip Menu |

This queue is for tickets about the Excel-Template-XLSX CPAN distribution.

Report information
The Basics
Id: 130912
Status: new
Priority: 0/
Queue: Excel-Template-XLSX

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

Bug Information
Severity: (no value)
Broken in: v1.0.9
Fixed in: (no value)



CC: jmcnamara [...] cpan.org
Subject: t/06-cell.t fails with Excel::Writer::XLSX 1.01
On some of my smoker systems the test suite fails: ... # Failed test 'Row Height' # at t/06-cell.t line 49. # got: 'ARRAY(0x455296d8)' # expected: '20' # Failed test 'Column Width' # at t/06-cell.t line 50. # got: '1161367392' # expected: '25' # Looks like you failed 2 tests of 5. t/06-cell.t ............... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/5 subtests ... Statistical analysis suggests that this happens if Excel::Writer::XLSX 1.01 is installed (theta=-1 means "bad"): **************************************************************** Regression 'mod:Excel::Writer::XLSX' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 15495649040831174.00 [1='eq_0.99'] 0.0000 0.0000 0.98 [2='eq_1.00'] 0.0000 0.0000 3.14 [3='eq_1.01'] -1.0000 0.0000 -14016341932218422.00 R^2= 1.000, N= 64, K= 4 ****************************************************************
RT-Send-CC: jmcnamara [...] cpan.org
On 2019-11-05 18:19:39, SREZIC wrote: Show quoted text
> On some of my smoker systems the test suite fails: > > ... > # Failed test 'Row Height' > # at t/06-cell.t line 49. > # got: 'ARRAY(0x455296d8)' > # expected: '20' > > # Failed test 'Column Width' > # at t/06-cell.t line 50. > # got: '1161367392' > # expected: '25' > # Looks like you failed 2 tests of 5. > t/06-cell.t ............... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/5 subtests > ... > > Statistical analysis suggests that this happens if Excel::Writer::XLSX > 1.01 is installed (theta=-1 means "bad"): > > **************************************************************** > Regression 'mod:Excel::Writer::XLSX' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 15495649040831174.00 > [1='eq_0.99'] 0.0000 0.0000 0.98 > [2='eq_1.00'] 0.0000 0.0000 3.14 > [3='eq_1.01'] -1.0000 0.0000 -14016341932218422.00 > > R^2= 1.000, N= 64, K= 4 > ****************************************************************
With release v1.1.0 it seems to be the other way around: it fails with older Excel::Writer::XLSX versions. The test error: ... Can't use string ("20") as an ARRAY ref while "strict refs" in use at t/06-cell.t line 49. t/06-cell.t ............... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... Statistical analysis: **************************************************************** Regression 'mod:Excel::Writer::XLSX' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.0000 0.0000 6.06 [1='eq_0.99'] -0.0000 0.0000 -3.50 [2='eq_1.00'] -0.0000 0.0000 -3.50 [3='eq_1.02'] 1.0000 0.0000 48361923957180968.00 R^2= 1.000, N= 45, K= 4 ****************************************************************