Bugs item #1566602, was opened at 2006-09-27 20:12 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1566602&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: Python 2.5 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: WallsRSolid (wallsrsolid) Assigned to: Nobody/Anonymous (nobody) Summary: test_posixpath failure Initial Comment: On a compile from the Python 2.5 Final tarball in Linux on a 64-bit, dual Opteron system, "make test" reports one failure: test test_posixpath failed -- Traceback (most recent call last): File "/archive/home/nvf/temp/Python-2.5/Lib/test/test_posixpath.py", line 353, in test_expanduser posixpath.expanduser("~/") AssertionError: '/archive/home/nvf//' != '/archive/home/nvf/' In searching the bug database, I see that failures used to happen on Tru64 and MacOS9, but there was no mention of failure on a Linux system. Versions: python -V: Python 2.5 gcc -v: Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=x86_64-redhat-linux Thread model: posix gcc version 4.0.2 20051125 (Red Hat 4.0.2-8) ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-09-30 09:13 Message: Logged In: YES user_id=849994 Thanks for the report, that is now fixed in rev. 52065, 52066 (2.4), 52067 (2.5). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1566602&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com