zephyr/tests/kernel
Andy Ross 4c1f1edf21 test/kernel/mbox: Drop needless _1cpu_ from test cases
This test is already running with CONFIG_MP_NUM_CPUS=1.  All those
1cpu declarations are needless.  And some of them (like the init
tests) have side effects that make it difficult to do things like
"filter for only MP cases".

(Indeed, this is a heavily MP-unsafe test; almost all cases written to
rely on ordering between a parent thread and its child.  And that's
doubly so for COHERENE platforms because lots and lots of the test
objects are on stacks.  MP_NUM_CPUS=1 is definitely the right thing
here.)

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2022-01-26 13:34:45 -05:00
..
common
condvar/condvar_api tests: condvar_api: fix empty loop error for XCC 2022-01-25 21:16:32 -05:00
context tests: kernel: context: add MIPS support 2022-01-19 13:48:21 -05:00
device
early_sleep
events tests: kernel/events/event_api: memory coherence fixes 2022-01-18 20:26:42 -05:00
fatal tests/kernel/fatal/exception: Remove legacy irq_lock() usage 2022-01-19 15:10:55 -05:00
fifo
fpu_sharing tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
gen_isr_table
interrupt tests/kernel/interrupt: Don't wait so long just for a tick 2022-01-26 13:34:45 -05:00
lifo
mbox test/kernel/mbox: Drop needless _1cpu_ from test cases 2022-01-26 13:34:45 -05:00
mem_heap
mem_protect tests: mem_protect: enlarge heap size of RISCV64 2022-01-18 13:11:36 -05:00
mem_slab tests: mslab_api: remove double asterisk inside func comments 2022-01-12 16:02:16 -05:00
mp tests/kernel/mp: Must enable KERNEL_COHERENCE explicitly 2022-01-21 13:22:15 -05:00
msgq
mutex tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
obj_tracking Revert "tests/kernel/obj_tracking: Filter cAVS 2.5 builds to prevent DSP host hangs" 2022-01-26 10:09:19 -05:00
pending
pipe
poll
profiling/profiling_api pm: policy: return a reference to the next state 2022-01-11 10:46:20 +01:00
queue tests/kernel/queue: Mark SMP-unsafe case 1cpu, reduce logging output 2022-01-21 13:22:15 -05:00
sched
semaphore tests: semaphore: fix empty loop error for XCC 2022-01-25 21:16:32 -05:00
sleep
smp tests/kernel/smp: Add SMP switch torture test 2022-01-18 12:05:54 -05:00
smp_boot_delay
spinlock
stack/stack
threads
tickless/tickless_concept
timer
workq tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
xip