unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dagobert Michelsen <dam@opencsw.org>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: 47262@debbugs.gnu.org
Subject: bug#47262: [platform-testers] Emacs 27.2 RC2
Date: Sat, 20 Mar 2021 15:14:27 +0100	[thread overview]
Message-ID: <35210B18-1068-41CF-A18E-318E9C37CEDC@opencsw.org> (raw)
In-Reply-To: <87tup66vrp.fsf@gmx.de>

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

Hi Michael,

Am 20.03.2021 um 10:04 schrieb Michael Albinus <michael.albinus@gmx.de>:
> Dagobert Michelsen <dam@opencsw.org> writes:
> Wow! I know that the GFamDirectoryMonitor exists (it is in the gio
> sources), but I couldn't test it ever. Solaris.
> 
> Could you pls apply the appended patch to filenotify-tests.el and show
> the changed filenotify-tests.log file?

Sure, please find the file attached.


[-- Attachment #2: filenotify-tests.log --]
[-- Type: application/octet-stream, Size: 3338 bytes --]

Running 8 tests (2021-03-20 14:07:20+0100, selector `(not (or (tag :expensive-test) (tag :unstable)))')
Library: `gfilenotify'
Monitor: `GFamDirectoryMonitor'
   passed  1/8  file-notify-test00-availability (0.114761 sec)
   passed  2/8  file-notify-test01-add-watch (0.021881 sec)
   passed  3/8  file-notify-test02-rm-watch (0.983746 sec)
Test file-notify-test03-events backtrace:
  signal(ert-test-failed (((should (file-notify--test-with-actions-che
  ert-fail(((should (file-notify--test-with-actions-check actions)) :f
  #f(compiled-function () #<bytecode 0x165123>)()
  ert--run-test-internal(#s(ert--test-execution-info #s(ert-test file-
  ert-run-test(#s(ert-test file-notify-test03-events "Check file creat
  ert-run-or-rerun-test(#s(ert--stats (not ...) [#s(ert-test file-noti
  ert-run-tests((not (or (tag :expensive-test) (tag :unstable))) #f(co
  ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable)))
  ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un
  eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) (
  command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/filenotify-tests" "-
  command-line()
  normal-top-level()
Test file-notify-test03-events condition:
    (ert-test-failed
     ((should
       (file-notify--test-with-actions-check actions))
      :form
      (file-notify--test-with-actions-check
       ((created changed deleted stopped)))
      :value nil :explanation "Received actions do not match expected actions
(created deleted stopped)
(created changed deleted stopped)"))
   FAILED  4/8  file-notify-test03-events (17.010461 sec)
Reverting buffer `file-notify-test9LC2IC'.
Reverting buffer `file-notify-test9LC2IC'.
   passed  5/8  file-notify-test04-autorevert (18.041446 sec)
Test file-notify-test05-file-validity backtrace:
  signal(ert-test-failed (((should (file-notify--test-with-actions-che
  ert-fail(((should (file-notify--test-with-actions-check actions)) :f
  #f(compiled-function () #<bytecode 0x1655d5>)()
  ert--run-test-internal(#s(ert--test-execution-info #s(ert-test file-
  ert-run-test(#s(ert-test file-notify-test05-file-validity "Check `fi
  ert-run-or-rerun-test(#s(ert--stats (not ...) [#s(ert-test file-noti
  ert-run-tests((not (or (tag :expensive-test) (tag :unstable))) #f(co
  ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable)))
  ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un
  eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) (
  command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/filenotify-tests" "-
  command-line()
  normal-top-level()
Test file-notify-test05-file-validity condition:
    (ert-test-failed
     ((should
       (file-notify--test-with-actions-check actions))
      :form
      (file-notify--test-with-actions-check
       ((deleted stopped)))
      :value nil :explanation "Received actions do not match expected actions
(changed deleted stopped)
(deleted stopped)"))
   FAILED  6/8  file-notify-test05-file-validity (17.017923 sec)
   passed  7/8  file-notify-test06-dir-validity (3.011006 sec)
   passed  8/8  file-notify-test08-backup (26.051246 sec)

Ran 8 tests, 6 results as expected, 2 unexpected (2021-03-20 14:08:43+0100, 83.188041 sec)

2 unexpected results:
   FAILED  file-notify-test03-events
   FAILED  file-notify-test05-file-validity


[-- Attachment #3: Type: text/plain, Size: 353 bytes --]



> Many thanks in advance (and be
> prepared, I will exploit you iteratively until all tests pass. If you
> agree :-)

Of course :-)


Best regards

  — Dago

-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896


  reply	other threads:[~2021-03-20 14:14 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <835z1nfvdw.fsf@gnu.org>
2021-03-19 13:42 ` bug#47262: [platform-testers] Emacs 27.2 RC2 Dagobert Michelsen
2021-03-19 14:05   ` Eli Zaretskii
2021-03-19 18:03   ` Robert Pluim
2021-03-19 20:09     ` Eli Zaretskii
2021-03-20  9:04   ` Michael Albinus
2021-03-20 14:14     ` Dagobert Michelsen [this message]
2021-03-20 15:52       ` Michael Albinus
2021-03-20 20:02         ` Dagobert Michelsen
2021-03-21 12:48           ` Michael Albinus
2021-03-22 14:17             ` Dagobert Michelsen
2021-03-22 14:47               ` Michael Albinus
2021-03-23  7:38                 ` Dagobert Michelsen
2021-03-23  8:17                   ` Michael Albinus
2021-03-23  8:42                     ` Dagobert Michelsen
2021-03-23  9:32                       ` Michael Albinus
2021-03-23 11:52                         ` Dagobert Michelsen
2021-03-23 12:08                           ` Michael Albinus
2021-10-21 21:19   ` Stefan Kangas
2021-10-22  6:32     ` Dagobert Michelsen
2021-12-02 22:41       ` Stefan Kangas
2021-12-05 10:09         ` Dagobert Michelsen
2021-12-05 10:42           ` Eli Zaretskii
2021-12-05 11:34             ` Dagobert Michelsen
2021-12-05 13:51               ` Eli Zaretskii
2022-06-25 12:00                 ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=35210B18-1068-41CF-A18E-318E9C37CEDC@opencsw.org \
    --to=dam@opencsw.org \
    --cc=47262@debbugs.gnu.org \
    --cc=michael.albinus@gmx.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).