aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add two optional arguments to 'string-width'Eli Zaretskii2021-04-141-0/+45
* Add a variant of the Seccomp filter file that allows 'execve'.Philipp Stephani2021-04-112-0/+34
* Add a helper binary to create a basic Secure Computing filter.Philipp Stephani2021-04-102-0/+50
* Add support for --seccomp command-line option.scratch/seccomp-emacs-openPhilipp Stephani2021-04-101-0/+131
* Remove redundant #' before lambda in testsStefan Kangas2021-04-041-3/+3
* File unlock errors now issue warnings (Bug#46397)Matt Armstrong2021-03-271-12/+22
* Add test coverage for src/filelock.c (Bug#46397)Matt Armstrong2021-03-271-0/+173
* Assert not local-variable-p after setq in let_default bindingSpencer Baugh2021-03-251-0/+1
* Add a test for let-binding unwindingSpencer Baugh2021-03-251-0/+22
* Remove unnecessary requires of rxStefan Kangas2021-03-221-1/+0
* Fix a warning due to not preloading facemenu.elStefan Kangas2021-03-191-0/+1
* Fix breaking undo-testLars Ingebrigtsen2021-03-181-0/+1
* Add some new tests for keymap.cStefan Kangas2021-03-061-1/+57
* Skip tests that require Internet when there's no InternetRobert Pluim2021-02-221-7/+15
* Improve wrong number of args error message in propertizeStefan Kangas2021-02-221-0/+4
* * test/lisp/emacs-lisp/edebug-tests.el: Adjust to new `edebug-eval-defun`.Stefan Monnier2021-02-191-8/+31
* Allow any JSON value at the top level (Bug#42994).Philipp Stephani2021-02-131-0/+28
* ; Minor license statement fixesStefan Kangas2021-02-082-22/+22
* Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-4/+4
* Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-071-0/+8
* ; Fix byte-compilation warningEli Zaretskii2021-02-061-1/+1
* ; Fix last changeEli Zaretskii2021-02-061-2/+1
* New test for src/process.c on MS-WindowsIoannis Kappas2021-02-061-0/+29
* Fix copying text properties in 'format'Eli Zaretskii2021-02-061-1/+21
* * test/src/minibuf-tests.el (test-inhibit-interaction): Fix test.Stefan Kangas2021-02-011-4/+4
* Add more assertions to recently-added process test.Philipp Stephani2021-01-241-1/+2
* Add a unit test testing interaction between threads and processes.Philipp Stephani2021-01-231-0/+29
* * test/src/xdisp-tests.el: Fix tests to work in batch modeAaron Jensen2021-01-181-18/+15
* Replace Unix commands with Emacs in process tests.Philipp Stephani2021-01-181-9/+71
* Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani2021-01-171-0/+53
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-161-5/+0
* Fix 'window-text-pixel-size' when there are leading/trailing spacesAaron Jensen2021-01-151-0/+30
* Prefer skip-unless in more testsStefan Kangas2021-01-132-17/+17
* Only run IPv6 tests if we have an IPv6 addressRobert Pluim2021-01-121-5/+16
* Add a new function 'buffer-line-statistics'Lars Ingebrigtsen2021-01-121-0/+58
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-122-0/+21
* Increase probability that a process test succeeds.Philipp Stephani2021-01-101-0/+5
* Fix process-tests on MS-WindowsEli Zaretskii2021-01-051-0/+11
* Pretty-print keys without <> around modifiers (bug#45536)Mattias EngdegÄrd2021-01-051-0/+12
* Make a process tests a bit more robust.Philipp Stephani2021-01-041-2/+5
* Make a process test faster.Philipp Stephani2021-01-021-3/+5
* Simplify TTY allocation.Philipp Stephani2021-01-021-59/+12
* Update copyright year to 2021Paul Eggert2021-01-0139-39/+39
* Fix process-tests on MS-WindowsEli Zaretskii2020-12-311-0/+7
* * test/src/process-tests.el: Let timeouts fail the tests. Fix some docstringsMichael Albinus2020-12-311-26/+26
* Unbreak process tests if 'errno' is not installed.Philipp Stephani2020-12-311-1/+3
* Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-311-29/+71
* Fix a potential unit test breakage on GNU/Linux.Philipp Stephani2020-12-311-1/+8
* Fix an incorrect Edebug specification.Philipp Stephani2020-12-301-1/+1
* Extend and overhaul FD_SETSIZE overflow tests.Philipp Stephani2020-12-301-35/+307