zephyr/tests/kernel
Andy Ross 1af8a04fa9 tests/kernel/common: Make test_timeout_order 1cpu
This test works by starting a bunch of poll events, dropping the test
thread priority, calling k_poll(), and assuming that all the timeouts
that fired woke up high priority threads and thus ran before k_poll()
could return.  But that isn't true if you have another CPU that can
run the low priority thread while the last high priority thread
finishes up!

This just isn't SMP-correct.  Mark 1cpu.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-05-19 19:19:51 +02:00
..
common tests/kernel/common: Make test_timeout_order 1cpu 2020-05-19 19:19:51 +02:00
context Revert "test: kernel: context: Exclude for qemu_cortex_r5 (temporary)" 2020-05-19 17:14:18 +02:00
device tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
early_sleep timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
fatal tests: Rename kernel.common.stack_protection_arm_fp_sharing 2020-05-08 10:58:33 +02:00
fifo timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
fpu_sharing tests: Rename kernel.fp_sharing 2020-05-08 10:58:33 +02:00
gen_isr_table cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
interrupt boards: arm: Add bcm958402m2_a72 board 2020-05-08 10:46:23 +02:00
lifo kernel/timeout: Enable 64 bit timeout precision 2020-03-31 19:40:47 -04:00
mbox tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
mem_heap/mheap_api_concept tests/kernel: Fill allocation robustly for mpool heap backend 2020-04-14 10:05:55 -07:00
mem_pool tests/kernel/mem_pool: Split out tests for legacy mem_pool config 2020-04-14 10:05:55 -07:00
mem_protect tests: userspace: check for TLS leakage 2020-05-13 22:02:48 +02:00
mem_slab timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
mp cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
msgq/msgq_api test: msgq: remove number of cpu restriction 2020-05-09 19:06:53 +02:00
mutex timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
obj_tracing timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
pending kernel: remove unused offload workqueue option 2020-04-12 18:42:27 -04:00
pipe tests: kernel: pipe: tests for read_avail write_avail 2020-05-07 19:39:53 +02:00
poll boards: nrf52810_pca10040: Rename to nrf52dk_nrf52810 2020-04-06 13:09:07 +02:00
profiling/profiling_api timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
queue tests/kernel: Fill allocation robustly for mpool heap backend 2020-04-14 10:05:55 -07:00
sched timer: remove QEMU_TICKLESS_WORKAROUND 2020-05-14 13:52:07 +02:00
semaphore/semaphore timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
sleep timer: remove QEMU_TICKLESS_WORKAROUND 2020-05-14 13:52:07 +02:00
smp timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
spinlock cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
stack/stack timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
threads kernel: fix issue with k_thread_join() timeouts 2020-05-05 11:43:08 -07:00
tickless timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
timer tests: timer_api: fix assertion in test_timer_remaining() 2020-05-18 11:08:21 +02:00
workq tests: kernel: reduce test interval to save execution time 2020-05-14 13:52:07 +02:00
xip cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00