Morgan Smith <[email protected]> writes: > The other file is meant to be applied. > > Tested on emacs 28, 29, and 30 inside of containers. Tested on an emacs > 31.0.5 development build outside of any containers.
What I am getting now is FAILED test-org-habit/show-habits FAILED test-org-habit/simple-habit >> 1. One of the tests is failing on my side: >> FAILED test-org-habit/following-days > > Org habit has bugs. Both with respect to daylight savings and > `org-extend-today-until'. I have codified these bugs in the test suite > and added TODO's. I am learning that getting time right is very tricky > and while the solution will likely be only a few lines, figuring it out > will be quite difficult. If we have known bugs and test for them, the usual way is marking tests with :expected-result :failed. We do not need to test that makes sure that the buggy behavior is present. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
