[ovs-git] [openvswitch/ovs] 5bdcef: tests: Add support for helgrind thread error detec...

GitHub noreply at github.com
Wed May 18 00:05:43 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 5bdcef15886804afc3975d67adadcf905f5da280
      https://github.com/openvswitch/ovs/commit/5bdcef15886804afc3975d67adadcf905f5da280
  Author: William Tu <u9012063 at gmail.com>
  Date:   2016-05-17 (Tue, 17 May 2016)

  Changed paths:
    M tests/automake.mk

  Log Message:
  -----------
  tests: Add support for helgrind thread error detector.

Helgrind is a Valgrind tool for detecting thread errors, reporting three
classes of errors: misuses of the POSIX pthreads API, potential deadlocks
arising from lock ordering problems, and data races -- accessing memory
without adequate locking.  Similar to valgrind, users do "make check-helgrind"
and results will be saved at tests/testsuite.dir/<N>/helgrind.*.

Signed-off-by: William Tu <u9012063 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list