You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selftest: use /bin/ls as coverage target, fix timeout crash
The crypto target (/bin/sh /tmp/dec.sh with kcapi-enc) was causing:
1. kcov.so destructor not writing files (likely exec optimization in
dash causing LD_PRELOAD library to never run destructors)
2. find / command causing 600s timeout scanning 9p filesystem
Fix:
- Use /bin/ls /tmp as target for coverage tests (Groups A, B, HW)
This is a simple, reliable binary that exercises kernel syscalls
and exits cleanly — proven to collect 65K PCs locally.
- Keep crypto target only in dedicated crypto test (test 6)
- Add TimeoutExpired handler in vng_run to prevent crash
Signed-off-by: Yunseong Kim <yunseong.kim@est.tech>
0 commit comments