OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [mptests/] [mp09/] [node1/] [mp09.doc] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#  $Id: mp09.doc,v 1.7 1999/11/17 17:51:30 joel Exp $
3
#
4
#  COPYRIGHT (c) 1989-1999.
5
#  On-Line Applications Research Corporation (OAR).
6
#
7
#  The license and distribution terms for this file may be
8
#  found in the file LICENSE in this distribution or at
9
#  http://www.OARcorp.com/rtems/license.html.
10
#
11
 
12
This file describes the directives and concepts tested by this test set.
13
 
14
test set name:  test58
15
 
16
GLOBAL MESSAGE QUEUE TEST
17
 
18
directives:
19
  ex_init, ex_start, t_create, t_start, tm_tick, i_return,
20
  tm_wkafter, q_create, q_send, q_broadcast, q_urgent, q_receive,
21
  q_delete
22
 
23
concepts:
24
 
25
  a.  Verifies system can create and start both the executive's system
26
      initialization and idle task.
27
 
28
  b.  Verifies executive can swap between three application tasks at the
29
      same priority and the executive's internal idle task.
30
 
31
  c.  Verifies can print strings to the CRT on port 2 of the mvme136 board
32
      using Print and Println in the board support package.
33
 
34
  d.  Verifies interrupt handler can handler a task switch from an interrupt
35
      as specified with the i_return directive.
36
 
37
  e.  Verifies executive initialization performed correctly.
38
 
39
  f.  Verifies the executive trap handler except for the halt function.
40
 
41
  g.  Verifies that a task can get the task identification number of itself.
42
 
43
  h.  Verifies that a task can delete itself.
44
 
45
  i.  Verifies Rpc and Process_pkt for message queue related packets.
46
 
47
  j.  Verifies normal and error paths for global message queue handling.
48
 
49
NOTE:  The SLAVE must be started first for this test to successfully run.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.