(self)
| 4305 | |
| 4306 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4307 | def testCmsgTruncLen2Minus1(self): |
| 4308 | self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(2 * SIZEOF_INT) - 1, |
| 4309 | maxdata=(2 * SIZEOF_INT) - 1) |
| 4310 | |
| 4311 | @testCmsgTruncLen2Minus1.client_skip |
| 4312 | def _testCmsgTruncLen2Minus1(self): |
nothing calls this directly
no test coverage detected