Changeset feddcde0 in rtems


Ignore:
Timestamp:
01/08/19 08:08:27 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
38cb59e
Parents:
fe48400d
git-author:
Sebastian Huber <sebastian.huber@…> (01/08/19 08:08:27)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/09/19 09:32:57)
Message:

tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31)

It is unnecessary to run these test cases with interrupts disabled.

Location:
testsuites/sptests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/sp01/init.c

    rfe48400d rfeddcde0  
    3535    1,
    3636    RTEMS_MINIMUM_STACK_SIZE * 2,
    37     RTEMS_INTERRUPT_LEVEL(31),
     37    RTEMS_DEFAULT_MODES,
    3838    RTEMS_DEFAULT_ATTRIBUTES,
    3939    &id
  • testsuites/sptests/spcbssched01/init.c

    rfe48400d rfeddcde0  
    5050     1,
    5151     RTEMS_MINIMUM_STACK_SIZE * 2,
    52      RTEMS_INTERRUPT_LEVEL(31),
     52     RTEMS_DEFAULT_MODES,
    5353     RTEMS_DEFAULT_ATTRIBUTES,
    5454     &Task_id[ 1 ]
  • testsuites/sptests/spedfsched01/init.c

    rfe48400d rfeddcde0  
    5050     1,
    5151     RTEMS_MINIMUM_STACK_SIZE * 2,
    52      RTEMS_INTERRUPT_LEVEL(31),
     52     RTEMS_DEFAULT_MODES,
    5353     RTEMS_DEFAULT_ATTRIBUTES,
    5454     &Task_id[ 1 ]
  • testsuites/sptests/spfifo03/init.c

    rfe48400d rfeddcde0  
    124124                             1,
    125125                             RTEMS_MINIMUM_STACK_SIZE * 2,
    126                              RTEMS_INTERRUPT_LEVEL(31),
     126                             RTEMS_DEFAULT_MODES,
    127127                             RTEMS_DEFAULT_ATTRIBUTES,
    128128                             &readTaskID
  • testsuites/sptests/spfifo05/init.c

    rfe48400d rfeddcde0  
    168168                             1,
    169169                             RTEMS_MINIMUM_STACK_SIZE * 2,
    170                              RTEMS_INTERRUPT_LEVEL(31),
     170                             RTEMS_DEFAULT_MODES,
    171171                             RTEMS_DEFAULT_ATTRIBUTES,
    172172                             &readTaskID
Note: See TracChangeset for help on using the changeset viewer.