From cda0c07ed5e5ca06fcfe2b4d9e9146a39ef67b28 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Mar 1999 01:41:48 +0000 Subject: Commented out test case that no long works since addition of POSIX timers. --- c/src/tests/psxtests/psx04/init.c | 15 ++++++++++----- testsuites/psxtests/psx04/init.c | 15 ++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/c/src/tests/psxtests/psx04/init.c b/c/src/tests/psxtests/psx04/init.c index a1dfbd5ac5..6bc79234f3 100644 --- a/c/src/tests/psxtests/psx04/init.c +++ b/c/src/tests/psxtests/psx04/init.c @@ -516,11 +516,16 @@ void *POSIX_Init( assert( errno == EINVAL ); puts( "Init: pthread_kill - EINVAL (sig invalid)" ); - status = pthread_kill( 0, SIGUSR1 ); - if ( status != -1 ) - printf( "status = %d\n", status ); - assert( errno == ENOSYS ); - puts( "Init: pthread_kill - ENOSYS (signal SA_SIGINFO)" ); +/* + * This is now implemented. We should delete this but for now + * we will just comment this out. + * + * status = pthread_kill( 0, SIGUSR1 ); + * if ( status != -1 ) + * printf( "status = %d\n", status ); + * assert( errno == ENOSYS ); + * puts( "Init: pthread_kill - ENOSYS (signal SA_SIGINFO)" ); + */ status = pthread_kill( 0, SIGUSR2 ); if ( status != -1 ) diff --git a/testsuites/psxtests/psx04/init.c b/testsuites/psxtests/psx04/init.c index a1dfbd5ac5..6bc79234f3 100644 --- a/testsuites/psxtests/psx04/init.c +++ b/testsuites/psxtests/psx04/init.c @@ -516,11 +516,16 @@ void *POSIX_Init( assert( errno == EINVAL ); puts( "Init: pthread_kill - EINVAL (sig invalid)" ); - status = pthread_kill( 0, SIGUSR1 ); - if ( status != -1 ) - printf( "status = %d\n", status ); - assert( errno == ENOSYS ); - puts( "Init: pthread_kill - ENOSYS (signal SA_SIGINFO)" ); +/* + * This is now implemented. We should delete this but for now + * we will just comment this out. + * + * status = pthread_kill( 0, SIGUSR1 ); + * if ( status != -1 ) + * printf( "status = %d\n", status ); + * assert( errno == ENOSYS ); + * puts( "Init: pthread_kill - ENOSYS (signal SA_SIGINFO)" ); + */ status = pthread_kill( 0, SIGUSR2 ); if ( status != -1 ) -- cgit v1.2.3