zephyr/tests/kernel
Andy Ross eb3734168a tests/kernel/fatal/exception: Remove ticked kernel from stack sentinel test
The "sentinel" variant of this test runs the same code, but enables
the stack sentinel feature.  Inexplicably, it's also disabling
TICKLESS_KERNEL, forcing a timer interrupt at every tick boundary.

That doesn't seem to be required for any test functionality I can see.

And worse, by changing that setting without adjusting the tick rate,
it runs afoul of more modern platforms which were designed with
tickless operation in mind.  Specifically, the intel_adsp platforms
have a default tick rate of 50 kHz, which is just too fast for
reasonable operation.  It leaves almost no time available for
application code and something falls behind and fails.

Just remove it.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-01-04 20:40:55 -05:00
..
common tests: tls: add toolchain filter 2020-12-15 11:22:38 +01:00
context drivers/timer: Remove legacy APIC driver 2020-12-27 18:19:17 +01:00
device tests: convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:05:40 -05:00
early_sleep device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fatal tests/kernel/fatal/exception: Remove ticked kernel from stack sentinel test 2021-01-04 20:40:55 -05:00
fifo tests/queue: Remove fifo/queue "poll" variant tests 2020-11-11 10:59:52 -05:00
fpu_sharing tests/float_disable: ported to SPARC 2020-12-04 14:33:43 +02:00
gen_isr_table tests: kernel: gen_isr_table: Exclude stm32f103_mini board 2020-12-03 10:54:38 -06:00
interrupt tests: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
lifo tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
mbox kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
mem_heap tests: kernel/k_malloc: tests for k_aligned_alloc 2020-12-27 18:17:07 +01:00
mem_protect mmu: rename z_mem_map to z_phys_map 2020-12-16 08:55:55 -05:00
mem_slab tests: mem protection tests updated tags 2020-08-06 07:31:46 -04:00
mp tests: improve test case descriptions of arch layer interface 2020-10-30 15:55:42 +01:00
msgq/msgq_api kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
mutex tests: mutex: add some error case testing 2020-12-16 14:26:55 +01:00
obj_tracing
pending
pipe kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
poll kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
profiling/profiling_api power: rename _pm_power_state_ -> pm_power_state 2021-01-04 09:02:23 -05:00
queue kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
sched tests/kernel/schedule_api: Fix slop in timeslice test 2020-10-29 07:39:39 -04:00
semaphore/semaphore tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
sleep tests: kernel/sleep: increase maximum threshold for nRF51 2020-09-24 09:52:32 -05:00
smp Tests: Minor change in description and group of SMP test cases 2020-11-03 11:04:50 +01:00
spinlock tests: spinlock: add some error test cases 2020-12-27 18:19:42 +01:00
stack/stack tests: stack: add some testcases 2020-12-27 18:17:22 +01:00
threads tests: tls: add toolchain filter 2020-12-15 11:22:38 +01:00
tickless power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
timer power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
workq test: workqueue: imporve coverage for workqueue 2021-01-04 16:25:40 +01:00
xip tests: xip: remove hack and add qemu_x86_xip 2020-07-30 12:25:37 +02:00