We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685a4cd commit 4daeaebCopy full SHA for 4daeaeb
tornado/test/twisted_test.py
@@ -481,6 +481,13 @@ def testTornadoServerTwistedClientReactor(self):
481
# if we were running twisted's own test runner.
482
'test_connectToLinuxAbstractNamespace',
483
'test_listenOnLinuxAbstractNamespace',
484
+ # These tests use twisted's sendmsg.c extension and sometimes
485
+ # fail with what looks like uninitialized memory errors
486
+ # (more common on pypy than cpython, but I've seen it on both)
487
+ 'test_sendFileDescriptor',
488
+ 'test_sendFileDescriptorTriggersPauseProducing',
489
+ 'test_descriptorDeliveredBeforeBytes',
490
+ 'test_avoidLeakingFileDescriptors',
491
],
492
'twisted.internet.test.test_unix.UNIXDatagramTestsBuilder': [
493
0 commit comments