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

Subversion Repositories openrisc

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#  $Id: mp08.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:  test57
15
 
16
GLOBAL SEMAPHORE TEST
17
 
18
directives:
19
  ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident,
20
  sm_create, sm_ident, sm_p, sm_v, sm_delete
21
 
22
concepts:
23
 
24
  a.  Verifies system can create and start both the executive's system
25
      initialization and idle task.
26
 
27
  b.  Verifies executive can swap between three application tasks at the
28
      same priority and the executive's internal idle task.
29
 
30
  c.  Verifies can print strings to the CRT on port 2 of the mvme136 board
31
      using Print and Println in the board support package.
32
 
33
  d.  Verifies interrupt handler can handler a task switch from an interrupt
34
      as specified with the i_return directive.
35
 
36
  e.  Verifies executive initialization performed correctly.
37
 
38
  f.  Verifies the executive trap handler except for the halt function.
39
 
40
  g.  Verifies that a task can get the identification number of
41
      a global sempahore.
42
 
43
  h.  Verifies that two tasks on different processors can
44
      alternate accessing a semaphore.
45
 
46
  i.  Verifies operation of sm_delete on global semaphores
47
      for both normal and error case.
48
 
49
  j.  Verifies Rpc and Process_pkt for packet types Q_SMP, Q_SMV,
50
      P_OBJCREATE (semaphore), P_OBJDELETE (semaphore), P_SMDEL_TQ.
51
 

powered by: WebSVN 2.1.0

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