MCPcopy Index your code
hub / github.com/python/cpython / testCmsgTruncLen2Minus1

Method testCmsgTruncLen2Minus1

Lib/test/test_socket.py:4410–4412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

checkTruncatedArrayMethod · 0.95

Tested by

no test coverage detected