Changeset e0e7205 in rtems
- Timestamp:
- Nov 22, 2004, 8:19:04 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 098a8709
- Parents:
- 259c516
- Location:
- testsuites/itrontests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/itrontests/ChangeLog
r259c516 re0e7205 1 2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 PR 721/tests 4 * itronsem01/init.c: Fix bogus assert. 5 1 6 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
testsuites/itrontests/itronsem01/init.c
r259c516 re0e7205 285 285 puts( "Init - sig_sem - semaphore 1 (count > maximum) - E_QOVR" ); 286 286 status = sig_sem( 1 ); 287 assert( status == E_ OK);287 assert( status == E_QOVR ); 288 288 289 289 /*
Note: See TracChangeset
for help on using the changeset viewer.