Morgan Smith <[email protected]> writes: > Org babel test failures discussion: > > Foreword: Locally, I hardcoded in a rough timeout feature. Does org > babel not have a native timeout feature for when the process just hangs?
No, there is no such feature. There is no feature timing out when Elisp hangs either. I am not sure if we need such feature. >>> I've got 2 failures in ob-maxima >> >> I saw some failures on ob-maxima due to changes in the latest maxima >> release. I did not diagnose them. > > I think the errors didn't make it to the error buffer? Trying to recall > from memory. They are in the error buffer. And they are fixed upon upgrading Maxima to Maxima >5.48. > For some reason, using guile on my guile based operating system is > always funky. I'm pretty sure this is a me issue > > #+begin_example > FAILED test-ob-scheme/cons-cell "Error reading from stdin" > FAILED test-ob-scheme/list-conversion "Error reading from stdin" > FAILED test-ob-scheme/prologue "Error reading from stdin" > FAILED test-ob-scheme/proper-list "Error reading from stdin" > FAILED test-ob-scheme/tables "Error reading from stdin" > FAILED test-ob-scheme/unspecified "Error reading from stdin" > FAILED test-ob-scheme/variable-assignment "Error reading from stdin" > FAILED test-ob-scheme/verbatim "Error reading from stdin" > FAILED test-org-attach-git/get-maybe "Opening input file" > #+end_example That sounds like something guix-specific. >>> These commits mostly pass CI Morgan. Recent commits to the tests have >>> broken >>> them with LANG set to non-english and on Emacs 28. I might get around to >>> fixing that eventually. >> >> What exactly fails? > > Test failures unrelated to this thread: > > On Emacs-28 these tests fail: > FAILED ox-html/test-link-home-and-use-abs-url/no-base-directory > ert-with-temp-file > FAILED ox-html/test-org-html-base-directory file-name-parent-directory > FAILED ox-html/test-org-html-base-directory/with-base-directory-set > file-name-parent-directory > > Because those symbols (ert-with-temp-file and file-name-parent-directory) > where > introduced in Emacs 29. I am not too worried about Emacs 28 test problems at this point. > With LANG=he_IL.UTF-8 I get failures in `test-org/auto-repeat-maybe' due to > hard coded abbreviated day names in timestamps. I fixed this one. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fe8a0d2f9 -- 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>
