1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
emacs/test/src
Philipp Stephani 8ee95221c7 Fix crash in evaluating functions
See Bug#24673

* src/eval.c (funcall_lambda): Fix crash for bogus functions such
as (closure).

* test/src/eval-tests.el (eval-tests--bug24673): Add test.
2016-10-13 13:00:48 +02:00
..
regex-resources New regex tests imported from glibc 2.21 2016-08-02 15:39:10 +02:00
alloc-tests.el
buffer-tests.el
callproc-tests.el Keep w32 environment settings internal only 2016-07-18 17:22:06 -04:00
chartab-tests.el
cmds-tests.el
coding-tests.el Move coding-tests.el and decoder-test.el to their places 2016-09-24 12:18:54 +03:00
data-tests.el
decompress-tests.el
doc-tests.el Add tests for 'substitute-command-keys' 2016-08-18 18:06:33 +03:00
editfns-tests.el Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nil 2016-07-19 18:59:41 +03:00
eval-tests.el Fix crash in evaluating functions 2016-10-13 13:00:48 +02:00
fns-tests.el Test mapcan 2016-07-11 21:43:48 +02:00
font-tests.el ; * test/src/font-tests.el: Minor copyedits. 2016-09-24 12:43:40 +03:00
inotify-tests.el
keymap-tests.el Avoid crashes for invalid value of key modifiers 2016-08-29 17:27:06 +03:00
lread-tests.el
marker-tests.el New file test/src/marker-tests.el 2016-09-08 08:28:59 +02:00
print-tests.el
process-tests.el ; * test/src/process-tests.el: Renamed from test/lisp/legacy/process-tests.el. 2016-09-24 13:12:43 +03:00
regex-tests.el Split regex character class test into smaller chunks 2016-09-09 03:07:15 +02:00
textprop-tests.el ; * test/src/textprop-tests.el: Minor copyedits. 2016-09-24 13:25:04 +03:00
undo-tests.el ; * test/src/undo-tests.el: Moved from test/lisp/legacy/. 2016-09-24 13:27:57 +03:00
xml-tests.el