mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 01:23:22 +00:00
28 lines
603 B
Plaintext
28 lines
603 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-1999.
|
|
# 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.OARcorp.com/rtems/license.html.
|
|
#
|
|
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: testfatal
|
|
|
|
directives: none
|
|
|
|
concepts:
|
|
|
|
a. Verifies that the proper error is reported by k_fatal when a task
|
|
exits.
|
|
|
|
b. Verifies that the task exitted extension works correctly.
|
|
|
|
c. Verifies that the fatal error extension works corectly.
|
|
|