On 29.11.2021 16:33, Roger Pau Monne wrote: > --- a/tools/tests/cpu-policy/test-cpu-policy.c > +++ b/tools/tests/cpu-policy/test-cpu-policy.c > @@ -386,16 +386,6 @@ static void test_msr_deserialise_failure(void) > .msr = { .idx = 0xce, .flags = 1 }, > .rc = -EINVAL, > }, > - { > - .name = "truncated val", > - .msr = { .idx = 0xce, .val = ~0ull }, > - .rc = -EOVERFLOW, > - }, > - { > - .name = "truncated val", > - .msr = { .idx = 0x10a, .val = ~0ull }, > - .rc = -EOVERFLOW, > - }, > };
Why is this removal necessary? I don't think any of the additions further down actually replaces these. Jan