14 Nov
2024
14 Nov
'24
2:51 p.m.
Will always fail for specials that have immutable freq field (and perhaps other immutable fields too) when the test tries a SET on that special.
Yep, this is the first case of a special (or any, really) channel with an immutable frequency field since it would be pointless to expose those memories, except for this strange case.
Perhaps that can become an XFail ???? Or even a Skip (for the Setting portion of the test) if immutable is already set for specials.?
No, because then your regular specials wouldn't be tested. Just check and 'continue' in that loop if "'freq' in mem.immutable".
--Dan