Created
November 11, 2018 18:19
-
-
Save froggey/97bec97b3945fe88749f4ce4924ca915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #+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