Skip to content

Add test for panic upon erroneous blocking. #230

Add test for panic upon erroneous blocking.

Add test for panic upon erroneous blocking. #230

Triggered via push October 10, 2024 19:50
Status Success
Total duration 3m 58s
Artifacts 47

main.yaml

on: push
check-rust-toolchain
9s
check-rust-toolchain
check-qemu
6s
check-qemu
test  /  ...  /  notify_by_task
6s
test / sync / mailbox / notify_by_task
test  /  ...  /  notify_in_advance
5s
test / sync / mailbox / notify_in_advance
test  /  ...  /  task_not_timeout
7s
test / sync / mailbox / task_not_timeout
test  /  ...  /  task_timeout
7s
test / sync / mailbox / task_timeout
test  /  ...  /  notify_in_advance_after_timeout
6s
test / sync / mailbox / notify_in_advance_after_timeout
test  /  ...  /  notify_from_isr
8s
test / sync / mailbox / notify_from_isr
test  /  ...  /  initialization
6s
test / sync / semaphore / initialization
test  /  ...  /  down_0_then_try_down
6s
test / sync / semaphore / down_0_then_try_down
test  /  ...  /  up_max_then_try_up
6s
test / sync / semaphore / up_max_then_try_up
test  /  ...  /  _4_tasks_down_contend_init_3
8s
test / sync / semaphore / _4_tasks_down_contend_init_3
test  /  ...  /  init_0_blocking_down
6s
test / sync / semaphore / init_0_blocking_down
test  /  ...  /  try_up_ok_then_err
16s
test / sync / semaphore / try_up_ok_then_err
test  /  ...  /  try_down_ok_then_err
7s
test / sync / semaphore / try_down_ok_then_err
test  /  ...  /  _2_tasks_5_down_5_up
11s
test / sync / semaphore / _2_tasks_5_down_5_up
test  /  ...  /  _10_tasks_100_up_down
5s
test / sync / semaphore / _10_tasks_100_up_down
test  /  ...  /  down_priority_scheduling
6s
test / sync / semaphore / down_priority_scheduling
test  /  ...  /  up_priority_scheduling
10s
test / sync / semaphore / up_priority_scheduling
test  /  ...  /  try_down_from_isr
9s
test / sync / semaphore / try_down_from_isr
test  /  ...  /  try_up_from_isr
9s
test / sync / semaphore / try_up_from_isr
test  /  ...  /  basic
8s
test / sync / mutex / basic
test  /  ...  /  stress
11s
test / sync / mutex / stress
test  /  ...  /  priority
7s
test / sync / mutex / priority
test  /  ...  /  poison
6s
test / sync / mutex / poison
test  /  ...  /  priority_inversion
8s
test / sync / mutex / priority_inversion
test  /  ...  /  produce_consume_single_task
7s
test / sync / channel / produce_consume_single_task
test  /  ...  /  try_produce_from_task
11s
test / sync / channel / try_produce_from_task
test  /  ...  /  try_consume_from_task
10s
test / sync / channel / try_consume_from_task
test  /  ...  /  multiple_producers
5s
test / sync / channel / multiple_producers
test  /  ...  /  multiple_consumers
5s
test / sync / channel / multiple_consumers
test  /  ...  /  concurrency_and_stress
5s
test / sync / channel / concurrency_and_stress
test  /  ...  /  try_produce_from_isr
13s
test / sync / channel / try_produce_from_isr
test  /  ...  /  try_consume_from_isr
11s
test / sync / channel / try_consume_from_isr
test  /  ...  /  reduce_priority
10s
test / task / priority / reduce_priority
test  /  ...  /  unwind_priority
11s
test / task / priority / unwind_priority
test  /  ...  /  diverted
6s
test / task / unwind / diverted
test  /  ...  /  deferred_direct_drop
11s
test / task / unwind / deferred_direct_drop
test  /  ...  /  deferred_indirect_drop
6s
test / task / unwind / deferred_indirect_drop
test  /  ...  /  deferred_nested_drop
5s
test / task / unwind / deferred_nested_drop
test  /  ...  /  concurrent_restart
7s
test / task / unwind / concurrent_restart
test  /  ...  /  block_while_sched_suspend
8s
test / task / unwind / block_while_sched_suspend
test  /  ...  /  function_arguments
5s
test / task / segmented_stack / function_arguments
test  /  ...  /  return_values
12s
test / task / segmented_stack / return_values
test  /  ...  /  gp_registers
6s
test / task / context_switch / gp_registers
test  /  ...  /  fp_registers
11s
test / task / context_switch / fp_registers
test  /  ...  /  simple
17s
test / interrupt / unwind / simple
test  /  ...  /  panic_upon_blocking
13s
test / interrupt / unwind / panic_upon_blocking
test  /  ...  /  load_40_percent
14s
test / debug / cpu_load / load_40_percent
Fit to window
Zoom out
Zoom in

