Changeset a9862623 in rtems


Ignore:
Timestamp:
09/21/23 12:54:01 (3 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
3fa6e41
Parents:
b3e4c419
git-author:
Sebastian Huber <sebastian.huber@…> (09/21/23 12:54:01)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/26/23 06:08:06)
Message:

validation: Check stack of interrupted context

Check the stack of the interrupted context during the multitasking
start.

Update #4955.

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • spec/build/testsuites/validation/validation-intr.yml

    rb3e4c419 ra9862623  
    1010includes: []
    1111ldflags:
     12- -Wl,--wrap=bsp_interrupt_dispatch
    1213- -Wl,--wrap=bsp_interrupt_handler_default
    1314- -Wl,--wrap=bsp_interrupt_spurious
     15- -Wl,--wrap=_RISCV_Interrupt_dispatch
     16- -Wl,--wrap=_SPARC_Interrupt_dispatch
    1417links: []
    1518source:
     
    2831- testsuites/validation/tc-intr-vector-enable.c
    2932- testsuites/validation/tc-intr-vector-is-enabled.c
     33- testsuites/validation/tc-score-isr.c
    3034- testsuites/validation/ts-validation-intr.c
    3135stlib: []
Note: See TracChangeset for help on using the changeset viewer.