]> granicus.if.org Git - check/commit
Do not report failure line numbers if file not setup
authorBranden Archer <b.m.archer4@gmail.com>
Wed, 29 Jun 2016 02:12:23 +0000 (22:12 -0400)
committerBranden Archer <b.m.archer4@gmail.com>
Wed, 29 Jun 2016 02:21:21 +0000 (22:21 -0400)
commit52eb6682b057799fe91cca035a0f399f4cad9bef
tree548bb272512408ced66694f7d664f2f7602745c3
parent85582587993a29826e27c87b41be8ca8db60da82
Do not report failure line numbers if file not setup

When running the master suite failure line numbers are written to
a file. Usually this is fine. However, the check_mem_leak.c test
re-uses the same tests. As a result, every time a failure is hit
a SEGV occurs because the file is never setup.

The memory leak test does not check against the line numbers,
so omitting these are fine. This fix prevents lots of SEGV
failures when running check_mem_leak.c under valgrind.
tests/check_check_master.c