From 9719409d27e761f3357fc326c3494227581e84c4 Mon Sep 17 00:00:00 2001 From: Alastair Bridgewater Date: Wed, 30 Nov 2011 11:35:32 -0500 Subject: [PATCH] tests: Skip stream.impure.lisp / BUG-657183 on non-unicode. * For some reason, #\GREEK_SMALL_LETTER_LAMDA isn't a valid character name on non-unicode builds. Who knew? --- tests/stream.impure.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/stream.impure.lisp b/tests/stream.impure.lisp index fd3f8df..a4922cc 100644 --- a/tests/stream.impure.lisp +++ b/tests/stream.impure.lisp @@ -676,7 +676,8 @@ (setf fifo nil)))) sb-impl::*external-formats*))) -(with-test (:name :bug-657183) +(with-test (:name :bug-657183 :skipped-on '(not :sb-unicode)) + #+sb-unicode (let ((name (merge-pathnames "stream-impure.temp-test")) (text '(#\GREEK_SMALL_LETTER_LAMDA #\JAPANESE_BANK_SYMBOL -- 1.7.10.4