Bill Janssen <bill.jans...@gmail.com> added the comment:

This is on an Intel machine running OS X 10.5.8.  I downloaded and built 2.7rc2 
from source with "./configure ; make".  I then ran the tests with "make test".  
test_uuid fails with this output:


test test_uuid failed -- Traceback (most recent call last):
  File "/private/tmp/Python-2.7rc2/Lib/test/test_uuid.py", line 472, in 
testIssue8621
    self.assertNotEqual(parent_value, child_value)
AssertionError: '751ca85de22f4450b7f95dd3f82c7e5f' == 
'751ca85de22f4450b7f95dd3f82c7e5f'

However, when I run the test standalone with this command-line, it passes:

% ./python.exe -Wd -3 -E -tt ./Lib/test/regrtest.py -l test_uuid
test_uuid
1 test OK.

Not sure what's going on.

----------
nosy: +janssen

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8621>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to