From 9f61ad60c038847e919e4fd330b78b532b274c64 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 23 Jun 2016 13:43:38 +0200 Subject: testsuites: Increase invalid priority values Increase the invalid priority values to support test runs with alternative schedulers offering a significant higher maximum priority value, e.g. EDF. --- testsuites/psxtests/psx05/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psx05') diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c index 5f39b2f16a..cde8733bb0 100644 --- a/testsuites/psxtests/psx05/init.c +++ b/testsuites/psxtests/psx05/init.c @@ -726,7 +726,7 @@ void *POSIX_Init( rtems_test_assert( status == EINVAL ); puts( "Init: pthread_mutex_setprioceiling - EINVAL (illegal priority)" ); - status = pthread_mutex_setprioceiling( &Mutex2_id, 512, &old_ceiling ); + status = pthread_mutex_setprioceiling( &Mutex2_id, INT_MAX, &old_ceiling ); rtems_test_assert( status == EINVAL ); puts( "Init: pthread_mutex_setprioceiling - EINVAL (NULL ceiling)" ); -- cgit v1.2.3