diff options
author | Sverker Eriksson <[email protected]> | 2018-07-10 13:40:42 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-07-18 14:59:39 +0200 |
commit | bd228591a434bd0a15f5220e66a8bb623b410e2f (patch) | |
tree | aa4ecc00747a8f21876312adc6906422ffd7af9d /lib/eunit | |
parent | 3e2508e0f6dbd973d80c96418a989d1fa525767a (diff) | |
download | otp-bd228591a434bd0a15f5220e66a8bb623b410e2f.tar.gz otp-bd228591a434bd0a15f5220e66a8bb623b410e2f.tar.bz2 otp-bd228591a434bd0a15f5220e66a8bb623b410e2f.zip |
erts: Remove use of VALGRIND_PRINTF_XML
which only existed in a patched version of valgrind (by pan)
no longer used.
Instead we use standard VALGRIND_PRINTF which will end up like this
if valgrind log format is XML and valgrind version >= 3.9:
<clientmsg>
<tid>7</tid>
<threadname>3_scheduler</threadname>
<text>Test case #20 ei_encode_SUITE:test_ei_encode_long/1
</text>
</clientmsg>
Note the extra trailing whitespace that may occure before </text>.
Diffstat (limited to 'lib/eunit')
0 files changed, 0 insertions, 0 deletions