arch/x86: disable inapplicable tests for Intel64

In long mode, x86 does not support static IDTs or OpenOCD,
so disable the tests related to these features.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-07-23 13:30:06 -07:00 committed by Andrew Boie
parent c08d01211a
commit 65b1f62ee3
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ tests:
extra_configs:
- CONFIG_OPENOCD_SUPPORT=y
arch_exclude: posix xtensa x86_64
platform_exclude: qemu_x86_long
harness: console
harness_config:
type: multi_line

View file

@ -1,4 +1,5 @@
tests:
arch.interrupt:
arch_whitelist: x86
platform_exclude: qemu_x86_long
tags: ignore_faults interrupt idt