[PATCH] psxtmtests: Identified a Timing Test missing
Marçal Comajoan Cara
mcomajoancara at gmail.com
Thu Dec 6 16:48:57 UTC 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 06c6bbaa8e..7e3bf732f1 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"
--
2.19.2
More information about the devel
mailing list