From 8dc1ed135a27fd0ee0135bb6e9f1a5fd7e709ebb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 25 Oct 2018 14:08:26 +0200 Subject: posix: Enable more psxtests by default Update #2514. --- testsuites/psxtests/psx07/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/psx07/init.c') diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c index 2c370a9869..16d1fa260c 100644 --- a/testsuites/psxtests/psx07/init.c +++ b/testsuites/psxtests/psx07/init.c @@ -556,6 +556,7 @@ void *POSIX_Init( status = pthread_setschedparam( (pthread_t) -1, SCHED_OTHER, &schedparam ); fatal_directive_check_status_only( status, ESRCH, "invalid thread" ); +#if defined(RTEMS_POSIX_API) /* now get sporadic server errors */ schedparam.sched_ss_repl_period.tv_sec = 0; @@ -628,6 +629,7 @@ void *POSIX_Init( status = pthread_join( Task2_id, NULL ); posix_service_failed( status, " pthread_join"); +#endif TEST_END(); rtems_test_exit( 0 ); -- cgit v1.2.3