mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
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:
parent
f9606bc01c
commit
c6fbcbb12d
@ -1,3 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
../filter_stderr "$@"
|
||||
../filter_stderr "$@" |
|
||||
sed "s/at .* (posix_fadvise64.c:.*)/.../"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user