build: turn off helgrind for now

Seems we're hitting a false alarm...
This commit is contained in:
Dirk-Jan C. Binnema 2022-06-08 07:51:23 +03:00
parent 7b83605019
commit 699ce5369b
1 changed files with 6 additions and 4 deletions

View File

@ -70,10 +70,12 @@ test-valgrind: $(BUILDDIR)
--wrap='valgrind --leak-check=full --error-exitcode=1' \
--timeout-multiplier 100
test-helgrind: $(BUILDDIR)
@cd $(BUILDDIR); $(MESON) test \
--wrap='valgrind --tool=helgrind --error-exitcode=1' \
--timeout-multiplier 100
# we do _not_ pass helgrind; but this seems to be a false-alarm
# https://gitlab.gnome.org/GNOME/glib/-/issues/2662
# test-helgrind: $(BUILDDIR)
# @cd $(BUILDDIR); TEST=HELGRIND $(MESON) test \
# --wrap='valgrind --tool=helgrind --error-exitcode=1' \
# --timeout-multiplier 100
benchmark: $(BUILDDIR)
$(NINJA) -C $(BUILDDIR) benchmark