zephyr/tests/kernel
Enjia Mai ee327803e3 tests: common: skip arch_nop testing on some physical x86 board
Using the NOP instructions to do timing control on some physical board
such as ehl_crb, up_squared and intel adsp board, that doesn't work.
It seems like it can only be used for instruction alignment purposes.
We skip this test on this board because it's not meaningful.

Fixes #35971

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-08-06 20:20:32 -04:00
..
common tests: common: skip arch_nop testing on some physical x86 board 2021-08-06 20:20:32 -04:00
condvar/condvar_api tests: condvar: fix one testcase failure on qemu_cortex_a53_smp 2021-05-08 17:08:48 -04:00
context tests/kernel/context: Support APIC_TSC_DEADLINE timer 2021-05-07 16:48:58 -04:00
device pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 2021-08-04 08:23:01 -04:00
early_sleep
fatal tests: add fpu tag the tests which enable FPU and FPU_SHARING options 2021-06-22 08:45:41 -04:00
fifo
fpu_sharing tests: add fpu tag the tests which enable FPU and FPU_SHARING options 2021-06-22 08:45:41 -04:00
gen_isr_table tests: kernel: gen_isr_table: Add workaround for npcx9 series. 2021-06-08 00:40:14 -04:00
interrupt acrn_ehl_crb: fix the incorrect configuration of timer IRQ priority 2021-08-03 07:30:15 -04:00
lifo tests: add min_ram to test applications 2021-07-13 10:20:18 -05:00
mbox kernel: remove object tracing 2021-05-07 22:10:21 -04:00
mem_heap tests/kernel/mem_heap: Add minimum-size heap test 2021-05-20 17:52:21 -04:00
mem_protect tests: mem_protect: fix warning on uninitialized variable 2021-07-22 07:24:11 -05:00
mem_slab tests: kernel: mem_slab: Add no multithreading support 2021-04-29 14:50:35 +02:00
mp
msgq tests: msgq_usage: ensure all services started before client query 2021-05-13 22:03:55 -04:00
mutex tests: smp: cancel CONFIG_MP_NUM_CPUS limit of some testcases 2021-04-27 13:30:24 -04:00
pending tests: kernel: pending: replace to-be-deprecated k_work API use 2021-04-21 20:42:36 -04:00
pipe tests: pipe: test some error conditions 2021-04-06 10:19:24 -04:00
poll tests/kernel: Add k_poll test for polling on message queues 2021-04-17 07:47:26 -04:00
profiling/profiling_api tests: profiling: Remove unnecessary stubs 2021-07-26 04:31:54 -04:00
queue Test: queue: Add a testcase to test queue 2021-04-06 10:13:49 -04:00
sched tests: schedule_api: use stack array extern macro 2021-07-22 07:24:11 -05:00
semaphore tests: kernel: fix two semaphroe testcases failed on ADSP 2021-05-14 16:41:21 -04:00
sleep
smp tests/kernel/smp: Remove release_global_lock_irq case 2021-05-17 15:27:37 -04:00
spinlock userspace: rename _is_user_context -> k_is_user_context 2021-04-01 05:34:17 -04:00
stack/stack tests: stack: add a testcase 2021-03-29 16:19:50 -05:00
threads tests: remove USB configuration option 2021-08-03 19:00:12 -04:00
tickless/tickless_concept boards: qemu_x86_coverage: remove board testing coverage 2021-06-01 14:06:56 -05:00
timer boards: qemu_x86_coverage: remove board testing coverage 2021-06-01 14:06:56 -05:00
workq kernel: remove dead workq code 2021-05-18 11:21:27 -05:00
xip