From 160d6e426ec1190a51850adbfaab3117ed0a2e4d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Mar 2011 20:08:23 +0000 Subject: 2011-03-09 Joel Sherrill * psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by PR1759. --- testsuites/psxtests/psx04/init.c | 6 ------ testsuites/psxtests/psx04/psx04.scn | 1 - 2 files changed, 7 deletions(-) (limited to 'testsuites/psxtests/psx04') diff --git a/testsuites/psxtests/psx04/init.c b/testsuites/psxtests/psx04/init.c index 59ded35b20..5cda0a2c14 100644 --- a/testsuites/psxtests/psx04/init.c +++ b/testsuites/psxtests/psx04/init.c @@ -548,12 +548,6 @@ void *POSIX_Init( rtems_test_assert( errno == EINVAL ); puts( "Init: pthread_kill - EINVAL (sig invalid)" ); - status = pthread_kill( 0, SIGUSR2 ); - if ( status != -1 ) - printf( "status = %d\n", status ); - rtems_test_assert( errno == ESRCH ); - puts( "Init: pthread_kill - ESRCH (signal SA_SIGINFO)" ); - status = pthread_kill( Init_id, 0 ); if ( status != -1 ) printf( "status = %d\n", status ); diff --git a/testsuites/psxtests/psx04/psx04.scn b/testsuites/psxtests/psx04/psx04.scn index 442ba5549c..555413d63a 100644 --- a/testsuites/psxtests/psx04/psx04.scn +++ b/testsuites/psxtests/psx04/psx04.scn @@ -102,7 +102,6 @@ Init: sigpending - EINVAL (set invalid) Init: pthread_sigmask - EINVAL (timout->nsec invalid < 0) Init: pthread_sigmask - EINVAL (timout->nsec invalid to large) Init: pthread_kill - EINVAL (sig invalid) -Init: pthread_kill - ESRCH (signal SA_SIGINFO) Init: pthread_kill - EINVAL (signal = 0) Init: pthread_kill - SUCCESSFUL (signal = SIG_IGN) Init: kill - ESRCH (pid invalid) -- cgit v1.2.3