* Matthias Klose <d...@debian.org> [2023-08-03 04:23]:

Package: src:octave-statistics
Version: 1.6.0-1
Severity: serious
Tags: sid trixie

octave autopkg tests fail in unstable on amd64 (triggered by gcc-13).

https://ci.debian.net/data/autopkgtest/testing/amd64/o/octave-statistics/36329437/log.gz

Not sure which ones are the regressions, because all failures seem to be marked as "known failure".

Thanks for the bug report, Matthias.

Just for the record, this is the offending unit test:

    308s [inst/ConfusionMatrixChart.m]
    308s >>>>>
    
/tmp/autopkgtest-lxc.9x_h6bvs/downtmp/build.BGX/src/inst/ConfusionMatrixChart.m
    308s ***** demo
    308s  ## Create a simple ConfusionMatrixChart Object
    308s
    308s  cm = ConfusionMatrixChart (gca, [1 2; 1 2], {"A","B"},{"XLabel","LABEL 
A"})
    308s  NormalizedValues = cm.NormalizedValues
    308s  ClassLabels = cm.ClassLabels
    308s ***** shared visibility_setting
    308s  visibility_setting = get (0, "DefaultFigureVisible");
    308s ***** test
    308s  set (0, "DefaultFigureVisible", "off");
    308s  cm = ConfusionMatrixChart (gca, [1 2; 1 2], {"A","B"},{"XLabel","LABEL 
A"});
    308s  assert (isa (cm, "ConfusionMatrixChart"), true);
    308s  set (0, "DefaultFigureVisible", visibility_setting);
    308s warning: Non-positive limit for logarithmic axis ignored
    308s !!!!! test failed
    308s set: "cameratarget" must be finite
    308s shared variables     visibility_setting = on
    308s 1 test, 0 passed, 0 known failure, 0 skipped

We have seen this problem already elsewhere. I will try to investigate it.

Best,

Rafael Laboissière

Reply via email to