I use git build,I see these failures on espuds itself's test,the Readme has a similar situation on Emacs 25.x,
should I need to downgrade to a specific version of Emacs?
I try various ways
cask exec ert-runner --script
cask exec ert-runner --win this one make Emacs hanging on test 27
cask exec ert-runner --no-win same as before
Test then-current-point-should-be-in-bold-when-not-bold backtrace:
cl--assertion-failed((espuds-character-bold-p) "Expected current poi
(or (espuds-character-bold-p) (cl--assertion-failed '(espuds-charact
(progn (or (espuds-character-bold-p) (cl--assertion-failed '(espuds-
(lambda nil (progn (or (espuds-character-bold-p) (cl--assertion-fail
apply((lambda nil (progn (or (espuds-character-bold-p) (cl--assertio
(let ((matches) (matching (catch 'break (mapc (function (lambda (ste
espuds-call-step("current point should be in bold" nil)
(if (functionp arg) (espuds-define-step name arg) (espuds-call-step
(let ((arg (car args))) (if (functionp arg) (espuds-define-step name
Then("current point should be in bold")
(lambda nil (lisp-mode) (set-face-attribute font-lock-keyword-face n
mock-protect((lambda nil (lisp-mode) (set-face-attribute font-lock-k
(let ((buffer-name "*espuds*")) (if (get-buffer buffer-name) (kill-b
(lambda nil (let ((buffer-name "*espuds*")) (if (get-buffer buffer-n
ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
ert-run-test(#s(ert-test :name then-current-point-should-be-in-bold-
ert-run-or-rerun-test(#s(ert--stats :selector (and t) :tests [#s(ert
ert-run-tests((and t) (lambda (event-type &rest event-args) (cond ((
ert-runner/run-tests-batch((and t))
(let ((stats (ert-runner/run-tests-batch selector))) (kill-emacs (if
ert-runner/run-tests-batch-and-exit((and t))
(if ert-runner-verbose (ert-runner/run-tests-batch-and-exit ert-runn
(let ((test-files (ert-runner--test-files tests)) (test-helper (f-ex
ert-runner/run()
apply(ert-runner/run nil)
commander--handle-command(nil)
commander-parse(("--debug" "--script"))
I use git build,I see these failures on espuds itself's test,the Readme has a similar situation on Emacs 25.x,
should I need to downgrade to a specific version of Emacs?
I try various ways
cask exec ert-runner --scriptcask exec ert-runner --winthis one make Emacs hanging on test 27cask exec ert-runner --no-winsame as before