[rtems commit] utf8proc1/spedgsched01: minor fixes in test document files
Joel Sherrill
joel at rtems.org
Wed Dec 25 22:03:46 UTC 2013
Module: rtems
Branch: master
Commit: d2d4a8f99db9d34de92459b7fe677cb2512b3f7c
Changeset: http://git.rtems.org/rtems/commit/?id=d2d4a8f99db9d34de92459b7fe677cb2512b3f7c
Author: Mandar Juvekar <mjuvekar0 at gmail.com>
Date: Wed Dec 25 17:54:19 2013 +0530
utf8proc1/spedgsched01: minor fixes in test document files
---
testsuites/libtests/utf8proc01/utf8proc01.doc | 40 +++++++++++++---------
testsuites/sptests/spedfsched01/spedfsched01.doc | 16 +++++----
2 files changed, 33 insertions(+), 23 deletions(-)
diff --git a/testsuites/libtests/utf8proc01/utf8proc01.doc b/testsuites/libtests/utf8proc01/utf8proc01.doc
index f8b6990..099c989 100644
--- a/testsuites/libtests/utf8proc01/utf8proc01.doc
+++ b/testsuites/libtests/utf8proc01/utf8proc01.doc
@@ -1,23 +1,31 @@
+# COPYRIGHT (c) 1989-2013.
+# 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.
+
This file describes the directives and concepts tested by this test set.
test set name: utf8proc01
directives:
-- utf8proc_errmsg ( )
-- utf8proc_version ( )
-- utf8proc_iterate ( )
-- utf8proc_encode_char ( )
-- utf8proc_get_property ( )
-- utf8proc_decompose_char ( )
-- utf8proc_decompose ( )
-- utf8proc_reencode ( )
-- utf8proc_map ( )
-- utf8proc_NFD ( )
-- utf8proc_NFC ( )
-- utf8proc_NFKD ( )
-- utf8proc_NFKC ( )
+- utf8proc_errmsg()
+- utf8proc_version()
+- utf8proc_iterate()
+- utf8proc_encode_char()
+- utf8proc_get_property()
+- utf8proc_decompose_char()
+- utf8proc_decompose()
+- utf8proc_reencode()
+- utf8proc_map()
+- utf8proc_NFD()
+- utf8proc_NFC()
+- utf8proc_NFKD()
+- utf8proc_NFKC()
concepts:
-- Call interface methods of library utf8proc in order to make sure they compiled and linked ok.
-- The library is third party, thus it should be sufficient for us to make sure we can build it correctly.
-
+- Call interface methods of library utf8proc in order to make sure they are
+ compiled and linked ok.
+- The library is third party, thus it should be sufficient for us to make sure
+ we can build it correctly.
diff --git a/testsuites/sptests/spedfsched01/spedfsched01.doc b/testsuites/sptests/spedfsched01/spedfsched01.doc
index d73b926..6913870 100644
--- a/testsuites/sptests/spedfsched01/spedfsched01.doc
+++ b/testsuites/sptests/spedfsched01/spedfsched01.doc
@@ -1,18 +1,21 @@
-# COPYRIGHT (c) 1989-1999.
+# COPYRIGHT (c) 1989-2013.
# 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.
-#
+# http://www.rtems.org/license/LICENSE.
This file describes the directives and concepts tested by this test set.
test set name: spedfsched01
directives:
- ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident,
- tm_set, tm_get, tm_wkafter
+ + rtems_task_create
+ + rtems_task_start
+ + rtems_task_delete
+ + rtems_task_indent
+ + rtems_task_get_tod
+ + rtems_task_wake_after
concepts:
@@ -27,8 +30,7 @@ This test is identical to sp01 but for EDF-based scheduling:
c. Verifies can print strings to the CRT on port 2 of the mvme136 board
using Print and Println in the board support package.
- d. Verifies interrupt handler can handle a task switch from an interrupt
- as specified with the i_return directive.
+ d. Verifies interrupt handler can handle a task switch from an interrupt.
e. Verifies executive initialization performed correctly.
More information about the vc
mailing list