[LTP] [PATCH v2] syscalls: add syscall syncfs test

Cyril Hrubis chrubis@suse.cz
Wed Feb 20 14:14:43 CET 2019


Hi!
> Sure. My concern is being able to test syscalls in Android where the C 
> library may not have some wrappers. So far these have all been cases 
> where one can just replace the library call with the direct syscall, as 
> a number of recent patches have done. If I run into a case where more 
> substantial library support is needed maybe we'll just have to focus on 
> getting that into bionic or look at other options.

I guess that we can also auto-generate fallback syscall wrappers for
these cases so that we don't have to bother dealing with this in the
actual testcases. Should be as easy as listing the function prototypes
in a file and a few lines of shell.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list