Skip to content

Commit d64e626

Browse files
laurenmurphyx64kartben
authored andcommitted
tests: adjust CONFIG_MAX_THREAD_BYTES for some
For these particular tests, many platforms require higher CONFIG_MAX_THREAD_BYTES than the default 2, so guard against failures by setting it high. Signed-off-by: Lauren Murphy <[email protected]>
1 parent f298780 commit d64e626

File tree

12 files changed

+4
-8
lines changed

12 files changed

+4
-8
lines changed

tests/kernel/mem_protect/sys_sem/boards/intel_adsp_ace30_ptl.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/kernel/mem_protect/sys_sem/boards/intel_adsp_ace30_ptl_sim.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_ZTEST=y
22
CONFIG_IRQ_OFFLOAD=y
33
CONFIG_TEST_USERSPACE=y
4+
CONFIG_MAX_THREAD_BYTES=8

tests/kernel/mutex/sys_mutex/boards/intel_adsp_ace30_ptl.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/kernel/mutex/sys_mutex/boards/intel_adsp_ace30_ptl_sim.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_MAIN_THREAD_PRIORITY=10
22
CONFIG_ZTEST=y
33
CONFIG_TEST_USERSPACE=y
4+
CONFIG_MAX_THREAD_BYTES=8

tests/kernel/queue/boards/intel_adsp_ace30_ptl.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/kernel/queue/boards/intel_adsp_ace30_ptl_sim.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/kernel/queue/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_ZTEST=y
22
CONFIG_IRQ_OFFLOAD=y
33
CONFIG_TEST_USERSPACE=y
44
CONFIG_ZTEST_FATAL_HOOK=y
5+
CONFIG_MAX_THREAD_BYTES=8

tests/lib/c_lib/thrd/boards/intel_adsp_ace30_ptl.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)