emacs-devel
[Top][All Lists]
Advanced

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

Re: data-tests-logcount Failure


From: Paul Eggert
Subject: Re: data-tests-logcount Failure
Date: Tue, 24 Oct 2017 11:02:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

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?

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".




reply via email to

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