Commit a36270a4 authored by Alex Bennée's avatar Alex Bennée
Browse files

Revert "tests: Disable qht-bench parallel test when using gprof"



This reverts commit ce2eefd7. The
underlying cause was fixed with eb4f8e10.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent eb4f8e10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7487,7 +7487,6 @@ alpha)
esac

if test "$gprof" = "yes" ; then
  echo "CONFIG_GPROF=y" >> $config_host_mak
  echo "TARGET_GPROF=y" >> $config_target_mak
  if test "$target_linux_user" = "yes" ; then
    cflags="-p $cflags"
+1 −2
Original line number Diff line number Diff line
@@ -88,8 +88,7 @@ check-unit-y += tests/test-rcu-simpleq$(EXESUF)
check-unit-y += tests/test-rcu-tailq$(EXESUF)
check-unit-y += tests/test-qdist$(EXESUF)
check-unit-y += tests/test-qht$(EXESUF)
# FIXME: {test-qht-par + gprof} often break on Travis CI
check-unit-$(call lnot,$(CONFIG_GPROF)) += tests/test-qht-par$(EXESUF)
check-unit-y += tests/test-qht-par$(EXESUF)
check-unit-y += tests/test-bitops$(EXESUF)
check-unit-y += tests/test-bitcnt$(EXESUF)
check-unit-y += tests/test-qdev-global-props$(EXESUF)