Some platforms were excluded due to issues that were fixed or resolved themselves. Enable those platforms again and remove the comments related to the issues. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
23 lines
470 B
YAML
23 lines
470 B
YAML
tests:
|
|
kernel.timer.monotonic:
|
|
tags:
|
|
- kernel
|
|
- timer
|
|
kernel.timer.monotonic.apic.tsc:
|
|
tags:
|
|
- kernel
|
|
- timer
|
|
- apic_tsc
|
|
platform_allow: intel_ehl_crb
|
|
extra_configs:
|
|
- CONFIG_APIC_TSC_DEADLINE_TIMER=y
|
|
- CONFIG_HPET_TIMER=n
|
|
kernel.timer.monotonic.icount_off:
|
|
# Extra test for GH-48608
|
|
tags:
|
|
- kernel
|
|
- timer
|
|
platform_allow: mps2/an385
|
|
extra_configs:
|
|
- CONFIG_QEMU_ICOUNT=n
|