From: Michael Albinus <michael.albinus@gmx.de>
To: Juri Linkov <juri@linkov.net>
Cc: emacs-devel@gnu.org
Subject: Re: master 1b64ed6d6a6: * lisp/misc.el (duplicate-line-final-position): New defcustom (bug#64185).
Date: Sat, 01 Jul 2023 09:46:04 +0200 [thread overview]
Message-ID: <87sfa8f51f.fsf@gmx.de> (raw)
In-Reply-To: <86pm5cesnl.fsf@mail.linkov.net> (Juri Linkov's message of "Fri, 30 Jun 2023 20:51:18 +0300")
Juri Linkov <juri@linkov.net> writes:
Hi Juri,
>> Test misc--duplicate-line condition:
>> (ert-test-failed
>> ((should
>> (equal
>> (point)
>> 12))
>> :form
>> (equal 7 12)
>> :value nil :explanation
>> (different-atoms
>> (7 "#x7" "?\7")
>> (12 "#xc" "?\f"))))
>> FAILED 2/7 misc--duplicate-line (0.000560 sec) at lisp/misc-tests.el:83
>> passed 3/7 misc-test-backward-to-word (0.000207 sec)
>> passed 4/7 misc-test-copy-from-above-command (0.000132 sec)
>> passed 5/7 misc-test-forward-to-word (0.000131 sec)
>> passed 6/7 misc-test-upcase-char (0.000114 sec)
>> passed 7/7 misc-test-zap-up-to-char (0.000278 sec)
>> Ran 7 tests, 6 results as expected, 1 unexpected (2023-06-29 18:20:50+0000, 4.174909 sec)
>> 1 unexpected results:
>> FAILED misc--duplicate-line ((should (equal (point) 12)) :form (equal 7 12) :value nil :explanation (different-atoms (7 "#x7" "?\a") (12 "#xc" "?\f")))
>>
>> See for example <https://emba.gnu.org/emacs/emacs/-/jobs/69705>.
>>
>> Running the tests w/o native compilation don't show that error.
>
> It should go away after updating autoloads.
> I did `make autoloads`, and there is no error anymore.
It doesn't look like. See on emba.
There is the job build-native-comp-speed2. It does
--8<---------------cut here---------------start------------->8---
./autogen.sh autoconf
./configure --with-native-compilation
make bootstrap -j2
--8<---------------cut here---------------end--------------->8---
The next job, test-native-comp-speed2, uses the resulting docker
image. And it runs
--8<---------------cut here---------------start------------->8---
make -j4 && make -k -C test check SELECTOR='(not (tag :unstable))'
--8<---------------cut here---------------end--------------->8---
This job produces the error. See for example
<https://emba.gnu.org/emacs/emacs/-/jobs/69782>
<https://emba.gnu.org/emacs/emacs/-/jobs/69783>
Best regards, Michael.
next prev parent reply other threads:[~2023-07-01 7:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <168802306502.18770.6910423069706438994@vcs2.savannah.gnu.org>
[not found] ` <20230629071745.70945C19274@vcs2.savannah.gnu.org>
2023-06-30 9:32 ` master 1b64ed6d6a6: * lisp/misc.el (duplicate-line-final-position): New defcustom (bug#64185) Michael Albinus
2023-06-30 17:51 ` Juri Linkov
2023-07-01 7:46 ` Michael Albinus [this message]
2023-07-02 8:04 ` Michael Albinus
2023-07-02 8:07 ` Mattias Engdegård
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=87sfa8f51f.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.