]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add FreeBSD-specific expected for memcheck/tests/gone_abrt_xml
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 9 May 2022 07:47:12 +0000 (09:47 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 9 May 2022 07:47:12 +0000 (09:47 +0200)
commita17b8d0198b994567576cd7cd0673ea875ef54a6
treec5562a63c7545d7a0bc1e45ea5ce4d98bc0ec1ff
parent1ec5d23e7386e6f2687f0f2087fbbc1a0c0e945b
Add FreeBSD-specific expected for memcheck/tests/gone_abrt_xml

The difference is in the si_code. Linux has a value of 0, FreeBSD has
65537. This is correct.

From vki-freebsd.h

/*
 * si_code values
 */

and indeed this signal gets sent by kill()
memcheck/tests/Makefile.am
memcheck/tests/gone_abrt_xml.stderr.exp-freebsd [new file with mode: 0644]