ftmemsim-valgrind/none/tests/procfs-non-linux.stderr.exp
Bart Van Assche 908594dfe1 Added regression tests that verify the following behavior:
- On Linux, whether Valgrind properly intercepts the system calls that access
  /proc/self/cmdline, /proc/<pid>/cmdline, /proc/self/exe and /proc/<pid>/exe.
- On Darwin, whether Valgrind does not modify the behavior of the system calls
  that access the aforementioned files.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10871
2009-08-26 18:11:18 +00:00

11 lines
257 B
Plaintext

/proc/self/cmdline:
open(): No such file or directory
/proc/<pid>/cmdline:
open(): No such file or directory
readlink: No such file or directory
readlink: No such file or directory
readlinkat: Function not implemented
readlinkat: Function not implemented