>>>>> Paul Eggert 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 (form=form@entry=143591699) 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?