all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Cc: Juri Linkov <juri@linkov.net>
Subject: Re: master 91e02dde5fe: New tests for nested archives (bug#70987)
Date: Mon, 20 May 2024 13:45:37 +0200	[thread overview]
Message-ID: <87h6eslna6.fsf@gmx.de> (raw)
In-Reply-To: <20240520062438.19910C35337@vcs2.savannah.gnu.org> (Juri Linkov's message of "Mon, 20 May 2024 02:24:37 -0400 (EDT)")

Juri Linkov <juri@jurta.org> writes:

Hi Juri,

>     New tests for nested archives (bug#70987)
>
>     * test/lisp/tar-mode-tests.el (tar-mode-test-tar-extract-zip-and-gz):
>     * test/lisp/arc-mode-tests.el (arc-mode-test-zip-extract-tar-and-gz):
>     New tests.
>     * test/data/decompress/tzg.tar.gz:
>     * test/data/decompress/ztg.zip:
>     New data files to test decompressing of different combinations
>     of nested tar and zip archives.
> ---
>  test/data/decompress/tzg.tar.gz | Bin 0 -> 255 bytes
>  test/data/decompress/ztg.zip    | Bin 0 -> 316 bytes
>  test/lisp/arc-mode-tests.el     |  16 ++++++++++++++++
>  test/lisp/tar-mode-tests.el     |  14 ++++++++++++++
>  4 files changed, 30 insertions(+)

This fails:

--8<---------------cut here---------------start------------->8---
# make -C test tar-mode-tests
make: Entering directory '/home/albinus/src/emacs/test'
make[1]: Entering directory '/home/albinus/src/emacs/test'
  ELC+ELN  lisp/tar-mode-tests.elc
  GEN      lisp/tar-mode-tests.log
Running 3 tests (2024-05-20 13:40:09+0200, selector `(not (tag :unstable))')
uncompressing tg.tar.gz...
uncompressing tg.tar.gz...done
Parsing tar file...
Parsing tar file...done
uncompressing gfk2kIr.gz...
uncompressing gfk2kIr.gz...done
   passed  1/3  tar-mode-test-tar-extract-gz (0.697621 sec)
uncompressing tzg.tar.gz...
uncompressing tzg.tar.gz...done
Parsing tar file...
Parsing tar file...done
Parsing archive file...
Parsing archive file...done.
unzip:  cannot find or open /home/albinus/src/emacs/test/data/decompress/tzg.tar.gz!./zg.zip, /home/albinus/src/emacs/test/data/decompress/tzg.tar.gz!./zg.zip.zip or /home/albinus/src/emacs/test/data/decompress/tzg.tar.gz!./zg.zip.ZIP.

uncompressing gl7vatI.gz...
Test tar-mode-test-tar-extract-zip-and-gz backtrace:
  signal(compression-error ("Opening input file" "error uncompressing
  jka-compr-insert-file-contents("/tmp/gl7vatI.gz" nil nil nil nil)
  apply(jka-compr-insert-file-contents ("/tmp/gl7vatI.gz" nil nil nil
  jka-compr-handler(insert-file-contents "/tmp/gl7vatI.gz" nil nil nil
  insert-file-contents("/tmp/gl7vatI.gz")
  archive-try-jka-compr()
  archive-extract()
  (setq gz-buffer (archive-extract))
  (save-current-buffer (set-buffer (setq zip-buffer (tar-extract))) (s
  (save-current-buffer (set-buffer (setq tar-buffer (find-file-noselec
  (unwind-protect (save-current-buffer (set-buffer (setq tar-buffer (f
  (let* ((tar-file (expand-file-name "tzg.tar.gz" tar-mode-tests-data-
  #f(lambda () [t] (let* ((fn-15 #'executable-find) (args-16 (conditio
  #f(compiled-function () #<bytecode -0x199614d94ac54fba>)()
  handler-bind-1(#f(compiled-function () #<bytecode -0x199614d94ac54fb
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name tar-mode-test-tar-extract-zip-and-gz
  ert-run-or-rerun-test(#s(ert--stats :selector (not (tag :unstable))
  ert-run-tests((not (tag :unstable)) #f(compiled-function (event-type
  ert-run-tests-batch((not (tag :unstable)))
  ert-run-tests-batch-and-exit((not (tag :unstable)))
  eval((ert-run-tests-batch-and-exit '(not (tag :unstable))) t)
  command-line-1(("-L" ":." "-l" "ert" "--eval" "(setq treesit-extra-l
  command-line()
  normal-top-level()
Test tar-mode-test-tar-extract-zip-and-gz condition:
    (compression-error "Opening input file"
		       "error uncompressing gl7vatI.gz" "/tmp/gl7vatI.gz")
   FAILED  2/3  tar-mode-test-tar-extract-zip-and-gz (0.168586 sec) at lisp/tar-mode-tests.el:49
   passed  3/3  tar-mode-test-tar-grind-file-mode (0.000084 sec)

Ran 3 tests, 2 results as expected, 1 unexpected (2024-05-20 13:40:10+0200, 1.049251 sec)

1 unexpected results:
   FAILED  tar-mode-test-tar-extract-zip-and-gz

make[1]: *** [Makefile:185: lisp/tar-mode-tests.log] Error 1
make[1]: Leaving directory '/home/albinus/src/emacs/test'
make: *** [Makefile:251: lisp/tar-mode-tests] Error 2
make: Leaving directory '/home/albinus/src/emacs/test'
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.



       reply	other threads:[~2024-05-20 11:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <171618627762.8573.3679457028884512823@vcs2.savannah.gnu.org>
     [not found] ` <20240520062438.19910C35337@vcs2.savannah.gnu.org>
2024-05-20 11:45   ` Michael Albinus [this message]
2024-05-20 12:33     ` master 91e02dde5fe: New tests for nested archives (bug#70987) Eli Zaretskii
2024-05-20 13:47       ` Michael Albinus
2024-05-20 17:00         ` Juri Linkov
2024-05-20 18:03           ` Eli Zaretskii
2024-05-24 11:53             ` Benjamin Riefenstahl
2024-05-27 17:45             ` Michael Albinus
2024-05-27 17:58               ` Juri Linkov
2024-05-28  7:11                 ` Michael Albinus
2024-05-28  7:27                   ` Michael Albinus
2024-05-28 11:13                     ` Eli Zaretskii
2024-05-28 11:12                   ` Eli Zaretskii
2024-05-28 11:24                     ` Michael Albinus
2024-05-27 18:08               ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h6eslna6.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=juri@linkov.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.