From: Ben Darnell Date: Mon, 13 Aug 2012 17:06:48 +0000 (-0700) Subject: Blacklist a few more twisted tests that seem flaky X-Git-Tag: v2.4.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4daeaeb1f0ab2b88d91e69d8515a22ffe1107147;p=thirdparty%2Ftornado.git Blacklist a few more twisted tests that seem flaky --- diff --git a/tornado/test/twisted_test.py b/tornado/test/twisted_test.py index 152d22785..1a454817f 100644 --- a/tornado/test/twisted_test.py +++ b/tornado/test/twisted_test.py @@ -481,6 +481,13 @@ else: # if we were running twisted's own test runner. 'test_connectToLinuxAbstractNamespace', 'test_listenOnLinuxAbstractNamespace', + # These tests use twisted's sendmsg.c extension and sometimes + # fail with what looks like uninitialized memory errors + # (more common on pypy than cpython, but I've seen it on both) + 'test_sendFileDescriptor', + 'test_sendFileDescriptorTriggersPauseProducing', + 'test_descriptorDeliveredBeforeBytes', + 'test_avoidLeakingFileDescriptors', ], 'twisted.internet.test.test_unix.UNIXDatagramTestsBuilder': [ 'test_listenOnLinuxAbstractNamespace',