[ python-Bugs-1566602 ] test_posixpath failure

SourceForge.net noreply at sourceforge.net
Wed Sep 27 22:12:08 CEST 2006


Bugs item #1566602, was opened at 2006-09-27 16:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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)



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1566602&group_id=5470


More information about the Python-bugs-list mailing list