commit beb0f627a1cc79bf074e05334b411c5c09097ea6 Author: Zack Weinberg zackw@cmu.edu Date: Fri Jun 15 13:39:29 2012 -0700
Remove an obsolete comment. --- src/test/itestlib.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/test/itestlib.py b/src/test/itestlib.py index 90b1906..7378c3d 100644 --- a/src/test/itestlib.py +++ b/src/test/itestlib.py @@ -45,12 +45,9 @@ def diff(label, expected, received): # /dev/tty with useless diagnostics" (the documentation SAYS # they go to stderr, but they don't).
-# there is an as-yet-not-pinned-down bug, probably in libevent, that -# causes deadlocks on OSX when kqueue is allowed. stegotorus_env = {} stegotorus_env.update(os.environ) stegotorus_env['MALLOC_CHECK_'] = '2' -stegotorus_env['EVENT_NOKQUEUE'] = '1'
# check for a grinder if 'GRINDER' in stegotorus_env:
tor-commits@lists.torproject.org