forked from Imagelibrary/rtems
spmsgq_err01 test replaces rtems_message_queue_XXX error tests from sp09 screen 7. spmsgq_err02 replaces rtems_message_queue_XXX error tests from sp09 screen 8.
26 lines
809 B
Plaintext
26 lines
809 B
Plaintext
# COPYRIGHT (c) 1989-2014.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.com/license/LICENSE.
|
|
#
|
|
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: spmsgq_err01
|
|
|
|
directives:
|
|
q_broadcast, q_create, q_delete, q_ident, q_numpending, q_flush, q_receive, q_send, q_urgent,
|
|
|
|
concepts:
|
|
|
|
a. Verifies all error codes returned by the executive in single
|
|
processor configurations.
|
|
|
|
b. Verifies error conditions in the following kernel routines or macros:
|
|
_Ck_date_time, _Expired, _Q_submit, _Get_mnodes, _Get_node,
|
|
_Free_mem, _Get_mem, _Valid_block, _Set_tcb, _Set_resource,
|
|
_In_range, _On_boundary
|