Specify buffers in some calls of dlog_tests 46/218746/2
authorMateusz Majewski <m.majewski2@samsung.com>
Mon, 25 Nov 2019 10:02:52 +0000 (11:02 +0100)
committerMateusz Majewski <m.majewski2@samsung.com>
Thu, 28 Nov 2019 07:58:22 +0000 (08:58 +0100)
commitc5367c64c6701066f1c85d6586d868a4a46e2033
treedc7f9485f8f85f78b42919c31deea49f6b76caa0
parent5c9a295667aeefe3b6798a55e37c78f45e8f4bac
Specify buffers in some calls of dlog_tests

Those tests would start failing on some targets after the libdlogutil
patches. This would be due to them trying to clear/get size of the apps
buffer, which does not exist. This was accepted before the libdlogutil
patches, because dlogutil would consider all of the enabled buffers at
the same time. However, said patches change it to clear/get size of each
buffer separately and return on the first failure. We can work around
this issue by making it so that dlogutil will not try to manipulate the
apps buffer in the failing spots.

Change-Id: I5b3135256b99b0bc8f53a14fc68f99a9effbf6c3
tests/dlog_test.in