-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cl--assertion-failed on Emacs 27.0.50 #46
Comments
Try changing this: https://github.com/ecukes/espuds/blob/master/test/test-helper.el#L33 to include emacs 27 (I thought there was a fix for this in emacs by now, but maybe it didn't work 😞 ). |
run
does it mean ok? |
Try using `make test` instead, that will set the correct flags (I'm not
sure what they are).
…On Mon, 9 Apr 2018, 01:48 SuJiKiNen, ***@***.***> wrote:
run
cask exec ert-runner --win
cask exec ert-runner --no-win
got nothing
cask exec ert-runner got one failed output
Test when-i-delete-other-windows condition:
(error "Window #<window 1 on *espuds*> too small for splitting")
does it mean ok?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#46 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAwk1FRMW_H_Yh5wGImM1WmY2INhMxjnks5tmq_tgaJpZM4TLU9z>
.
|
does the successful running given information about how many tests passed? |
Here's what a successful run of the tests looks like on Travis: https://travis-ci.org/ecukes/espuds/jobs/300579889 So unfortunately no, it looks like when ert runs with a gui it doesn't print the number of successes. It if it exits with a successful status then presumably everything has passed. You can check this with e.g.
That sounds like this issue again 😞 The fix is to basically do this again for emacs 27. I suppose someone should go and pester again emacs-devel to get upstream fixed, I thought it already had been. |
now I can make sure that adding version to that line,Fixed it. btw: |
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 27cask exec ert-runner --no-win
same as beforeThe text was updated successfully, but these errors were encountered: