summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 15:07:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 15:07:26 +0000
commit14d3ad4fcfbd04593482254b4371b6630ab4d6a3 (patch)
tree30844c0b61384b7730662419f3a57d86296360c3 /testsuites/psxtests/ChangeLog
parent2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-14d3ad4fcfbd04593482254b4371b6630ab4d6a3.tar.bz2
2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new test to exercise error case for when a task is blocked on a condition variable with one mutex and another task attempts to block on the same condition variable with another mutex. * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c, psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
Diffstat (limited to 'testsuites/psxtests/ChangeLog')
-rw-r--r--testsuites/psxtests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index d237421f62..4e57b92c16 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,12 @@
+2009-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, configure.ac: Add new test to exercise error case for
+ when a task is blocked on a condition variable with one mutex and
+ another task attempts to block on the same condition variable with
+ another mutex.
+ * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
+ psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
+
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add psxspin02 to exercise case where