Message188562
| Author |
zach.ware |
| Recipients |
ezio.melotti, python-dev, roger.serwy, terry.reedy, zach.ware |
| Date |
2013年05月06日.16:14:15 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1367856855.33.0.884534306219.issue17883@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Here's the relevant bit of the output from that buildbot after Terry's change:
======================================================================
FAIL: testLoadWithUNC (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\Data\buildslave\cpython2円.7.snakebite-win2k3r2sp2-x86\build\lib\test\test_tcl.py", line 151, in testLoadWithUNC
self.assertIn('Tkinter.py', f.read())
AssertionError: 'Tkinter.py' not found in ''
----------------------------------------------------------------------
...which doesn't say much. Here's a patch that updates the test to use subprocess.Popen instead of os.popen and add some useful debugging information. The test passes on my machine with and without the patch, so I can't do much more debugging until we get some useful output from the buildbot. |
|