New submission from Paul Moore <p.f.mo...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9055>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to