[issue11956] 3.3 : test_import.py causes 'make test' to fail

Jason Vas Dias report at bugs.python.org
Fri Apr 29 18:31:24 CEST 2011


Jason Vas Dias <jason.vas.dias at gmail.com> added the comment:

So, in the statement that fails :

self.assertFalse(os.path.exists(os.path.join(...))) .

either self.assertFalse is failing or os.path.exists is failing 
or os.path.join is failing.

The fact that the error message is 'AssertionError: True is not false'
suggests that os.path.exists is returning True . 

So how can this be if we see only 'ENOENT' errors for every file
that is a target of unlink() between the umask() and the write of
"FAIL\n..." ?

I think that this suggests that os.path.exists is failing for this build.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11956>
_______________________________________


More information about the Python-bugs-list mailing list