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:
parent
c08d01211a
commit
65b1f62ee3
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
arch_whitelist: x86
|
||||
platform_exclude: qemu_x86_long
|
||||
tags: ignore_faults interrupt idt
|
||||
|
|
Loading…
Reference in a new issue