mbox series

[0/5] Small code coverage improvements

Message ID 20181010051950.13202-1-stewart@linux.ibm.com
Headers show
Series Small code coverage improvements | expand

Message

Stewart Smith Oct. 10, 2018, 5:19 a.m. UTC
For some insane reason (I blame long haul flights), I took a gander at
our code coverage in unit tests and made a few minor improvements (I
have other patches but they're not ready yet, I again blame long haul
flights and economy seats).

Stewart Smith (5):
  gcov: Fix building with GCC8
  core/device: Add test for duplicate nodes with dt_attach_root()
  core/device: add test for dt_new() a duplicate node
  core/device: increase test coverage for dt_new_addr and dt_new_2addr
  core/device: Test dt_new_check()

 core/Makefile.inc      |  1 +
 core/gcov-profiling.c  | 14 +++++++-------
 core/test/run-device.c | 16 ++++++++++++++--
 3 files changed, 22 insertions(+), 9 deletions(-)

Comments

Stewart Smith Oct. 16, 2018, 7:59 a.m. UTC | #1
Stewart Smith <stewart@linux.ibm.com> writes:
> For some insane reason (I blame long haul flights), I took a gander at
> our code coverage in unit tests and made a few minor improvements (I
> have other patches but they're not ready yet, I again blame long haul
> flights and economy seats).
>
> Stewart Smith (5):
>   gcov: Fix building with GCC8
>   core/device: Add test for duplicate nodes with dt_attach_root()
>   core/device: add test for dt_new() a duplicate node
>   core/device: increase test coverage for dt_new_addr and dt_new_2addr
>   core/device: Test dt_new_check()

Series merged to master (with a travis build fix) as of
c5d71815288cc7646c9e426bcb9a97dd5f4f2f2d.