Hi,

For https://bugzilla.yoctoproject.org/show_bug.cgi?id=15423,

I am working on to find a work-around until a proper fix is found.

I am looking into if there is any way to skip/disable individual test cases(tst-scm_rights.c and tst-scm_rights-time64.c which cause stale qemu processes) for glibc testsuite but didn't find anything useful.

Another way to handle this can be toadd runCmd() that kills the stray processes after the testsuite is completed in glibc.py file.
Something like following,

*cmd = "ps -el | awk '/qemu-ppc/ {print $4}' | xargs -I{} kill {}"
runCmd(cmd)*

Let me know your views or suggestions.

--
Regards,
Yash Shinde
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#196995): 
https://lists.openembedded.org/g/openembedded-core/message/196995
Mute This Topic: https://lists.openembedded.org/mt/104887354/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to