From: David Lichteblau Date: Thu, 29 Sep 2011 22:40:02 +0000 (+0200) Subject: Ignore a known failure in script.test.sh on Darwin X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=d7952c5aacc3ec295e148cdf1d24eec3f6509e81;p=sbcl.git Ignore a known failure in script.test.sh on Darwin script.test.sh includes a test case that fails on Darwin because of a bug in SBCL. However, this is the first release to run this test at all. Lacking a proper mechanism to mark the test case as a known failure on Darwin, skip it entirely on that platform for now. Thanks to Fare for testing. --- diff --git a/tests/script.test.sh b/tests/script.test.sh index 9b7e104..38acfe0 100644 --- a/tests/script.test.sh +++ b/tests/script.test.sh @@ -38,6 +38,10 @@ run_sbcl --script $tmpscript check_status_maybe_lose "--script exit status from normal exit" $? 0 "(everything ok)" cat > $tmpscript <