mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51: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
110 B
Plaintext
4 lines
110 B
Plaintext
prog: badfree
|
|
vgopts: -q --fullpath-after=memcheck/ --fullpath-after=coregrind/
|
|
stderr_filter_args: badfree.c
|