mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 14:34:45 +08:00
sptests: Split sp09 screens 7,8 into spmsg1_err01 and spmsgq_err02.
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.
This commit is contained in:
committed by
Jennifer Averett
parent
abc833bd56
commit
a3707d893c
@@ -30,7 +30,7 @@ SUBDIRS = \
|
||||
spsimplesched03 spnsext01 spedfsched01 spedfsched02 spedfsched03 \
|
||||
spcbssched01 spcbssched02 spcbssched03 spqreslib sptimespec01 \
|
||||
spregion_err01 sppartition_err01 spratemon_err01 spintr_err01 \
|
||||
spsignal_err01 spport_err01
|
||||
spsignal_err01 spport_err01 spmsgq_err01 spmsgq_err02
|
||||
SUBDIRS += spprofiling01
|
||||
SUBDIRS += spcache01
|
||||
SUBDIRS += sptls03
|
||||
|
||||
@@ -194,6 +194,8 @@ spintrcritical17/Makefile
|
||||
spheapprot/Makefile
|
||||
spmkdir/Makefile
|
||||
spmountmgr01/Makefile
|
||||
spmsgq_err01/Makefile
|
||||
spmsgq_err02/Makefile
|
||||
spnotepad01/Makefile
|
||||
spnsext01/Makefile
|
||||
spobjgetnext/Makefile
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
rtems_tests_PROGRAMS = sp09
|
||||
sp09_SOURCES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen04.c \
|
||||
screen05.c screen06.c screen07.c screen08.c \
|
||||
screen05.c screen06.c \
|
||||
task1.c task2.c task3.c \
|
||||
system.h
|
||||
|
||||
|
||||
@@ -120,59 +120,4 @@ TA1 - rtems_task_wake_after - yield processor - RTEMS_SUCCESSFUL
|
||||
TA2 - rtems_semaphore_obtain - woke up with RTEMS_OBJECT_WAS_DELETED
|
||||
TA2 - rtems_task_delete - delete self - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_task_delete TA2 - already deleted RTEMS_INVALID_ID
|
||||
<pause - screen 7>
|
||||
TA1 - rtems_message_queue_broadcast - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_create - NULL Id - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_create - count = 0 - RTEMS_INVALID_NUMBER
|
||||
TA1 - rtems_message_queue_create - size = 0 - RTEMS_INVALID_SIZE
|
||||
TA1 - rtems_message_queue_create - Q 1 - RTEMS_INVALID_NAME
|
||||
TA1 - rtems_message_queue_create - Q 1 - RTEMS_MP_NOT_CONFIGURED
|
||||
TA1 - rtems_message_queue_create - Q 2 - RTEMS_UNSATISFIED
|
||||
TA1 - rtems_message_queue_create - Q 2 - RTEMS_UNSATISFIED #2
|
||||
TA1 - rtems_message_queue_create - Q 1 - 2 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 2 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_delete - unknown RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_delete - local RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_ident - RTEMS_INVALID_NAME
|
||||
TA1 - rtems_message_queue_get_number_pending - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_get_number_pending - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_flush - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_flush - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_receive - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_receive - Q 1 - RTEMS_INVALID_ADDRESS NULL buffer
|
||||
TA1 - rtems_message_queue_receive - Q 1 - RTEMS_INVALID_ADDRESS NULL size
|
||||
TA1 - rtems_message_queue_receive - Q 1 - RTEMS_UNSATISFIED
|
||||
TA1 - rtems_message_queue_receive - Q 1 - timeout in 3 seconds
|
||||
TA1 - rtems_message_queue_receive - Q 1 - woke up with RTEMS_TIMEOUT
|
||||
TA1 - rtems_message_queue_send - NULL buffer - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_send - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 1 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_urgent - NULL buffer - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_urgent - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_broadcast - NULL buffer - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_broadcast - too large - RTEMS_INVALID_SIZE
|
||||
TA1 - rtems_message_queue_broadcast - NULL count - RTEMS_INVALID_ADDRESS
|
||||
<pause - screen 8>
|
||||
TA1 - rtems_message_queue_delete - Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 1 - 2 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 1 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_delete - Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 1 - 3 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 4 TO Q 1 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_delete - Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 1 - 3 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_task_start - start TA3 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_task_wake_after - yield processor - RTEMS_SUCCESSFUL
|
||||
TA3 - rtems_message_queue_receive - Q 1 - RTEMS_WAIT FOREVER
|
||||
TA1 - rtems_message_queue_delete - delete Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_task_wake_after - yield processor - RTEMS_SUCCESSFUL
|
||||
TA3 - rtems_message_queue_receive - woke up with RTEMS_OBJECT_WAS_DELETED
|
||||
TA3 - rtems_task_delete - delete self - RTEMS_SUCCESSFUL
|
||||
*** END OF TEST 9 ***
|
||||
|
||||
@@ -57,10 +57,6 @@ void Screen5( void );
|
||||
|
||||
void Screen6( void );
|
||||
|
||||
void Screen7( void );
|
||||
|
||||
void Screen8( void );
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
@@ -41,12 +41,6 @@ rtems_task Task_1(
|
||||
rtems_test_pause_and_screen_number( 6 );
|
||||
|
||||
Screen6();
|
||||
rtems_test_pause_and_screen_number( 7 );
|
||||
|
||||
Screen7();
|
||||
rtems_test_pause_and_screen_number( 8 );
|
||||
|
||||
Screen8();
|
||||
|
||||
TEST_END();
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
rtems_tests_PROGRAMS = spmsgq_err01
|
||||
spmsgq_err01_SOURCES = init.c system.h
|
||||
|
||||
dist_rtems_tests_DATA = spmsgq_err01.scn
|
||||
dist_rtems_tests_DATA += spmsgq_err01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(spmsgq_err01_OBJECTS)
|
||||
LINK_LIBS = $(spmsgq_err01_LDLIBS)
|
||||
|
||||
spmsgq_err01$(EXEEXT): $(spmsgq_err01_OBJECTS) $(spmsgq_err01_DEPENDENCIES)
|
||||
@rm -f spmsgq_err01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,27 +1,35 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2011.
|
||||
* COPYRIGHT (c) 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.org/license/LICENSE.
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
#include "system.h"
|
||||
|
||||
#define MESSAGE_SIZE (sizeof(long) * 4)
|
||||
|
||||
void Screen7()
|
||||
const char rtems_test_name[] = "SP MESSAGE QUEUE ERROR 1";
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
{
|
||||
long buffer[ 4 ];
|
||||
uint32_t count;
|
||||
size_t size;
|
||||
rtems_status_code status;
|
||||
|
||||
|
||||
TEST_BEGIN();
|
||||
Queue_name[ 1 ] = rtems_build_name( 'M', 'Q', '1', ' ' );
|
||||
Queue_name[ 2 ] = rtems_build_name( 'M', 'Q', '2', ' ' );
|
||||
|
||||
status = rtems_message_queue_broadcast( 100, buffer, MESSAGE_SIZE, &count );
|
||||
fatal_directive_status(
|
||||
status,
|
||||
@@ -394,4 +402,5 @@ void Screen7()
|
||||
"TA1 - rtems_message_queue_broadcast - NULL count - RTEMS_INVALID_ADDRESS"
|
||||
);
|
||||
|
||||
TEST_END();
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
@@ -0,0 +1,35 @@
|
||||
*** TEST MESSAGE QUEUE ERROR 01 ***
|
||||
TA1 - rtems_message_queue_broadcast - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_create - NULL Id - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_create - count = 0 - RTEMS_INVALID_NUMBER
|
||||
TA1 - rtems_message_queue_create - size = 0 - RTEMS_INVALID_SIZE
|
||||
TA1 - rtems_message_queue_create - Q 1 - RTEMS_INVALID_NAME
|
||||
TA1 - rtems_message_queue_create - Q 1 - RTEMS_MP_NOT_CONFIGURED
|
||||
TA1 - rtems_message_queue_create - Q 2 - RTEMS_UNSATISFIED
|
||||
TA1 - rtems_message_queue_create - Q 2 - RTEMS_UNSATISFIED #2
|
||||
TA1 - rtems_message_queue_create - Q 1 - 2 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 2 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_delete - unknown RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_delete - local RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_ident - RTEMS_INVALID_NAME
|
||||
TA1 - rtems_message_queue_get_number_pending - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_get_number_pending - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_flush - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_flush - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_receive - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_receive - Q 1 - RTEMS_INVALID_ADDRESS NULL buffer
|
||||
TA1 - rtems_message_queue_receive - Q 1 - RTEMS_INVALID_ADDRESS NULL size
|
||||
TA1 - rtems_message_queue_receive - Q 1 - RTEMS_UNSATISFIED
|
||||
TA1 - rtems_message_queue_receive - Q 1 - timeout in 3 seconds
|
||||
TA1 - rtems_message_queue_receive - Q 1 - woke up with RTEMS_TIMEOUT
|
||||
TA1 - rtems_message_queue_send - NULL buffer - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_send - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 1 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_urgent - NULL buffer - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_urgent - RTEMS_INVALID_ID
|
||||
TA1 - rtems_message_queue_broadcast - NULL buffer - RTEMS_INVALID_ADDRESS
|
||||
TA1 - rtems_message_queue_broadcast - too large - RTEMS_INVALID_SIZE
|
||||
TA1 - rtems_message_queue_broadcast - NULL count - RTEMS_INVALID_ADDRESS
|
||||
*** END TEST MESSAGE QUEUE ERROR 01 ***
|
||||
@@ -0,0 +1,64 @@
|
||||
/*
|
||||
* This include file contains information that is included in every
|
||||
* function in the test set.
|
||||
*/
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#include <tmacros.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
);
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 10
|
||||
#define CONFIGURE_MAXIMUM_TIMERS 1
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 2
|
||||
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
|
||||
#define CONFIGURE_MAXIMUM_PERIODS 1
|
||||
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 0
|
||||
#define CONFIGURE_TICKS_PER_TIMESLICE 100
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
TEST_EXTERN rtems_id Task_id[ 11 ]; /* array of task ids */
|
||||
TEST_EXTERN rtems_name Task_name[ 11 ]; /* array of task names */
|
||||
|
||||
TEST_EXTERN rtems_name Semaphore_name[ 4 ]; /* array of semaphore names */
|
||||
TEST_EXTERN rtems_id Semaphore_id[ 4 ]; /* array of semaphore ids */
|
||||
|
||||
TEST_EXTERN rtems_name Queue_name[ 3 ]; /* array of queue names */
|
||||
TEST_EXTERN rtems_id Queue_id[ 3 ]; /* array of queue ids */
|
||||
|
||||
TEST_EXTERN rtems_name Port_name[ 2 ]; /* array of port names */
|
||||
TEST_EXTERN rtems_id Port_id[ 2 ]; /* array of port ids */
|
||||
|
||||
TEST_EXTERN rtems_name Period_name[ 2 ]; /* array of period names */
|
||||
TEST_EXTERN rtems_id Period_id[ 2 ]; /* array of period ids */
|
||||
|
||||
TEST_EXTERN rtems_id Junk_id; /* id used to return errors */
|
||||
|
||||
#define Internal_port_area (void *) 0x00001000
|
||||
#define External_port_area (void *) 0x00002000
|
||||
|
||||
/* end of include file */
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
rtems_tests_PROGRAMS = spmsgq_err02
|
||||
spmsgq_err02_SOURCES = init.c task3.c system.h
|
||||
|
||||
dist_rtems_tests_DATA = spmsgq_err02.scn
|
||||
dist_rtems_tests_DATA += spmsgq_err02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(spmsgq_err02_OBJECTS)
|
||||
LINK_LIBS = $(spmsgq_err02_LDLIBS)
|
||||
|
||||
spmsgq_err02$(EXEEXT): $(spmsgq_err02_OBJECTS) $(spmsgq_err02_DEPENDENCIES)
|
||||
@rm -f spmsgq_err02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,33 +1,56 @@
|
||||
/* Screen8
|
||||
*
|
||||
* This routine generates error screen 8 for test 9.
|
||||
*
|
||||
* Input parameters: NONE
|
||||
*
|
||||
* Output parameters: NONE
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
/*
|
||||
* COPYRIGHT (c) 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.org/license/LICENSE.
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
#include "system.h"
|
||||
|
||||
#define MESSAGE_SIZE (sizeof(long) * 4)
|
||||
|
||||
void Screen8()
|
||||
const char rtems_test_name[] = "SP MESSAGE QUEUE ERROR 2";
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
{
|
||||
long buffer[ 4 ];
|
||||
rtems_status_code status;
|
||||
|
||||
status = rtems_message_queue_delete( Queue_id[ 1 ] );
|
||||
|
||||
TEST_BEGIN();
|
||||
Queue_name[ 1 ] = rtems_build_name( 'M', 'Q', '1', ' ' );
|
||||
Task_name[ 3 ] = rtems_build_name( 'T', 'A', '3', ' ' );
|
||||
|
||||
status = rtems_task_create(
|
||||
Task_name[ 3 ],
|
||||
1,
|
||||
RTEMS_MINIMUM_STACK_SIZE,
|
||||
RTEMS_DEFAULT_MODES,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&Task_id[ 3 ]
|
||||
);
|
||||
directive_failed( status, "rtems_task_create of TA3" );
|
||||
puts( "TA1 - rtems_task_create - TA3 created - RTEMS_SUCCESSFUL" );
|
||||
|
||||
status = rtems_message_queue_create(
|
||||
Queue_name[ 1 ],
|
||||
2,
|
||||
MESSAGE_SIZE,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&Queue_id[ 1 ]
|
||||
);
|
||||
directive_failed( status, "rtems_message_queue_create successful" );
|
||||
puts( "TA1 - rtems_message_queue_create - Q 1 - 2 DEEP - RTEMS_SUCCESSFUL" );
|
||||
|
||||
status = rtems_message_queue_delete( Queue_id[ 1 ] );
|
||||
directive_failed( status, "rtems_message_queue_delete successful" );
|
||||
puts( "TA1 - rtems_message_queue_delete - Q 1 - RTEMS_SUCCESSFUL" );
|
||||
|
||||
@@ -128,4 +151,6 @@ void Screen8()
|
||||
puts( "TA1 - rtems_task_wake_after - yield processor - RTEMS_SUCCESSFUL" );
|
||||
status = rtems_task_wake_after( RTEMS_YIELD_PROCESSOR );
|
||||
directive_failed( status, "rtems_task_wake_after (yield)" );
|
||||
|
||||
TEST_END();
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
# 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_err02
|
||||
|
||||
directives:
|
||||
t_create, t_start, t_wkafter q_create, q_delete,
|
||||
q_send,
|
||||
|
||||
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
|
||||
@@ -0,0 +1,24 @@
|
||||
*** TEST MESSAGE QUEUE ERROR 02 ***
|
||||
TA1 - rtems_task_create - TA3 created - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 1 - 2 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_delete - Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 1 - 2 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 1 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_delete - Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 1 - 3 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_send - BUFFER 4 TO Q 1 - RTEMS_TOO_MANY
|
||||
TA1 - rtems_message_queue_delete - Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_message_queue_create - Q 1 - 3 DEEP - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_task_start - start TA3 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_task_wake_after - yield processor - RTEMS_SUCCESSFUL
|
||||
TA3 - rtems_message_queue_receive - Q 1 - RTEMS_WAIT FOREVER
|
||||
TA1 - rtems_message_queue_delete - delete Q 1 - RTEMS_SUCCESSFUL
|
||||
TA1 - rtems_task_wake_after - yield processor - RTEMS_SUCCESSFUL
|
||||
TA3 - rtems_message_queue_receive - woke up with RTEMS_OBJECT_WAS_DELETED
|
||||
TA3 - rtems_task_delete - delete self - RTEMS_SUCCESSFUL
|
||||
*** END TEST MESSAGE QUEUE ERROR 02 ***
|
||||
@@ -0,0 +1,68 @@
|
||||
/*
|
||||
* This include file contains information that is included in every
|
||||
* function in the test set.
|
||||
*/
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#include <tmacros.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
);
|
||||
|
||||
rtems_task Task_3(
|
||||
rtems_task_argument argument
|
||||
);
|
||||
|
||||
/* configuration information */
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 10
|
||||
#define CONFIGURE_MAXIMUM_TIMERS 1
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 2
|
||||
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
|
||||
#define CONFIGURE_MAXIMUM_PERIODS 1
|
||||
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 0
|
||||
#define CONFIGURE_TICKS_PER_TIMESLICE 100
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
TEST_EXTERN rtems_id Task_id[ 11 ]; /* array of task ids */
|
||||
TEST_EXTERN rtems_name Task_name[ 11 ]; /* array of task names */
|
||||
|
||||
TEST_EXTERN rtems_name Semaphore_name[ 4 ]; /* array of semaphore names */
|
||||
TEST_EXTERN rtems_id Semaphore_id[ 4 ]; /* array of semaphore ids */
|
||||
|
||||
TEST_EXTERN rtems_name Queue_name[ 3 ]; /* array of queue names */
|
||||
TEST_EXTERN rtems_id Queue_id[ 3 ]; /* array of queue ids */
|
||||
|
||||
TEST_EXTERN rtems_name Port_name[ 2 ]; /* array of port names */
|
||||
TEST_EXTERN rtems_id Port_id[ 2 ]; /* array of port ids */
|
||||
|
||||
TEST_EXTERN rtems_name Period_name[ 2 ]; /* array of period names */
|
||||
TEST_EXTERN rtems_id Period_id[ 2 ]; /* array of period ids */
|
||||
|
||||
TEST_EXTERN rtems_id Junk_id; /* id used to return errors */
|
||||
|
||||
#define Internal_port_area (void *) 0x00001000
|
||||
#define External_port_area (void *) 0x00002000
|
||||
|
||||
/* end of include file */
|
||||
@@ -0,0 +1,54 @@
|
||||
/* Task_3
|
||||
*
|
||||
* This routine serves as a test task. Its only purpose in life is to
|
||||
* generate the error where a message queue is deleted while a task
|
||||
* is waiting there for a message.
|
||||
*
|
||||
* Input parameters:
|
||||
* argument - task argument
|
||||
*
|
||||
* Output parameters: NONE
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2007.
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "system.h"
|
||||
|
||||
rtems_task Task_3(
|
||||
rtems_task_argument argument
|
||||
)
|
||||
{
|
||||
rtems_status_code status;
|
||||
long buffer[ 4 ];
|
||||
size_t size;
|
||||
|
||||
puts( "TA3 - rtems_message_queue_receive - Q 1 - RTEMS_WAIT FOREVER" );
|
||||
status = rtems_message_queue_receive(
|
||||
Queue_id[ 1 ],
|
||||
(long (*)[4])buffer,
|
||||
&size,
|
||||
RTEMS_DEFAULT_OPTIONS,
|
||||
RTEMS_NO_TIMEOUT
|
||||
);
|
||||
fatal_directive_status(
|
||||
status,
|
||||
RTEMS_OBJECT_WAS_DELETED,
|
||||
"rtems_message_queue_receive waiting to be deleted"
|
||||
);
|
||||
puts(
|
||||
"TA3 - rtems_message_queue_receive - woke up with RTEMS_OBJECT_WAS_DELETED"
|
||||
);
|
||||
|
||||
puts( "TA3 - rtems_task_delete - delete self - RTEMS_SUCCESSFUL" );
|
||||
status = rtems_task_delete( RTEMS_SELF );
|
||||
directive_failed( status, "rtems_task_delete of TA3" );
|
||||
}
|
||||
Reference in New Issue
Block a user