Skip to content

Commit d09640d

Browse files
committed
Skip tests pthread_setschedparam/5-1.c since Emscripten does not support signals.
1 parent 7b4e748 commit d09640d

File tree

1 file changed

+5
-0
lines changed
  • conformance/interfaces/pthread_setschedparam

1 file changed

+5
-0
lines changed

conformance/interfaces/pthread_setschedparam/5-1.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ int main ( int argc, char * argv[] )
221221

222222
struct sigaction sa;
223223

224+
#ifdef __EMSCRIPTEN__
225+
printf("Test SKIPPED: signals are not supported in Emscripten.\n");
226+
exit(0);
227+
#endif
228+
224229
/* Initialize output routine */
225230
output_init();
226231

0 commit comments

Comments
 (0)