summaryrefslogtreecommitdiff
path: root/rtems-coverage
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-21 18:33:06 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-21 18:33:06 +0000
commit646a3cdeac6c9ab9624ab57efcb175648050575b (patch)
tree0bb73c6016cc67dcbb0b01d0ac426f1280fd6e6b /rtems-coverage
parent682c20c75a3698ab8e5b492f422f636d17e42606 (diff)
2010-06-21 Jennifer Averett <Jennifer.Averett@OARcorp.com
* Categories.txt, Explanations.txt: Added explinations for wrapper functions andsome of the not implemented functions.
Diffstat (limited to 'rtems-coverage')
-rw-r--r--rtems-coverage/Categories.txt2
-rw-r--r--rtems-coverage/ChangeLog5
-rw-r--r--rtems-coverage/Explanations.txt211
3 files changed, 218 insertions, 0 deletions
diff --git a/rtems-coverage/Categories.txt b/rtems-coverage/Categories.txt
index 77a7d8b..7289e85 100644
--- a/rtems-coverage/Categories.txt
+++ b/rtems-coverage/Categories.txt
@@ -19,3 +19,5 @@ Simple Error Case
Hard Error Case
Allocation Error
+
+Bharath Suri
diff --git a/rtems-coverage/ChangeLog b/rtems-coverage/ChangeLog
index ca290d0..fe80780 100644
--- a/rtems-coverage/ChangeLog
+++ b/rtems-coverage/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-21 Jennifer Averett <Jennifer.Averett@OARcorp.com
+
+ * Categories.txt, Explanations.txt: Added explinations for wrapper
+ functions andsome of the not implemented functions.
+
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Explanations.txt: Augment explanation.
diff --git a/rtems-coverage/Explanations.txt b/rtems-coverage/Explanations.txt
index 9637caa..7fd9e3c 100644
--- a/rtems-coverage/Explanations.txt
+++ b/rtems-coverage/Explanations.txt
@@ -9,3 +9,214 @@ Need a test case to return NULL. This looks like a parameter of the form
"LHS" with no "=" or "RHS".
+++
+mknod.c:44
+Simple Test Case
+Call mknod with a mode of 0
++++
+
+imfs_fifo.c:100
+Bharath Suri
+IMFS_fifo_ioctl should be hit when fifo tests are done if not
+check why.
++++
+
+imfs_fifo.c:125
+Bharath Suri
+IMFS_fifo_lseek should be hit when fifo tests are done if not
+check why.
++++
+
+imfs_fifo.c:69
+Bharath Suri
+IMFS_fifo_read should be hit when fifo tests are done if not
+check why.
++++
+
+imfs_fifo.c:84
+Bharath Suri
+IMFS_fifo_write should be hit when fifo tests are done if not
+check why.
++++
+
+fifo.c:553
+Bharath Suri
+pipe_ioctl should be hit when fifo tests are done if not check
+why.
++++
+
+fifo.c:582
+Bharath Suri
+pipe_lseek should be hit when fifo tests are done if not check
+why.
++++
+
+fifo.c:395
+Bharath Suri
+pipe_read should be hit when fifo tests are done if not check
+why.
++++
+
+fifo.c:467
+Bharath Suri
+pipe_write should be hit when fifo tests are done if not check
+why.
++++
+
+memfile.c:400
+Bharath Suri
+IMFS_memfile_remove_block should be hit when fifo tests are done
+if not check why.
++++
+
+check.c:376
+Simple Test Case
+Stack_check_Dump_threads_usage should be hit in same test as new
+stack check test for report.
++++
+
+check.c:356
+Simple Test Case
+Stack_check_find_high_water_mark should be hit in same test as
+new stack check test for report.
++++
+
+check.c:470
+Simple Test Case
+rtems_stack_checker_report_usage_with_plugin should be hit in
+same test as new stack check test for report.
++++
+
+privateenv.c:114
+Simple Test Case
+free_user_env and rtems_libio_share_private_env new test.
++++
+
+privateenv.c:33
+Simple Test Case
+free_user_env and rtems_libio_share_private_env new test.
++++
+
+check.c:215
+Simple Test Case
+Stack_check_report_blown_task Should be in stack check test check
+why not hit.
++++
+
+assocnamebad.c:40
+Simple Test Case
+rtems_assoc_name_bad called from new; may want to add for
+associations.
++++
+
+ioman.c:70
+Simple Test Case
+rtems_io_lookup_name added to existing io dev stub test ?sp19?
++++
+
+error.c:201
+Simple Test Case
+rtems_panic, rtems_verror, rtems_error: New test for collection
+of rtems error reportin routines.
++++
+
+error.c:109
+Simple Test Case
+rtems_panic, rtems_verror, rtems_error: New test for collection
+of rtems error reportin routines.
++++
+
+error.c:182
+Simple Test Case
+rtems_panic, rtems_verror, rtems_error: New test for collection
+of rtems error reportin routines.
++++
+
+getpwent.c:272
+Simple Test Case
+Simple
++++
+
+getpwent.c:413
+Simple Test Case
+Simple
++++
+
+getpwent.c:441
+Simple Test Case
+Simple
++++
+
+fcntl.c:186
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+getpid.c:43
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+_gettod.c:84
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+link.c:103
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+_realloc_r.c:28
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+stat.c:100
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+unlink.c:115
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+getpwent.c:406
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+getpwent.c:263
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+getpwent.c:254
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+getpwent.c:247
+Simple Test Case
+This is a function wrapper add a test case calling it where the
+wrapped function is called from
++++
+
+malloc_deferred.c:57
+Simple Test Case
+New test to Free memory from timer service routine. There is a
+send signal from TSR test that can be copied Consider adding test
+template for single operation from tsr. Talk to Joel before
+implementing.
++++
+