All tests in none for pass for me on F39 amd64 with debuginfo
installed.
# painfully minor variations between them.
perl -p -0 -e 's/(Open[^\n]*\n)( (at|by)[^\n]*\n)+/$1 ...\n/gs' |
-# With glibc debuginfo installed we might see syscal-template.S or close.c
+# With glibc debuginfo installed we might see syscall-template.S, close.c or creat64.c
perl -p -e "s/\(syscall-template.S:[0-9]*\)/(in \/...libc...)/" |
-perl -p -e "s/\(close.c:[0-9]*\)/(in \/...libc...)/"
+perl -p -e "s/\(close.c:[0-9]*\)/(in \/...libc...)/" |
+perl -p -e "s/\(creat64.c:[0-9]*\)/(in \/...libc...)/"