emacs-devel
[Top][All Lists]
Advanced

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

Re: data-tests-logcount Failure


From: Colin Baxter
Subject: Re: data-tests-logcount Failure
Date: Tue, 24 Oct 2017 20:01:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

>>>>> Paul Eggert <address@hidden> writes:

    > On 10/24/2017 10:43 AM, Colin Baxter wrote:
    >> 2231 val = (XSUBR (fun)->function.a1 (argvals[0])); Value
    >> returned is $1 = 46 (gdb) cont Continuing.
    >> 
    >> Breakpoint 5, Flogcount (value=39998) at data.c:3078 3078 { (gdb)
    >> fin Run till exit from #0 Flogcount (value=39998) at data.c:3078
    >> 0x081a1bdd in eval_sub (address@hidden) at eval.c:2231
    >> 2231 val = (XSUBR (fun)->function.a1 (argvals[0])); Value
    >> returned is $2 = 34

    > These are the correct values: 46 is the Emacs representation for
    > 11, and 34 is the Emacs representation for 8. So I'm puzzled as to
    > why the tests failed.

    > What is in test/data/data-tests.log?

Do you mean test/src/data-tests.log?


<<< message/external-body; name="/home/redknight/git/emacs/test/src/data-tests.log"; access-type=local-file: Unrecognized >>>
    > What is the output of the following shell command?

    > src/emacs -Q -batch -eval '(message "%S %S" (logcount 9727)
    > (logcount 9999))'

    > It should be "11 8".

It is.

Colin.

reply via email to

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