GNU bug report logs -
#75906
30.0.93; track-changes-tests--random failure
Previous Next
Reported by: Xiyue Deng <manphiz <at> gmail.com>
Date: Tue, 28 Jan 2025 08:30:02 UTC
Severity: normal
Merged with 73041
Found in versions 30.0.90, 30.0.93
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 75906 <at> debbugs.gnu.org (full text, mbox):
> | Random seed = "814217"
> | Running 1 tests (2025-01-28 08:03:59+0000, selector ‘(not (or (tag :expensive-test) (tag :unstable)))’)
> | seeding with: "814217"
> | Warning (emacs): Missing/incorrect calls to ‘before/after-change-functions’!!
> | Details logged to ‘track-changes--error-log’
Hmm... that's weird. I tried:
src/emacs --batch -Q \
--eval '(setq track-changes-tests--random-seed 814217)' \
-l test/lisp/emacs-lisp/track-changes-tests.elc \
--eval '(ert-run-tests-batch-and-exit t)'
but that sadly did not reproduce the problem for me.
Does it reproduce the problem for you?
If so, can you try
src/emacs --batch -Q \
--eval '(setq track-changes-tests--random-verbose t)' \
--eval '(setq track-changes-tests--random-seed 814217)' \
-l test/lisp/emacs-lisp/track-changes-tests.elc \
--eval '(ert-run-tests-batch-and-exit t)'
to hopefully get more details of what's going on?
Stefan
This bug report was last modified 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.