summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtmtests/ChangeLog4
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv6
2 files changed, 10 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
index 64b977312c..a8adf8a22a 100644
--- a/testsuites/psxtmtests/ChangeLog
+++ b/testsuites/psxtmtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxtmtests_plan.csv: Add sleep and nanosleep cases.
+
2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* README, psxtmtests_plan.csv: Add more possible test cases.
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 0f55bbdbe2..584c52929f 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -111,3 +111,9 @@
"sem_post - thread waiting, no preempt",,,
"sem_post - thread waiting, preempt",,,
"sem_getvalue",,"psxtmtest_single",
+
+"sleep - yield","psxsleep01","psxtmtest_single",
+"sleep - blocking","psxsleep02","psxtmtest_blocking",
+"nanosleep - yield","psxnanosleep01","psxtmtest_single",
+"nanosleep - blocking","psxnanosleep02","psxtmtest_blocking",
+