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
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ tests:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_OPENOCD_SUPPORT=y
|
- CONFIG_OPENOCD_SUPPORT=y
|
||||||
arch_exclude: posix xtensa x86_64
|
arch_exclude: posix xtensa x86_64
|
||||||
|
platform_exclude: qemu_x86_long
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
arch.interrupt:
|
arch.interrupt:
|
||||||
arch_whitelist: x86
|
arch_whitelist: x86
|
||||||
|
platform_exclude: qemu_x86_long
|
||||||
tags: ignore_faults interrupt idt
|
tags: ignore_faults interrupt idt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue