summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-06 17:28:23 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-06 11:26:34 -0600
commitc078065f6a8721d619d5c59cf59e63d8822b82f3 (patch)
tree60f7669430c085c26df37936226070998269df97
parentpsxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018) (diff)
downloadrtems-c078065f6a8721d619d5c59cf59e63d8822b82f3.tar.bz2
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.
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv2
1 files changed, 2 insertions, 0 deletions
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"