]> granicus.if.org Git - python/commit
LongReprTest fails on the Mac because it uses filenames with more than
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Sep 2001 20:08:07 +0000 (20:08 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Sep 2001 20:08:07 +0000 (20:08 +0000)
commita44361ea363ca96cab1a95c5fbea73d17ef891ee
treecbde37cf891ddabb70971ad46bcaaeb10968dfb5
parenteb2d36c98f126ce196792dc78b01157a6b2b263c
LongReprTest fails on the Mac because it uses filenames with more than
32 characters per component. This makes mkdir() calls and such fail with EINVAL.

For now I am disabling the test on the Mac, and I'll open a bugreport.
Lib/test/test_repr.py