tests/pm_pc8: remove compare_registers subtest
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 14 Nov 2013 15:50:06 +0000 (13:50 -0200)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 14 Nov 2013 21:59:37 +0000 (19:59 -0200)
commit4fa9dde799793001e16bb99c499b6ff25c5e7250
tree6c4b191d026025c2eca4c33d7f4abba3ac9d75b6
parenta8610a4776e9bee9bf3fc275febaf78e3ec38c98
tests/pm_pc8: remove compare_registers subtest

It's not executed by default, and it's completely relying on Haswell
registers and on internal knowledge of how the Kernel is supposed to
work. Since we plan to test generic runtime PM on all supported
platforms, maintaining this test so it works on all those platforms
will be a pain. We already have some ideas on how to verify registers
that must stay at specific values from inside the Kernel, so let's
kill this test and wait until the proper Kernel code gets merged.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
tests/pm_pc8.c