GNU bug report logs -
#51308
29.0.50; A number of tests fail with AOT
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Wed, 20 Oct 2021 18:21:02 UTC
Severity: normal
Merged with 52138
Found in version 29.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 51308 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Files examined: 375
> Ran 5645 tests, 5513 results as expected, 8 unexpected, 124 skipped
> 5 files contained unexpected results:
> lisp/net/socks-tests.log
> lisp/loadhist-tests.log
> lisp/hi-lock-tests.log
> lisp/emacs-lisp/ert-tests.log
> lisp/calendar/todo-mode-tests.log
I've now fixed
> lisp/hi-lock-tests.log
> lisp/calendar/todo-mode-tests.log
which were about wrong number of parameters (which native-comp is more
strict about) when redefining functions.
> lisp/emacs-lisp/ert-tests.log
is about
(backtrace-frame-fun (car (ert-test-failed-backtrace result)))
=> ert-fail
(car (ert-test-failed-backtrace result))
=> #s(backtrace-frame t ert-fail ("foo") nil ((debugger-may-continue . t) (inhibit-redisplay) (inhibit-debugger . t) (inhibit-changing-match-data)) nil nil)
while it's `signal' when ert isn't natively compiled.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.