]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
Revert "tests: Disable qht-bench parallel test when using gprof"
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 14 Jan 2019 14:54:38 +0000 (14:54 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 14 Jan 2019 14:55:32 +0000 (14:55 +0000)
This reverts commit ce2eefd7c21697fee87a0686353de881081d22c6. The
underlying cause was fixed with eb4f8e100f.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
configure
tests/Makefile.include

index 4ea3f148830d76b01bdcdaec20e918c0d13f5be4..f59d484f7ac5f3f30c546c89459f9e351bcd3c7c 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"
index 601ef4f64cc9a0e4185dac5e4ee6aa1b9559f860..f403a6571d9dae888e715aed72345637567fd9a0 100644 (file)
@@ -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)