mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 09:33:46 +00:00
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmck/task1.c: Remove support for "unix".
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* tmck/task1.c: Remove support for "unix".
|
||||||
|
|
||||||
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
|
* tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
|
||||||
|
|||||||
@@ -156,12 +156,7 @@ void check_read_timer()
|
|||||||
* consider valid for our testing purposes.
|
* consider valid for our testing purposes.
|
||||||
*/
|
*/
|
||||||
printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
|
printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
|
||||||
#if defined(unix)
|
|
||||||
index--;
|
|
||||||
continue;
|
|
||||||
#else
|
|
||||||
rtems_test_exit( 1 );
|
rtems_test_exit( 1 );
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Distribution[ end_time ]++;
|
Distribution[ end_time ]++;
|
||||||
|
|||||||
Reference in New Issue
Block a user