Dmitry V. Levin
cab745b842
Change strace-k.test to use chdir syscall instead of getpid syscall because the latter is not universally available, e.g. there is no getpid syscall on alpha. * tests/stack-fcall-3.c (f3) <default>: Replace getpid with chdir. * tests/strace-k.test: Likewise. * tests/strace-k.expected: Likewise. * tests/strace-k-demangle.expected: Likewise. * NEWS: Mention this.
3 lines
204 B
Plaintext
3 lines
204 B
Plaintext
^chdir .*(__kernel_vsyscall )?(__)?chdir ns::f3\(int\) ns::f2\(int\) ns::f1\(int\) ns::f0\(int\) main
|
|
^SIGURG .*(__kernel_vsyscall )?(__)?kill ns::f3\(int\) ns::f2\(int\) ns::f1\(int\) ns::f0\(int\) main
|