mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 10:08:16 +08:00
2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by PR1759.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by
|
||||
PR1759.
|
||||
|
||||
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1759/cpukit
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user