summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-05-30 19:42:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-05-30 19:42:36 +0000
commit497428a296defb30fb4d166805091c580d18f7ad (patch)
treedbc0d2de6fc3b52e8ef6481f786b3f332cf5a54d /testsuites
parentAdded m68ktypes.h (diff)
downloadrtems-497428a296defb30fb4d166805091c580d18f7ad.tar.bz2
cpu/*types.h added and successfully compiled.
IDLE task priority changed from 0 to 255 during initialization.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/mptests/mp14/node1/mp14.scn5
-rw-r--r--testsuites/mptests/mp14/node2/mp14.scn5
2 files changed, 8 insertions, 2 deletions
diff --git a/testsuites/mptests/mp14/node1/mp14.scn b/testsuites/mptests/mp14/node1/mp14.scn
index 98202bc439..f57c4f47b3 100644
--- a/testsuites/mptests/mp14/node1/mp14.scn
+++ b/testsuites/mptests/mp14/node1/mp14.scn
@@ -35,4 +35,7 @@ p - indicates 100 iterations of
s - indicates 100 iterations of
rtems_semaphore_obtain and rtems_semaphore_release.
-NOTE: The messages could be interspersed.
+NOTES: 1. The messages could be interspersed.
+ 2. If one of the nodes exits first, the other may report
+ timeout errors on blocking directives.
+
diff --git a/testsuites/mptests/mp14/node2/mp14.scn b/testsuites/mptests/mp14/node2/mp14.scn
index cd82f3c81b..d128c870e9 100644
--- a/testsuites/mptests/mp14/node2/mp14.scn
+++ b/testsuites/mptests/mp14/node2/mp14.scn
@@ -32,4 +32,7 @@ p - indicates 100 iterations of
s - indicates 100 iterations of
rtems_semaphore_obtain and rtems_semaphore_release.
-NOTE: The messages could be interspersed.
+NOTES: 1. The messages could be interspersed.
+ 2. If one of the nodes exits first, the other may report
+ timeout errors on blocking directives.
+