[Buildbot-commits] buildbot/buildbot/test test_slavecommand.py,1.19,1.20

Brian Warner warner at users.sourceforge.net
Sun May 7 00:44:30 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12732/buildbot/test

Modified Files:
	test_slavecommand.py 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-524
Creator:  Brian Warner <warner at lothar.com>

test_slavecommand.py: TODOify testInterrupt1 under windows

	* buildbot/test/test_slavecommand.py (ShellBase.testInterrupt1): 
	mark this test as TODO under windows, since process-killing seems
	dodgy there. We'll come back to this later and try to fix it
	properly.


Index: test_slavecommand.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_slavecommand.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- test_slavecommand.py	6 May 2006 23:51:28 -0000	1.19
+++ test_slavecommand.py	7 May 2006 00:44:28 -0000	1.20
@@ -204,6 +204,8 @@
         self.failUnlessIn("command interrupted", got)
         if runtime.platformType == "posix":
             self.failUnlessIn("process killed by signal", got)
+    if runtime.platformType != 'posix':
+        testInterrupt1.todo = "interrupt doesn't appear to work under windows"
 
 
     # todo: twisted-specific command tests





More information about the Commits mailing list