(self)
| 4390 | |
| 4391 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4392 | def testCmsgTruncLen0Plus1(self): |
| 4393 | self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0) + 1, maxdata=1) |
| 4394 | |
| 4395 | @testCmsgTruncLen0Plus1.client_skip |
| 4396 | def _testCmsgTruncLen0Plus1(self): |
nothing calls this directly
no test coverage detected