summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp77/sp77.doc
diff options
context:
space:
mode:
authorKrzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>2012-08-29 07:35:23 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-29 07:37:01 -0500
commit3913e3cf934d21e3efd80369ef3cf694484a1955 (patch)
tree93bc35b0ca6a91ff78d883dfa5d144262f689f7c /testsuites/sptests/sp77/sp77.doc
parentbsp/mpc55xx: Use a one second timeout (diff)
downloadrtems-3913e3cf934d21e3efd80369ef3cf694484a1955.tar.bz2
sp77: new test to cover allocated message size overflowing
Author: Krzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>
Diffstat (limited to 'testsuites/sptests/sp77/sp77.doc')
-rw-r--r--testsuites/sptests/sp77/sp77.doc21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuites/sptests/sp77/sp77.doc b/testsuites/sptests/sp77/sp77.doc
new file mode 100644
index 0000000000..d54192e320
--- /dev/null
+++ b/testsuites/sptests/sp77/sp77.doc
@@ -0,0 +1,21 @@
+# COPYRIGHT (c) 2012.
+# Krzysztof Miesowicz krzysztof.miesowicz@gmail.com
+#
+# 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: sp77
+
+directives:
+
+ rtems_message_queue_create
+
+concepts:
+
++ test to check if rtems_message_queue_create work as supposed when
+maximum_message_size is too large and cause overflow in
+_core_message_queue_initialize symbol in coremsg.c file