zephyr/tests/kernel
Christopher Friedt a87a5ea22b tests: kernel: mem_protect: stack_random: disable qemu_riscv32
Test fails consistently in CI but local builds succeed. Puzzling. In
order to keep main green, disabling this test only for qemu_riscv32
until a solution is found.

```
% west build -p always -b qemu_riscv32 -t run \
  tests/kernel/mem_protect/stack_random
...
*** Booting Zephyr OS build zephyr-v2.6.0-1039-g523764b3fd75  ***
Running test suite stack_pointer_randomness
===================================================================
START - test_stack_pt_randomization
Test Stack pointer randomization
stack pointer changed 13 times out of 64 tests
 PASS - test_stack_pt_randomization in 0.5 seconds
===================================================================
Test suite stack_pointer_randomness succeeded
===================================================================
PROJECT EXECUTION SUCCESSFUL
```

```
*** Booting Zephyr OS build zephyr-v2.6.0-1063-g0106d8f2a391  ***
Running test suite stack_pointer_randomness
===================================================================
START - test_stack_pt_randomization
Test Stack pointer randomization
stack pointer changed 0 times out of 64 tests
 Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/\
  stack_random/src/main.c:68: test_stack_pt_randomization: \
  (sp_changed equal to 0)
 Stack pointer is not randomized
FAIL - test_stack_pt_randomization in 0.6 seconds
===================================================================
Test suite stack_pointer_randomness failed.
===================================================================
PROJECT EXECUTION FAILED
```

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2021-07-16 14:48:21 -04:00
..
common tests: remove kernel tag from key tests/samples 2021-07-08 08:59:51 -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 tests: kernel: device: Exclude beaglev_starlight_jh7100 2021-07-14 16:12:57 +03: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 arm64: mitigate FPU-in-exception usage side effects 2021-05-21 04:52:44 -05: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: kernel: mem_protect: stack_random: disable qemu_riscv32 2021-07-16 14:48:21 -04:00
mem_slab
mp
msgq tests: msgq_usage: ensure all services started before client query 2021-05-13 22:03:55 -04:00
mutex
pending
pipe
poll
profiling/profiling_api
queue
sched tests: add min_ram to test applications 2021-07-13 10:20:18 -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
stack/stack
threads test: thread : test run k_thread_resume on unsuspend thread 2021-05-07 18:21:23 -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