Message139394
| Author |
cdimauro |
| Recipients |
brian.curtin, cdimauro, pitrou |
| Date |
2011年06月29日.05:22:59 |
| SpamBayes Score |
0.00024176246 |
| Marked as misclassified |
No |
| Message-id |
<1309324980.5.0.360947859352.issue12407@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Unfortunately this test isn't skip on normal setup (using VisualStudio 2008 Express). I've updated the clone just a few minutes ago, rebuilt Python (in Debug mode), and that's what happened:
D:\CPython>PCbuild\python_d.exe Lib\test\test_capi.py
test_instancemethod (__main__.CAPITest) ... ok
test_memoryview_from_NULL_pointer (__main__.CAPITest) ... ok
test_no_FatalError_infinite_loop (__main__.CAPITest) ... ok
test_pendingcalls_non_threaded (__main__.TestPendingCalls) ... ok
test_pendingcalls_threaded (__main__.TestPendingCalls) ... ok
test (__main__.Test6012) ... ok
test_subinterps (__main__.EmbeddingTest) ... ERROR
======================================================================
ERROR: test_subinterps (__main__.EmbeddingTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "Lib\test\test_capi.py", line 155, in test_subinterps
os.chdir(basepath)
WindowsError: [Error 123] La sintassi del nome del file, della directory o del volume non è corretta: ''
----------------------------------------------------------------------
Ran 7 tests in 4.587s
FAILED (errors=1)
Traceback (most recent call last):
File "Lib\test\test_capi.py", line 212, in <module>
test_main()
File "Lib\test\test_capi.py", line 176, in test_main
support.run_unittest(CAPITest, TestPendingCalls, Test6012, EmbeddingTest)
File "D:\CPython\lib\test\support.py", line 1280, in run_unittest
_run_suite(suite)
File "D:\CPython\lib\test\support.py", line 1263, in _run_suite
raise TestFailed(err)
test.support.TestFailed: Traceback (most recent call last):
File "Lib\test\test_capi.py", line 155, in test_subinterps
os.chdir(basepath)
WindowsError: [Error 123] La sintassi del nome del file, della directory o del volume non è corretta: ''
[90425 refs]
The patch ensures that this test isn't always executed on Windows, as expected. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年06月29日 05:23:00 | cdimauro | set | recipients:
+ cdimauro, pitrou, brian.curtin |
| 2011年06月29日 05:23:00 | cdimauro | set | messageid: <1309324980.5.0.360947859352.issue12407@psf.upfronthosting.co.za> |
| 2011年06月29日 05:22:59 | cdimauro | link | issue12407 messages |
| 2011年06月29日 05:22:59 | cdimauro | create |
|