[rtems commit] psxtmtests: Identified a Timing Test missing (GCI 2018)

Joel Sherrill joel at rtems.org
Thu Dec 6 17:30:28 UTC 2018


Module:    rtems
Branch:    master
Commit:    c078065f6a8721d619d5c59cf59e63d8822b82f3
Changeset: http://git.rtems.org/rtems/commit/?id=c078065f6a8721d619d5c59cf59e63d8822b82f3

Author:    Marçal Comajoan Cara <mcomajoancara at gmail.com>
Date:      Thu Dec  6 17:28:23 2018 +0100

psxtmtests: Identified a Timing Test missing (GCI 2018)

pthread_setschedprio (http://pubs.opengroup.org/onlinepubs/9699919799/)
was missing in rtems/testsuites/psxtmtests/psxtmtests.csv.

This work was part of GCI 2018.

---

 testsuites/psxtmtests/psxtmtests_plan.csv | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 06c6bba..7e3bf73 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -67,6 +67,8 @@
 "pthread_setschedparam: no thread switch","psxtmthread04","psxtmtest_single w/multiple timings","Yes"
 "pthread_setschedparam: lower own priority: preempt","psxtmthread05","psxtmtest_single","Yes"
 "pthread_setschedparam: raise other priority: preempt","psxtmthread06","psxtmtest_single","Yes"
+"pthread_setschedprio: only case","psxtmthread07", "psxtmtest_single", "No"
+
 
 "pthread_once: first time","psxtmonce01","psxtmtest_single","Yes"
 "pthread_once: second time","psxtmonce02","psxtmtest_single","No"



More information about the vc mailing list