mips64: change memcheck/tests/mips64/filter_stderr

This change removes backtrace line (posix_fadvise64.c) that is not always in
output of the failing test (fadvise64).
It fixes memcheck/tests/mips64/fadvise64 on MIPS64 platforms with glibc 2.27
or newer.

Patch by Dimitrije Nikolic.
This commit is contained in:
Petar Jovanovic 2018-08-09 12:40:46 +02:00
parent f9606bc01c
commit c6fbcbb12d

View File

@ -1,3 +1,4 @@
#! /bin/sh
../filter_stderr "$@"
../filter_stderr "$@" |
sed "s/at .* (posix_fadvise64.c:.*)/.../"