mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
Turns out the mysterious "expected output" file contained exactly N dots, because test_poll() has a loop that *usually* went around N times, printing one dot on each loop trip. But there's no guarantee of that, because the exact value of N depended on the vagaries of scheduling time.sleep()s across two different processes. So stopped printing dots, and got rid of the expected output file. Add a loop counter instead, and verify that the loop goes around at least a couple of times. Also cut the minimum time needed for this test from 4 seconds to 1. |
||
|---|---|---|
| .. | ||
| test_asynchat | ||
| test_augassign | ||
| test_cgi | ||
| test_class | ||
| test_coercion | ||
| test_compare | ||
| test_cookie | ||
| test_exceptions | ||
| test_extcall | ||
| test_frozen | ||
| test_global | ||
| test_grammar | ||
| test_httplib | ||
| test_linuxaudiodev | ||
| test_logging | ||
| test_math | ||
| test_MimeWriter | ||
| test_mmap | ||
| test_new | ||
| test_nis | ||
| test_opcodes | ||
| test_openpty | ||
| test_operations | ||
| test_ossaudiodev | ||
| test_pep277 | ||
| test_pkg | ||
| test_poll | ||
| test_popen | ||
| test_popen2 | ||
| test_profile | ||
| test_pty | ||
| test_pyexpat | ||
| test_regex | ||
| test_resource | ||
| test_rgbimg | ||
| test_scope | ||
| test_signal | ||
| test_thread | ||
| test_threadedtempfile | ||
| test_tokenize | ||
| test_types | ||
| test_winreg | ||
| xmltests | ||