| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Fix the socket tests so they can be run concurrently. Backport candidate
|
| |
|
|
|
|
|
|
|
|
| |
test_timeout(): This test was added during Bug Day, but disabled
soon after because the gmail address it connects to started timing
out on all the buildbot slaves. Rewrote the test to produce a
warning message (instead of failing) when the address times out.
Also removed the special case for Windows -- this test started to
work on Windows as soon as bug 1462352 was fixed.
|
| |
|
|
| |
Fix stupid typo.
|
| |
|
|
|
|
|
|
|
|
|
| |
test_timeout(): Disable this new test on all platforms.
The
s.connect(("gmail.org", 995))
line has been timing out on all buildbot slaves for hours
now, causing the test to fail.
|
| | |
|
| |
|
|
| |
(backport from rev. 43491)
|
| |
|
|
| |
on Windows.
|
| |
|
|
| |
Don't run any tests if there is no ssl support.
|
| |
|
|
| |
Also fix a memory leak.
|
| |
|
|
| |
resource isn't enabled or the socket module doesn't support ssl.
|
| |
|
|
|
|
|
|
|
|
|
| |
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".
This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).
Now Tim and Jack can have at it. :)
|
| | |
|
| |
|
|
| |
(The rest of the test cases are trivial, so I don't feel too bad.)
|
| |
|
|
| |
support.
|
|
|
However, this is only enabled with regrtest's --use=network switch.
|