summaryrefslogtreecommitdiffstats
path: root/rtems-coverage/Explanations.txt
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-25 16:04:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-25 16:04:50 +0000
commit0c098fb93718ad41d6521ab2c1207333700f97b7 (patch)
treedd9833a22725c90e140187923e29a4d5c10baeba /rtems-coverage/Explanations.txt
parent2009-11-16 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-0c098fb93718ad41d6521ab2c1207333700f97b7.tar.bz2
2009-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* Explanations.txt: Add a few.
Diffstat (limited to 'rtems-coverage/Explanations.txt')
-rw-r--r--rtems-coverage/Explanations.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/rtems-coverage/Explanations.txt b/rtems-coverage/Explanations.txt
index 866a05f..08bae59 100644
--- a/rtems-coverage/Explanations.txt
+++ b/rtems-coverage/Explanations.txt
@@ -35,3 +35,48 @@ thread stack address attribute.
NOTE: Code Should be Configured on POSIX
+++
+
+pipe.c:28
+Simple Test Case
+Pass in a NULL file descriptor.
++++
+
+pipe/pipe.c:35
+Simple Test Case
+This looks like ar error on the path passed in to create.
++++
+
+pipe/pipe.c:82
+Simple Test Case
+This looks like a common error path which will be covered if you
+generate the other errors.
+
++++
+
+pipe/pipe.c:50
+Simple Test Case
+This looks like you need to create multiple pipes so the name generation
+algorithm has a conflict on its first N attempts.
++++
+
+pipe/pipe.c:65
+Simple Test Case
+This looks like there is no test code for blocking mode.
++++
+
+pipe/pipe.c:72
+Simple Test Case
+This looks like a special test where you can create/open the first
+pipe file descriptor but not the second.
++++
+
+bspcmdline_getparam.c:65
+Simple Test Case
+Need a test case to return NULL.
++++
+
+bspcmdline_getparamrhs.c:41
+Simple Test Case
+Need a test case to return NULL.
++++
+