New submission from Antoine Pitrou <pit...@free.fr>:

$ ./python -m test.regrtest -R 3:2 test_os
[1/1] test_os
[35351 refs]
[35351 refs]
[35352 refs]
beginning 5 repetitions
12345
[35351 refs]
[35351 refs]
[35352 refs]
test test_os failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_os.py", line 898, in 
test_unicode_name
    self._test_link(self.file1, self.file2)
  File "/home/antoine/py3k/__svn__/Lib/test/test_os.py", line 879, in _test_link
    os.link(file1, file2)
OSError: [Errno 17] File exists

----------
assignee: brian.curtin
components: Tests
messages: 122945
nosy: brian.curtin, pitrou
priority: normal
severity: normal
status: open
title: test_os failure in refleak runs
type: resource usage
versions: Python 3.2

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

Reply via email to