summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx09/psx09.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-19 17:28:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-19 17:28:19 +0000
commitc45ca1037563711069d65a6e6705670ea2c51e71 (patch)
tree4f0370aa6a1eb8f0d3ce39a5904aa8f86fd2f303 /testsuites/psxtests/psx09/psx09.scn
parentGive credit to Santosh. (diff)
downloadrtems-c45ca1037563711069d65a6e6705670ea2c51e71.tar.bz2
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* psx09/init.c, psx09/psx09.scn: Correct test following decision of when not to change ssporadic scheduler so it does not touch a task's priority when it is holding a mutex or its priority would be impacted adversely.
Diffstat (limited to 'testsuites/psxtests/psx09/psx09.scn')
-rw-r--r--testsuites/psxtests/psx09/psx09.scn22
1 files changed, 11 insertions, 11 deletions
diff --git a/testsuites/psxtests/psx09/psx09.scn b/testsuites/psxtests/psx09/psx09.scn
index adf62c5ee3..c3e6dadc71 100644
--- a/testsuites/psxtests/psx09/psx09.scn
+++ b/testsuites/psxtests/psx09/psx09.scn
@@ -3,20 +3,20 @@ Init's ID is 0x0b010001
Init: pthread_getschedparam - SUCCESSFUL
Init: Fri May 24 11:05:00 1996 - current priority = 2
Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
-Init: Fri May 24 11:05:00 1996 - new priority = 200
-Init: Fri May 24 11:05:00 1996 - new priority = 100
-Init: Fri May 24 11:05:00 1996 - new priority = 200
-Init: Fri May 24 11:05:00 1996 - new priority = 100
-Init: Fri May 24 11:05:01 1996 - new priority = 200
+Init: Fri May 24 11:05:00 1996 - new priority = 254
+Init: Fri May 24 11:05:00 1996 - new priority = 252
+Init: Fri May 24 11:05:00 1996 - new priority = 254
+Init: Fri May 24 11:05:00 1996 - new priority = 252
+Init: Fri May 24 11:05:01 1996 - new priority = 254
+
Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
Init: Initializing mutex attributes for priority ceiling
Init: Creating a mutex
-Init: Fri May 24 11:05:01 1996 - new priority = 150
-Init: Fri May 24 11:05:01 1996 - new priority = 100
+Init: Fri May 24 11:05:01 1996 - new priority = 254
Init: pthread_mutex_lock acquire the lock
-Init: Fri May 24 11:05:01 1996 - new priority = 131
-Init: Fri May 24 11:05:01 1996 - new priority = 150
+Init: Fri May 24 11:05:01 1996 - new priority = 254
+Init: Fri May 24 11:05:01 1996 - new priority = 254
Init: unlock mutex
-Init: Fri May 24 11:05:01 1996 - new priority = 150
-Init: Fri May 24 11:05:01 1996 - new priority = 100
+Init: Fri May 24 11:05:01 1996 - new priority = 254
+Init: Fri May 24 11:05:01 1996 - new priority = 250
*** END OF POSIX TEST 9 ***