octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43206] gunzip deletes source files


From: Rik
Subject: [Octave-bug-tracker] [bug #43206] gunzip deletes source files
Date: Sun, 5 Sep 2021 00:09:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Follow-up Comment #12, bug #43206 (project octave):

I'm getting 2 failures in the BIST tests for gzip.cc and 1 in unpack.m.  Is
anybody else seeing this from "make check"?

I went to debug the first failed test and I found it was in the BIST function
test_large_file().  The failing code is only for gzip and is shown below.


%!  unlink_or_error (test_file);
%!  uz_filelist = z.unzip (z_file);
%!  assert (is_same_file (uz_filelist, {test_file}))

The problem seems to be that uz_filelist contains more than just a filename. 
Output from the debugger is


debug> uz_filelist 
uz_filelist =
{
  [1,1] = /tmp/oct-DRbD3A/oct-hwAtPs.gz:          5.7% -- replaced with
/tmp/oct-DRbD3A/oct-hwAtPs
}




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?43206>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]