mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
tests: Add stack overflow test
This commit is contained in:
parent
d7b2dfb722
commit
cb2cc7a81a
1 changed files with 8 additions and 0 deletions
|
|
@ -364,3 +364,11 @@
|
|||
do (is-true (funcall (cdr (elt object-table i))
|
||||
(elt to-be-serialized i)
|
||||
(elt deserialized i))))))
|
||||
|
||||
;;; Date: 2019-12-26
|
||||
;;; Description:
|
||||
;;;
|
||||
;;; Stack overflow detection and recovery
|
||||
(test mix.0018.stack-overflow
|
||||
(signals ext:stack-overflow (labels ((f (x) (f (1+ x))))
|
||||
(f 1))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue