zephyr/tests/kernel
Andy Ross ed5185ba12 tests/kernel/fatal: Fix wait-for-interrupt delay in stack check test
Contrary to the comment in code, this test is NOT, in fact, compiled
with a traditional ticked kernel.  Spinning won't work reliably
because interrupts won't necessarily be delivered when you expect.
This test case would fail spuriously as I moved things around when
debugging.

Doing it right (using a k_timer in this case) is actually less code
anyway.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-06-03 12:03:48 -07:00
..
arm_irq_vector_table
arm_runtime_nmi
boot_page_table
common arch/*: Add z_arch_irq_unlocked() predicate and test 2019-06-03 12:03:48 -07:00
context
critical sanitycheck: CONFIG_TEST_USERSPACE / userspace tag cleanup 2019-05-30 08:45:39 -04:00
device
early_sleep
fatal tests/kernel/fatal: Fix wait-for-interrupt delay in stack check test 2019-06-03 12:03:48 -07:00
fifo
fp_sharing
gen_isr_table
interrupt
lifo sanitycheck: CONFIG_TEST_USERSPACE / userspace tag cleanup 2019-05-30 08:45:39 -04:00
mbox
mem_heap/mheap_api_concept
mem_pool
mem_protect tests: kernel: userspace: explicitly declare function for the test 2019-05-30 09:00:05 -05:00
mem_slab
mp
msgq/msgq_api
mutex
obj_tracing
pending
pipe
poll
profiling/profiling_api
queue
sched tests: test_sched_timeslice_reset: Fix slice time measurement 2019-05-23 09:28:58 -04:00
semaphore
sleep tests/kernel/sleep: add tests for k_usleep() API 2019-05-21 23:09:16 -04:00
smp
spinlock
stack
static_idt
threads
tickless tests: tickless_concept: Fix slicing time measurement 2019-05-23 09:28:58 -04:00
timer sanitycheck: CONFIG_TEST_USERSPACE / userspace tag cleanup 2019-05-30 08:45:39 -04:00
workq
xip