emacs-devel
[Top][All Lists]
Advanced

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

Re: master 1b64ed6d6a6: * lisp/misc.el (duplicate-line-final-position):


From: Michael Albinus
Subject: Re: master 1b64ed6d6a6: * lisp/misc.el (duplicate-line-final-position): New defcustom (bug#64185).
Date: Sat, 01 Jul 2023 09:46:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

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" "?") (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.



reply via email to

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