drd: Add a consistency check
[valgrind.git] / memcheck / tests / amd64-linux / filter_defcfaexpr
blobcdb1a6c4562f93014c3275b2a2a142d896cd7bf9
1 #! /bin/sh
3 # change
5 # ==6019== at 0x400512: bbb (in
6 # /home/sewardj/VgTRUNK/trunk/memcheck/tests/amd64/defcfaexpr)
8 # to
10 # ==6019== at 0x400512: bbb (in bogus.S:0)
12 # and then to
14 # ==6019== at 0x400512: bbb (bogus.S:0)
16 # Then the standard ./filter_stderr won't screw it up any more,
17 # instead producing what we want, which is
19 # at 0x........: bbb (bogus.S:0)
21 # where the important point is that the function name is intact.
22 # since the point of this test is to check that V can unwind the
23 # stack given the unusual CFAs describing it.
26 ./filter_stderr "$@" | \
27 sed "s/\/.*\/tests\/amd64-linux\/defcfaexpr/bogus.S:0/" | \
28 sed "s/(in /(/"