This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年11月30日 22:28 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg122945 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年11月30日 22:28 | |
$ ./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 |
|||
| msg122960 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2010年12月01日 00:01 | |
Fixed in r86906. Split the shared setUp/tearDown into individual methods for each part. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:09 | admin | set | github: 54800 |
| 2010年12月01日 00:01:29 | brian.curtin | set | status: open -> closed resolution: fixed messages: + msg122960 stage: resolved |
| 2010年11月30日 22:28:35 | pitrou | create | |