Browse Source

tests: thread_error_case: no ICOUNT for qemu/xtensa/dc233c/mmu

For some weird reasons, enabling ICOUNT would result in some
tests crashing QEMU. So disable ICOUNT.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
(cherry picked from commit 0e9376ebff)
pull/81444/head
Daniel Leung 8 months ago committed by Anas Nashif
parent
commit
558658e64e
  1. 3
      tests/kernel/threads/thread_error_case/boards/qemu_xtensa_dc233c_mmu.conf

3
tests/kernel/threads/thread_error_case/boards/qemu_xtensa_dc233c_mmu.conf

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# For some weird reasons, enabling ICOUNT would crash QEMU
# on this test. So disable it.
CONFIG_QEMU_ICOUNT=n
Loading…
Cancel
Save