Changeset 4ca27cf in rtems for testsuites/tmtests


Ignore:
Timestamp:
07/18/95 21:19:53 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3b170f5
Parents:
3ea5288
Message:

committing for rtems-3.2.01 snapshot

Location:
testsuites/tmtests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/tmtests/tm05/task1.c

    r3ea5288 r4ca27cf  
    120120
    121121  put_time(
    122     "rtems_task_resume self",
     122    "rtems_task_suspend self",
    123123    end_time,
    124124    OPERATION_COUNT,
  • testsuites/tmtests/tmck/task1.c

    r3ea5288 r4ca27cf  
    157157       *  consider valid for our testing purposes.
    158158       */
    159       printf( "TOO LONG (%d) at %d!!!\n", end_time, index );
    160 #if defined(unix)
     159      printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
     160#if defined(unix) || defined(go32)
    161161      index--;
    162162      continue;
Note: See TracChangeset for help on using the changeset viewer.