| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
The
s.connect(("gmail.org", 995))
line has been timing out on all buildbot slaves for hours
now, causing the test to fail.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
before the listener was ready (on gentoo x86 buildslave). This
caused the listener to not exit normally since nobody connected to it
(waited in accept()). The exception was raised in the other thread
and the test failed.
This fix doesn't completely eliminate the race, but should make it
near impossible to trigger. Hopefully it's good enough.
|
| |
|
|
| |
synchronization and termination.
|
| |
|
|
| |
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.
|