[rtems commit] Test suite documentations corrections and fixes.

Joel Sherrill joel at rtems.org
Sat Dec 28 23:30:23 UTC 2013


Module:    rtems
Branch:    master
Commit:    7183e01dfc22b4b0f5b51ce5ea09b375bee40d05
Changeset: http://git.rtems.org/rtems/commit/?id=7183e01dfc22b4b0f5b51ce5ea09b375bee40d05

Author:    Toma Radu <radustoma at yahoo.com>
Date:      Sat Dec 28 04:05:26 2013 -0600

Test suite documentations corrections and fixes.

Correct the sp02.doc, sp05.doc, sp06.doc, sp07.doc, sp08.doc files.

---

 testsuites/sptests/sp02/sp02.doc |    2 +-
 testsuites/sptests/sp05/sp05.doc |   20 +++++++++++---------
 testsuites/sptests/sp06/sp06.doc |   18 +++++++++---------
 testsuites/sptests/sp07/sp07.doc |   33 ++++++++++++++++++---------------
 testsuites/sptests/sp08/sp08.doc |   17 ++++++++---------
 5 files changed, 47 insertions(+), 43 deletions(-)

diff --git a/testsuites/sptests/sp02/sp02.doc b/testsuites/sptests/sp02/sp02.doc
index 1c19fec..70da36f 100644
--- a/testsuites/sptests/sp02/sp02.doc
+++ b/testsuites/sptests/sp02/sp02.doc
@@ -1,4 +1,4 @@
-#  COPYRIGHT (c) 1989-2011.
+#  COPYRIGHT (c) 1989-2013.
 #  On-Line Applications Research Corporation (OAR).
 #
 #  The license and distribution terms for this file may be
diff --git a/testsuites/sptests/sp05/sp05.doc b/testsuites/sptests/sp05/sp05.doc
index b59425f..e6c3a82 100644
--- a/testsuites/sptests/sp05/sp05.doc
+++ b/testsuites/sptests/sp05/sp05.doc
@@ -1,4 +1,4 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2013.
 #  On-Line Applications Research Corporation (OAR).
 #
 #  The license and distribution terms for this file may be
@@ -6,17 +6,19 @@
 #  http://www.rtems.com/license/LICENSE.
 #
 
-
-This file describes the directives and concepts tested by this test set.
-
-test set name:  test5
+test set name:  sp05
 
 directives:
-  ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident
-  tm_wkafter, t_suspend, t_resume
+  rtems_task_create
+  rtems_task_start
+  rtems_clock_tick
+  rtems_task_ident
+  rtems_clock_wkafter
+  rtems_task_suspend
+  rtems_task_resume
 
 concepts:
 
-  a.  Verifies that a task can be suspended and resumed.
+  +  Verifies that a task can be suspended and resumed.
 
-  b.  Verifies that a task can suspend itself.
+  +  Verifies that a task can suspend itself.
diff --git a/testsuites/sptests/sp06/sp06.doc b/testsuites/sptests/sp06/sp06.doc
index bb3ef5a..6dd994e 100644
--- a/testsuites/sptests/sp06/sp06.doc
+++ b/testsuites/sptests/sp06/sp06.doc
@@ -1,4 +1,4 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2013.
 #  On-Line Applications Research Corporation (OAR).
 #
 #  The license and distribution terms for this file may be
@@ -6,17 +6,17 @@
 #  http://www.rtems.com/license/LICENSE.
 #
 
-
-This file describes the directives and concepts tested by this test set.
-
-test set name:  test6
+test set name:  sp06
 
 directives:
-  ex_init, ex_start, t_create, t_start, tm_tick, i_return,
-  tm_wkafter, t_restart
+  rtems_task_create
+  rtems_task_start
+  rtems_clock_tick,
+  rtems_clock_wkafter
+  rtems_task_restart
 
 concepts:
 
-  a.  Verifies that a task can restart a task other than itself.
+  +  Verifies that a task can restart a task other than itself.
 
-  b.  Verifies that a task can restart itself.
+  +  Verifies that a task can restart itself.
diff --git a/testsuites/sptests/sp07/sp07.doc b/testsuites/sptests/sp07/sp07.doc
index 26d71a6..4f8b7de 100644
--- a/testsuites/sptests/sp07/sp07.doc
+++ b/testsuites/sptests/sp07/sp07.doc
@@ -1,4 +1,4 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2013.
 #  On-Line Applications Research Corporation (OAR).
 #
 #  The license and distribution terms for this file may be
@@ -6,28 +6,31 @@
 #  http://www.rtems.com/license/LICENSE.
 #
 
-
-This file describes the directives and concepts tested by this test set.
-
-test set name:  test7
+test set name:  sp07
 
 directives:
-  ex_init, ex_start, t_create, t_start, tm_tick, i_return,
-  t_delete, t_setreg, t_getreg, t_setpri, t_suspend
+  rtems_task_create
+  rtems_task_start
+  rtems_clock_tick
+  rtems_task_delete
+  rtems_task_setreg
+  rtems_task_getreg
+  rtems_task_setpri
+  rtems_task_suspend
 
 concepts:
 
-  a.  Verifies that tasks can communicate with each other via the
-      t_setreg and t_getreg directives.
+  +  Verifies that tasks can communicate with each other via the
+      rtems_task_setreg and rtems_task_getreg directives.
 
-  b.  Verifies that the highest priority task is dispatched to execute.
+  +  Verifies that the highest priority task is dispatched to execute.
 
-  c.  Verifies setting the priority of both a ready and a blocked task.
+  +  Verifies setting the priority of both a ready and a blocked task.
 
-  d.  Verifies the deletion of ready and blocked tasks.
+  +  Verifies the deletion of ready and blocked tasks.
 
-  e.  Verifies the tcreate user extension.
+  +  Verifies the rtems_task_create user extension.
 
-  f.  Verifies the tstart user extension.
+  +  Verifies the rtems_task_start user extension.
 
-  g.  Verifies the tdelete user extension.
+  +  Verifies the rtems_task_delete user extension.
diff --git a/testsuites/sptests/sp08/sp08.doc b/testsuites/sptests/sp08/sp08.doc
index 42bf115..f562e0e 100644
--- a/testsuites/sptests/sp08/sp08.doc
+++ b/testsuites/sptests/sp08/sp08.doc
@@ -1,4 +1,4 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2013.
 #  On-Line Applications Research Corporation (OAR).
 #
 #  The license and distribution terms for this file may be
@@ -6,17 +6,16 @@
 #  http://www.rtems.com/license/LICENSE.
 #
 
-
-This file describes the directives and concepts tested by this test set.
-
-test set name:  test8
+test set name:  sp08
 
 directives:
-  ex_init, ex_start, t_create, t_start, tm_tick, i_return,
-  t_mode
+  rtems_task_create
+  rtems_task_start
+  rtems_clock_tick
+  rtems_task_mode
 
 concepts:
 
-  a. Verifies every mode change possible.
+  + Verifies every mode change possible.
 
-  b. Verifies the fatal error handler.
+  + Verifies the fatal error handler.




More information about the vc mailing list