From: Jack Jansen Date: Mon, 16 Jun 2003 13:57:09 +0000 (+0000) Subject: Added a note about FSRef tests failing on MacOS 8.6. X-Git-Tag: v2.3c1~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a93b3cc9c2c60353aacf764bcbead04603055362;p=python Added a note about FSRef tests failing on MacOS 8.6. --- diff --git a/Mac/ReadMe b/Mac/ReadMe index d5ea8f3c3d..a7dcf37794 100644 --- a/Mac/ReadMe +++ b/Mac/ReadMe @@ -73,7 +73,10 @@ After installing ---------------- It is probably a good idea to run the automatic tests. Start -Python and "import test.regrtest ; test.regrtest.main()". +Python and "import test.regrtest ; test.regrtest.main()". + +On MacOS 8.6 a number of tests will fail because FSRefs are not +supported. test_socket and test_logging fail, this problem is being investigated.