mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
ccache sometimes causes the source file absolute name to be another full path (not $PWD). This means that the badfree3 and varinfo5 tests can fail due to the full path after not being match on $PWD. So, rather ask full path after a part of the path that is stable even when ccache decides to reuse a already compiled object from another directory. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15771
4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
prog: varinfo5
|
|
vgopts: --fullpath-after=memcheck/ --fullpath-after=coregrind/ --read-var-info=yes --read-inline-info=yes -q
|
|
stderr_filter: filter_varinfo3
|