]> granicus.if.org Git - python/commit
Another new test using "from test.test_support import ...", causing
authorTim Peters <tim.peters@gmail.com>
Sat, 26 Aug 2000 08:24:18 +0000 (08:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 26 Aug 2000 08:24:18 +0000 (08:24 +0000)
commit43dee06471e9ca49689a6ffeadfacb2aa4e900e0
treef9a0ae74f22aaa4311fab87fd6e7a9e16718a17c
parent6d7c442e03b3e850ef0af5a6ee2a4e5947dfb70a
Another new test using "from test.test_support import ...", causing
subtle breakage on Windows (the test is skipped here, but the TestSkipped
exception wasn't recognized as such, because of duplicate copies of
test_support got loaded; so the test looks like a failure under Windows
instead of a skip).
Repaired the import, but

        THIS TEST *WILL* FAIL ON OTHER SYSTEMS NOW!

Again due to the duplicate copies of test_support, the checked-in
"expected output" file actually contains verbose-mode output.  I can't
generate the *correct* non-verbose output on my system.  So, somebody
please do that.
Lib/test/test_poll.py