Skip to content

Commit 96bb97a

Browse files
dcpleungnashif
authored andcommitted
tests: thread_analyzer: disable QEMU icount
This disables QEMU icount for all the simulated platforms in the allowed list. With icount enabled, the printout from the thread analyzer would be continuous and non-stop instead of the default once every 60 seconds. Besides, the console harness only needs one, and these is no need to waste CPU cycles and memory for processing the extra ones. Signed-off-by: Daniel Leung <[email protected]>
1 parent 0962114 commit 96bb97a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/subsys/debug/thread_analyzer/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ common:
1111
- qemu_x86_64
1212
- qemu_riscv32
1313
- qemu_riscv64
14+
extra_configs:
15+
- CONFIG_QEMU_ICOUNT=n
1416
tags:
1517
- debug
1618
- thread_analyzer

0 commit comments

Comments
 (0)