From c078065f6a8721d619d5c59cf59e63d8822b82f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=A7al=20Comajoan=20Cara?= Date: Thu, 6 Dec 2018 17:28:23 +0100 Subject: 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 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" -- cgit v1.2.3