Make deferred unwinding work with the latest compiler. #234
main.yaml
on: push
test
/
...
/
notify_by_task
9s
test
/
...
/
notify_in_advance
5s
test
/
...
/
task_not_timeout
5s
test
/
...
/
task_timeout
13s
test
/
...
/
notify_in_advance_after_timeout
7s
test
/
...
/
notify_from_isr
8s
test
/
...
/
initialization
2m 44s
test
/
...
/
down_0_then_try_down
5s
test
/
...
/
up_max_then_try_up
11s
test
/
...
/
_4_tasks_down_contend_init_3
5s
test
/
...
/
init_0_blocking_down
11s
test
/
...
/
try_up_ok_then_err
10s
test
/
...
/
try_down_ok_then_err
7s
test
/
...
/
_2_tasks_5_down_5_up
10s
test
/
...
/
_10_tasks_100_up_down
10s
test
/
...
/
down_priority_scheduling
5s
test
/
...
/
up_priority_scheduling
11s
test
/
...
/
try_down_from_isr
9s
test
/
...
/
try_up_from_isr
2m 35s
test
/
...
/
basic
16s
test
/
...
/
stress
5s
test
/
...
/
priority
6s
test
/
...
/
poison
11s
test
/
...
/
priority_inversion
5s
test
/
...
/
produce_consume_single_task
6s
test
/
...
/
try_produce_from_task
5s
test
/
...
/
try_consume_from_task
7s
test
/
...
/
multiple_producers
10s
test
/
...
/
multiple_consumers
6s
test
/
...
/
concurrency_and_stress
5s
test
/
...
/
try_produce_from_isr
11s
test
/
...
/
try_consume_from_isr
13s
test
/
...
/
reduce_priority
10s
test
/
...
/
unwind_priority
5s
test
/
...
/
diverted
6s
test
/
...
/
deferred_direct_drop
5s
test
/
...
/
deferred_indirect_drop
10s
test
/
...
/
deferred_nested_drop
7s
test
/
...
/
concurrent_restart
10s
test
/
...
/
block_while_sched_suspend
6s
test
/
...
/
function_arguments
11s
test
/
...
/
return_values
6s
test
/
...
/
gp_registers
6s
test
/
...
/
fp_registers
5s
test
/
...
/
simple
17s
test
/
...
/
panic_upon_blocking
13s
test
/
...
/
load_40_percent
15s
Annotations
2 errors
test / sync / semaphore / try_up_from_isr
unable to access 'https://github.com/hopter-project/hopter/': Failed to connect to github.com port 443 after 134248 ms: Connection timed out
|
test / sync / semaphore / initialization
unable to access 'https://github.com/hopter-project/hopter/': Failed to connect to github.com port 443 after 135264 ms: Connection timed out
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-debug-cpu_load-load_40_percent
|
32 KB |
|
test-interrupt-unwind-panic_upon_blocking
|
38.3 KB |
|
test-interrupt-unwind-simple
|
28.2 KB |
|
test-sync-channel-concurrency_and_stress
|
28.8 KB |
|
test-sync-channel-multiple_consumers
|
29.8 KB |
|
test-sync-channel-multiple_producers
|
27.7 KB |
|
test-sync-channel-produce_consume_single_task
|
26.1 KB |
|
test-sync-channel-try_consume_from_isr
|
33.2 KB |
|
test-sync-channel-try_consume_from_task
|
26.1 KB |
|
test-sync-channel-try_produce_from_isr
|
33.1 KB |
|
test-sync-channel-try_produce_from_task
|
26.3 KB |
|
test-sync-mailbox-notify_by_task
|
25.4 KB |
|
test-sync-mailbox-notify_from_isr
|
28.1 KB |
|
test-sync-mailbox-notify_in_advance
|
23.4 KB |
|
test-sync-mailbox-notify_in_advance_after_timeout
|
25.1 KB |
|
test-sync-mailbox-task_not_timeout
|
25.7 KB |
|
test-sync-mailbox-task_timeout
|
24.4 KB |
|
test-sync-mutex-basic
|
27.9 KB |
|
test-sync-mutex-poison
|
26.2 KB |
|
test-sync-mutex-priority
|
26.9 KB |
|
test-sync-mutex-priority_inversion
|
27.2 KB |
|
test-sync-mutex-stress
|
26.8 KB |
|
test-sync-semaphore-10_tasks_100_up_down
|
24.9 KB |
|
test-sync-semaphore-2_tasks_5_down_5_up
|
27.7 KB |
|
test-sync-semaphore-4_tasks_down_contend_init_3
|
26.5 KB |
|
test-sync-semaphore-down_0_then_try_down
|
24.2 KB |
|
test-sync-semaphore-down_priority_scheduling
|
25.2 KB |
|
test-sync-semaphore-init_0_blocking_down
|
24.8 KB |
|
test-sync-semaphore-initialization
|
22.1 KB |
|
test-sync-semaphore-try_down_from_isr
|
30.1 KB |
|
test-sync-semaphore-try_down_ok_then_err
|
23.3 KB |
|
test-sync-semaphore-try_up_from_isr
|
30.1 KB |
|
test-sync-semaphore-try_up_ok_then_err
|
23.3 KB |
|
test-sync-semaphore-up_max_then_try_up
|
24.2 KB |
|
test-sync-semaphore-up_priority_scheduling
|
25.2 KB |
|
test-task-context_switch-fp_registers
|
22.8 KB |
|
test-task-context_switch-gp_registers
|
22.7 KB |
|
test-task-priority-reduce_priority
|
21.8 KB |
|
test-task-priority-unwind_priority
|
25.6 KB |
|
test-task-segmented_stack-function_arguments
|
22.2 KB |
|
test-task-segmented_stack-return_values
|
22.1 KB |
|
test-task-unwind-block_while_sched_suspend
|
36.6 KB |
|
test-task-unwind-concurrent_restart
|
25.2 KB |
|
test-task-unwind-deferred_direct_drop
|
23 KB |
|
test-task-unwind-deferred_indirect_drop
|
23.1 KB |
|
test-task-unwind-deferred_nested_drop
|
23.2 KB |
|
test-task-unwind-diverted
|
22.9 KB |
|