summaryrefslogtreecommitdiff
path: root/test/src/emacs-module-tests.el
AgeCommit message (Expand)Author
2026-05-07; Revert Eric's commits from February.Sean Whitton
2026-04-26Support Elisp debugging and backtraces in code called by modulesAaron L. Zeng
2026-03-10Fix `signal` calls where the data argument is not a listStefan Monnier
2026-02-25Improve test coverage of builtin predicates.Eric S. Raymond
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-17Prefer plusp/minusp to cl-plusp/cl-minuspStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-03-22Fix recent test regressionsStefan Monnier
2024-01-04emacs-module-tests.el (mod-test-non-local-exit-signal-test): Repair testStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-26; Fix several symbol name typosStefan Kangas
2022-03-08Decouple mod-test.c from GnulibPaul Eggert
2022-02-16Avoid emacs-module-tests failure on macOSMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-18Do not exclude emacs-module-tests.el on embaMichael Albinus
2021-11-06Replace some macros with ert-with-temp-(file|directory)Stefan Kangas
2021-10-11; * test/src/emacs-module-tests.el: Instrument for bug#50902.Michael Albinus
2021-09-08Adjust test to describe-function changesLars Ingebrigtsen
2021-05-10* test/src/emacs-module-tests.el (mod-test-file): Unbreak out-of-tree.Glenn Morris
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-12Document and enforce some properties for strings created by modules.Philipp Stephani
2020-11-27Fix incorrect handling of module runtime and environment pointers.Philipp Stephani
2020-10-23Move some test data to follow our conventionsStefan Kangas
2020-10-13Allow creating unibyte strings from Emacs modulesLars Ingebrigtsen
2020-09-13Add facility to make module functions interactive (Bug#23486).Philipp Stephani
2020-09-12Adapt some tests for Emacs's excitingly variable quoting formatGlenn Morris
2020-08-13* test/src/emacs-module-tests.el: Use proper outline headings.Jonas Bernoulli
2020-07-29Merge from origin/emacs-27Glenn Morris
2020-07-26Add another test for global module referencesPhilipp Stephani
2020-07-26Backport: add another test case for module assertions.Philipp Stephani
2020-07-26Backport: Add module test for edge case.Philipp Stephani
2020-07-25Make checking for liveness of global values more precise.Philipp Stephani
2020-07-25Fix subtle bug when checking liveness of module values.Philipp Stephani
2020-07-09Fix out-of-source ‘make check’ emacs-module-testsPaul Eggert
2020-03-27Port the 'module/async-pipe' test to MS-WindowsEli Zaretskii
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani
2020-01-05Also print function data when printing module functions.Philipp Stephani
2020-01-04Make module function finalizer test less brittle.Philipp Stephani
2020-01-03Implement finalizers for module functions (Bug#30373)Philipp Stephani
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-25Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani
2019-12-05Fix recent modifications in emacs-module-testsEli Zaretskii
2019-08-16Fix time-add rounding bugPaul Eggert
2019-08-15Port mod-test-nanoseconds to 32-bit EmacsPaul Eggert