Skip to content

Commit

Permalink
Turn off kcov on a test that hit kcov#339
Browse files Browse the repository at this point in the history
Our current version of kcov on bionic has a bug
SimonKagstrom/kcov#339
that generatues spurious failures based on the bitwise contents of
target binaries.  Temporarily deactivate kcov testing of this test to avoid
one such spurious failure.
  • Loading branch information
ggould-tri committed Aug 23, 2021
1 parent a74a01e commit 474b3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systems/controllers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ drake_cc_googletest(
drake_cc_googletest(
name = "setpoint_test",
srcs = ["test/setpoint_test.cc"],
# TODO(ggould-tri) This test hit kcov#339; untag when we have kcov>=40.
tags = ["no_kcov"],
deps = [
":setpoint",
"//common/test_utilities:eigen_matrix_compare",
Expand Down

0 comments on commit 474b3f2

Please sign in to comment.