forked from Imagelibrary/rtems
Split sp09 screen 1 into new test sptask_err04. Split sp09 screen 2 into new tests sptask__err02 and spclock_err01, as well as moving one verification into sptimer_err01.
27 lines
844 B
Plaintext
27 lines
844 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: spclock_err01
|
|
|
|
directives:
|
|
c_gettod, c_secspoch, c_uptime, c_uptimeval, c_upsec, c_upnanosec,
|
|
c_todtimeval, c_nsecexten, c_set, tm_firewhen, c_ticksps,
|
|
|
|
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
|