(self)
| 4408 | |
| 4409 | @skipForRefleakHuntinIf(sys.platform == "darwin", "#80931") |
| 4410 | def testCmsgTruncLen2Minus1(self): |
| 4411 | self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(2 * SIZEOF_INT) - 1, |
| 4412 | maxdata=(2 * SIZEOF_INT) - 1) |
| 4413 | |
| 4414 | @testCmsgTruncLen2Minus1.client_skip |
| 4415 | def _testCmsgTruncLen2Minus1(self): |
nothing calls this directly
no test coverage detected