zephyr/tests/kernel
Andrew Boie 84c808918b tests: set CONFIG_MAX_THREAD_BYTES for a few tests
Some tests instantiate a lot of thread objects. These
were not tagged with __kernel, and
CONFIG_APPLICATION_MEMORY was enabled, so the kernel was
not adding them to the kernel object database.

However, with CONFIG_APPLICATION_MEMORY disabled, this
overflowed the default max number of thread objects (16).
Increase the max to 32 for these particular tests.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-02-08 07:04:30 -05:00
..
arm_irq_vector_table drivers: nrf: Adjust clock_control and timer drivers for nRF9160 2019-01-21 10:13:34 +01:00
arm_runtime_nmi cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
boot_page_table x86: remove support for non-PAE page tables 2019-02-05 20:51:21 -08:00
common tests: common: move irq_offload test to common 2019-02-05 20:40:07 -05:00
context boards: remove pulpino board 2019-01-31 22:47:18 -05:00
critical cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
device cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
early_sleep cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
fatal tests: Dont run coverage for select test cases. 2019-01-16 06:12:33 -05:00
fifo cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
fp_sharing cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
gen_isr_table boards: remove pulpino board 2019-01-31 22:47:18 -05:00
interrupt tests: kernel: interrupt: Exclude platforms test isnt valid on 2019-02-07 15:58:43 -05:00
lifo cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mbox tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
mem_heap/mheap_api_concept cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mem_pool tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
mem_protect tests: remove app_memory test 2019-02-08 07:04:30 -05:00
mem_slab tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
mp cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
msgq/msgq_api tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
mutex tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
obj_tracing kernel: remove k_alert API 2019-01-16 21:34:07 -05:00
pending tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
pipe tests: Updated all the tests which use k_thread_access_grant. 2019-01-03 12:35:14 -08:00
poll tests: Updated all the tests which use k_thread_access_grant. 2019-01-03 12:35:14 -08:00
profiling/profiling_api cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
queue cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
sched tests: set CONFIG_MAX_THREAD_BYTES for a few tests 2019-02-08 07:04:30 -05:00
semaphore tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
sleep cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
smp cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
spinlock cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
stack tests: Updated all the tests which use k_thread_access_grant. 2019-01-03 12:35:14 -08:00
static_idt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
threads tests/threads/thread_apis: Add test for CPU mask API 2019-02-01 21:37:24 -05:00
tickless tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
timer tests/kernel/timer_api: Synchronize racy subtest 2019-01-03 12:29:02 -05:00
workq tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. 2019-01-16 06:12:33 -05:00
xip boards: remove pulpino board 2019-01-31 22:47:18 -05:00