From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gf4dJ-0002u3-Jr for qemu-devel@nongnu.org; Thu, 03 Jan 2019 10:10:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gf4dG-0004Ct-DW for qemu-devel@nongnu.org; Thu, 03 Jan 2019 10:10:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53894) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gf4dG-0004Cm-8l for qemu-devel@nongnu.org; Thu, 03 Jan 2019 10:10:02 -0500 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Thu, 3 Jan 2019 16:09:49 +0100 Message-Id: <20190103150951.17592-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/2] buildsys: Disable qht-bench parallel test when using gprof List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org, Peter Maydell , =?UTF-8?q?Alex=20Benn=C3=A9e?= , "Emilio G . Cota" Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Disable test-qht-par when using gprof, as this break Travis CI. v2: Add CONFIG_GPROF (check-unit use host_mak, not target_mak) See: https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg01638.html Philippe Mathieu-Daud=C3=A9 (2): configure: Let the TARGET_GPROF var use the regular 'y' for Yes tests: Disable qht-bench parallel test when using gprof configure | 3 ++- tests/Makefile.include | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) --=20 2.17.2