Files
rtems/testsuites/psxtests/psxobj01/psxobj01.scn
T
Sebastian Huber c904df5733 score: Add _Objects_Get_by_name()
Replace _Objects_Name_to_id_string() with _Objects_Get_by_name() since
all users of this function are interested in the object itself and not
the identifier.

Use the object allocator lock to protect the search.

Update #2555.
2016-03-18 15:36:58 +01:00

7 lines
249 B
Plaintext

*** BEGIN OF TEST PSXOBJ 1 ***
INIT - _Objects_Get_by_name - NULL name
INIT - _Objects_Get_by_name - name too long
INIT - _Objects_Get_by_name - name of non-existent object
INIT - _Objects_Set_name fails - out of memory
*** END OF TEST PSXOBJ 1 ***