Changeset 4ca27cf in rtems for testsuites/tmtests
- Timestamp:
- 07/18/95 21:19:53 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b170f5
- Parents:
- 3ea5288
- Location:
- testsuites/tmtests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/tmtests/tm05/task1.c
r3ea5288 r4ca27cf 120 120 121 121 put_time( 122 "rtems_task_ resumeself",122 "rtems_task_suspend self", 123 123 end_time, 124 124 OPERATION_COUNT, -
testsuites/tmtests/tmck/task1.c
r3ea5288 r4ca27cf 157 157 * consider valid for our testing purposes. 158 158 */ 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) 161 161 index--; 162 162 continue;
Note: See TracChangeset
for help on using the changeset viewer.