Andrew Cooper writes ("[PATCH 2/9] tests/cpu-policy: Confirm that CPUID serialisation is sorted"): > The existing x86_cpuid_copy_to_buffer() does produce sorted results, and we're > about to start relying on this. Extend the unit tests. > > As test_cpuid_serialise_success() is a fairly limited set of synthetic > examples right now, introduce test_cpuid_current() to operate on the full > policy for the current CPU. > > Tweak the fail() macro to allow for simplified control flow. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Acked-by: Ian Jackson <ian.jack...@eu.citrix.com> I don't think anything in our normal dev workflow runs this automatically ? Maybe this would be something for us to think about... Ian.