(self)
| 55 | self.assertIn(rpgrp, ids) |
| 56 | |
| 57 | def test_ioctl_mutate(self): |
| 58 | self._check_ioctl_mutate_len() |
| 59 | |
| 60 | def test_ioctl_mutate_1024(self): |
| 61 | # Issue #9758: a mutable buffer of exactly 1024 bytes wouldn't be |
nothing calls this directly
no test coverage detected