summaryrefslogtreecommitdiff
path: root/rtems-coverage/Explanations.txt
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-20 15:44:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-20 15:44:02 +0000
commitda21ccf552e4fa2698a7613741f02034b6321905 (patch)
tree0223a8d5ec8174796993655b1788a8f193b7fc64 /rtems-coverage/Explanations.txt
parent2b1dbf1eb50dcd16bfb0fcf1404d3a5d736a022f (diff)
2009-07-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* Explanations.txt: Remove explanations for cases covered by recent test additions.
Diffstat (limited to 'rtems-coverage/Explanations.txt')
-rw-r--r--rtems-coverage/Explanations.txt55
1 files changed, 0 insertions, 55 deletions
diff --git a/rtems-coverage/Explanations.txt b/rtems-coverage/Explanations.txt
index f733fb7..fbc32a6 100644
--- a/rtems-coverage/Explanations.txt
+++ b/rtems-coverage/Explanations.txt
@@ -175,11 +175,6 @@ Interrupt Synchronization
This is a timeout while blocking waiting for an event receive with timeout.
+++
-ratemontimeout.c:61
-Simple Test Case
-period times out but thread is blocked on another period?
-+++
-
ratemonperiod.c:310
Interrupt Synchronization
period must expire while attempting to block
@@ -213,18 +208,6 @@ which results in a thread being unblocked and the UNBLOCKED thread's
priority being elevated.
+++
-corespinlockwait.c:69
-Simple Test Case
-The spinlock is not available and the caller is not willing to wait.
-Requires a test of pthread_spin_trylock.
-+++
-
-corespinlockrelease.c:59
-Simple Test Case
-Attempt to release a locked spinlock from a thread that is not the one
-which locked it.
-+++
-
debug.c:63
Simple Test Case
need a test
@@ -288,11 +271,6 @@ Simple Test Case
if reachable
+++
-dpmemcreate.c:87
-Simple Test Case
-need invalid address of return id
-+++
-
timerfireafter.c:76
Interrupt Synchronization
timer must be inserted or state altered by ISR
@@ -303,11 +281,6 @@ SHOULD BE COVERED
sp39 should cover this .. timeout while blocking (eventtimeout.c:71)
+++
-thread.inl:47
-Simple Test Case
-(sys state trickery) shutdown while in shutdown state
-+++
-
threadinitialize.c:91
Simple Test Case
This is for the case where the application uses the POSIX
@@ -326,26 +299,12 @@ with a fair (16-32?) number of user extensions configured and then
create a thread with increasingly larger stack until this case is hit.
+++
-threadinitialize.c:188
-Simple Test Case
-There must not be a thread/task created
-with THREAD_CPU_BUDGET_ALGORITHM_EXHAUST_TIMESLICE.
-+++
-
iterateoverthreads.c:42
Simple Test Case
Need to call iterate over threads in a test where there is an API configured
which does not have threads. Should be easy to add to sp54.
+++
-threadqenqueuepriority.c:99
-Interrupt Synchronization
-This case is where we are iterating to enqueue a thread into a priority
-based thread queue but the thread we are looking at gets unblocked when
-we flash interrupts. It is NOT the thread we are unblocking.
-Forward Search case.
-+++
-
threadqenqueuepriority.c:146
Interrupt Synchronization
This case is where we are iterating to enqueue a thread into a priority
@@ -354,12 +313,6 @@ we flash interrupts. It is NOT the thread we are unblocking.
Reverse Search case.
+++
-corebarrierwait.c:64
-Simple Test Case
-This looks like a simple test case of being an automatically released
-barrier and being the Nth task to block so tripping the automatic release.
-+++
-
chain.inl:300
Simple Test Case or Minor Code Rework
This inlined case appears multiple times.
@@ -388,14 +341,6 @@ normal path first and return. Then fall into the unusual synchronization
path.
+++
-watchdogadjusttochain.c:42
-Simple Test Case
-I am pretty sure this is a case where we need to adjust the
-chain forward multiple units but still end up with watchdogs
-left on the chain at the end. So things farther out in the future
-than we are adjusting.
-+++
-
watchdoginsert.c:52
Interrupt Synchronization
This is when a higher priority interrupt inserts a timer while a lower