Skip to content

Commit

Permalink
dynamic_analysis: Comment on memcheck's exception for sh filtering (R…
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI authored Jan 13, 2021
1 parent bd34d8c commit be66198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/dynamic_analysis/bazel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ build:memcheck --copt -g
# https://sourceforge.net/p/valgrind/mailman/valgrind-developers/?viewmonth=201806&viewday=11&style=flat
build:memcheck --copt -O2
build:memcheck --run_under=//tools/dynamic_analysis:valgrind
# We explicitly do not filter `sh` targets because some C++ binaries are tested
# indirectly via those targets. Any Python code that is run through a `sh`
# target may need `tags = ["no_memcheck"]` if it incurs CI issues.
build:memcheck --test_lang_filters=-py
build:memcheck --test_tag_filters=-gurobi,-mosek,-snopt,-lint,-no_memcheck,-no_valgrind_tools
# Slowdown factor can range from 5-100.
Expand Down

0 comments on commit be66198

Please sign in to comment.