Hi, After running glibc testsuite with remote host testing using qemu, some stale qemu processes are left behind without terminating as follows: $ ps -el | grep qemu 1 S 23306 2592477       1  0  80   0 - 1101979 sigsus ? 00:00:00 qemu-ppc 1 S 23306 2592807       1  0  80   0 - 1101979 sigsus ? 00:00:00 qemu-ppc The cause of this stale processes are found to be from test cases *tst-scm_rights.c and tst-scm_rights-time64.c files(present at sysdeps/unix/sysv/linux/). *https://sourceware.org/glibc/wiki/Testing/Testsuite* *I referred the above link for checking if the tests can be disabled but didn't find. Is there any way to skip/disable individual test cases for glibc testsuite? If yes, how to do so? Thanks in advance. Regards, Yash