Artifacts

Produced during runtime
Name Size
test-debug-cpu_load-load_40_percent
32.3 KB
test-interrupt-unwind-panic_upon_blocking
39 KB
test-interrupt-unwind-simple
28.6 KB
test-sync-channel-concurrency_and_stress
29.3 KB
test-sync-channel-multiple_consumers
30.3 KB
test-sync-channel-multiple_producers
28.1 KB
test-sync-channel-produce_consume_single_task
26.6 KB
test-sync-channel-try_consume_from_isr
33.7 KB
test-sync-channel-try_consume_from_task
26.6 KB
test-sync-channel-try_produce_from_isr
33.6 KB
test-sync-channel-try_produce_from_task
26.8 KB
test-sync-mailbox-notify_by_task
25.7 KB
test-sync-mailbox-notify_from_isr
28.5 KB
test-sync-mailbox-notify_in_advance
23.8 KB
test-sync-mailbox-notify_in_advance_after_timeout
25.6 KB
test-sync-mailbox-task_not_timeout
26.1 KB
test-sync-mailbox-task_timeout
24.8 KB
test-sync-mutex-basic
28.5 KB
test-sync-mutex-poison
26.8 KB
test-sync-mutex-priority
27.4 KB
test-sync-mutex-priority_inversion
27.7 KB
test-sync-mutex-stress
27.3 KB
test-sync-semaphore-10_tasks_100_up_down
25.3 KB
test-sync-semaphore-2_tasks_5_down_5_up
28 KB
test-sync-semaphore-4_tasks_down_contend_init_3
26.8 KB
test-sync-semaphore-down_0_then_try_down
24.5 KB
test-sync-semaphore-down_priority_scheduling
25.5 KB
test-sync-semaphore-init_0_blocking_down
25.2 KB
test-sync-semaphore-initialization
22.4 KB
test-sync-semaphore-try_down_from_isr
30.5 KB
test-sync-semaphore-try_down_ok_then_err
23.6 KB
test-sync-semaphore-try_up_from_isr
30.5 KB
test-sync-semaphore-try_up_ok_then_err
23.7 KB
test-sync-semaphore-up_max_then_try_up
24.5 KB
test-sync-semaphore-up_priority_scheduling
25.5 KB
test-task-context_switch-fp_registers
23.1 KB
test-task-context_switch-gp_registers
23 KB
test-task-priority-reduce_priority
22.1 KB
test-task-priority-unwind_priority
25.9 KB
test-task-segmented_stack-function_arguments
22.5 KB
test-task-segmented_stack-return_values
22.4 KB
test-task-unwind-block_while_sched_suspend
37.4 KB
test-task-unwind-concurrent_restart
25.6 KB
test-task-unwind-deferred_direct_drop
23.4 KB
test-task-unwind-deferred_indirect_drop
23.5 KB
test-task-unwind-deferred_nested_drop
23.6 KB
test-task-unwind-diverted
23.3 KB