[New-bugs-announce] [issue9055] test_issue_8959_b fails when run from a service

Paul Moore report at bugs.python.org
Tue Jun 22 00:39:29 CEST 2010


New submission from Paul Moore <p.f.moore at gmail.com>:

test_issue_8959_b fails when run from a service (in this case, from a buildslave running as a service).

It appears to count the number of open windows, expecting a non-zero value. But when run as a service, it looks like the return count is (correctly) zero.

FAIL: test_issue_8959_b (ctypes.test.test_callbacks.SampleCallbacksTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\buildslave\trunk.moore-windows\build\lib\ctypes\test\test_callbacks.py",
line 208, in test_issue_8959_b
   self.assertFalse(windowCount == 0)
AssertionError: True is not False

----------
assignee: theller
components: ctypes
keywords: buildbot
messages: 108328
nosy: pmoore, theller
priority: normal
severity: normal
status: open
title: test_issue_8959_b fails when run from a service
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9055>
_______________________________________


More information about the New-bugs-announce mailing list