[Pkg-privacy-commits] [pyptlib] 124/136: note TERM-related failing tests on windows - potential strategy to fix at https://trac.torproject.org/projects/tor/ticket/9330#comment:11
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository pyptlib.
commit 582ce36a1340f1526256a896183776b9de4bffda
Author: Ximin Luo <infinity0 at gmx.com>
Date: Wed Nov 27 17:17:40 2013 +0000
note TERM-related failing tests on windows
- potential strategy to fix at https://trac.torproject.org/projects/tor/ticket/9330#comment:11
---
pyptlib/test/test_util_subproc.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pyptlib/test/test_util_subproc.py b/pyptlib/test/test_util_subproc.py
index b3a683a..72cac82 100644
--- a/pyptlib/test/test_util_subproc.py
+++ b/pyptlib/test/test_util_subproc.py
@@ -62,6 +62,7 @@ class SubprocTest(unittest.TestCase):
def test_killall_kill(self):
"""Test that killall() can kill -9 a hung process."""
+ # TODO(infinity0): KNOWN TO FAIL ON WINDOWS
proc = self.spawnMain()
pid = proc.pid
cid = self.readChildPid(proc)
@@ -90,6 +91,7 @@ class SubprocTest(unittest.TestCase):
def test_auto_killall_term(self):
"""Test that auto_killall works for TERM signals."""
+ # TODO(infinity0): KNOWN TO FAIL ON WINDOWS
proc = self.spawnMain()
pid = proc.pid
cid = self.readChildPid(proc)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git
More information about the Pkg-privacy-commits
mailing list