<div dir="ltr">Hello strace-devs,<div><br></div><div>My name is Jay Joshi, I'm a Computer Engineering student from Nirma University. I've been interested in wide variety of system calls. I had come across strace when I was working on Online Judge, where I wanted a reliable tool to filter out some dangerous system calls. I find it very interesting.</div><div>I've gone through codebase, in particular, strace/tests, I observe that task is to print the output in specific format and matching it with the output of strace real execution, </div><div><br></div><div>Do we have to consider every case for error:</div><div>For example, for "chmod" system call, should the test cover every possible error that "chmod" might throw? </div></div>