Skip to content

Instantly share code, notes, and snippets.

@froggey
Created November 11, 2018 18:19
Show Gist options
  • Select an option

  • Save froggey/97bec97b3945fe88749f4ce4924ca915 to your computer and use it in GitHub Desktop.

Select an option

Save froggey/97bec97b3945fe88749f4ce4924ca915 to your computer and use it in GitHub Desktop.
#+mezzano
(progn
(rt:disable-note :nil-vectors-are-strings)
;; ARRAY-RANK-LIMIT is really large, this tends to exhaust memory.
(rt:rem-test 'cl-test::make-array.23)
;; Blows the stack.
(rt:rem-test 'cl-test::make-array.28)
;; Circular printing doesn't work.
(rt:rem-test 'cl-test::print.cons.7)
(rt:rem-test 'cl-test::print.cons.random.2)
(rt:rem-test 'cl-test::format.logical-block.circle.3)
(rt:rem-test 'cl-test::pprint-fill.15)
;; Hang.
(rt:rem-test 'cl-test::print.vector.random.1)
(rt:rem-test 'cl-test::print.vector.random.2)
(rt:rem-test 'cl-test::print.vector.random.3)
(rt:rem-test 'cl-test::print.vector.random.4)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment