From nobody Fri Apr 26 20:54:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547231247218716.9227307901325; Fri, 11 Jan 2019 10:27:27 -0800 (PST) Received: from localhost ([127.0.0.1]:41709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gi1We-0000An-TX for importer@patchew.org; Fri, 11 Jan 2019 13:27:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gi1V0-0007lA-KP for qemu-devel@nongnu.org; Fri, 11 Jan 2019 13:25:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gi1Uz-0007JW-VH for qemu-devel@nongnu.org; Fri, 11 Jan 2019 13:25:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58613) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gi1Uz-0007JE-Pk for qemu-devel@nongnu.org; Fri, 11 Jan 2019 13:25:41 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E5469C05D3F8; Fri, 11 Jan 2019 18:25:40 +0000 (UTC) Received: from localhost (ovpn-116-5.gru2.redhat.com [10.97.116.5]) by smtp.corp.redhat.com (Postfix) with ESMTP id 559F0101963E; Fri, 11 Jan 2019 18:25:37 +0000 (UTC) From: Eduardo Habkost To: Peter Maydell , qemu-devel@nongnu.org Date: Fri, 11 Jan 2019 16:25:32 -0200 Message-Id: <20190111182533.31593-2-ehabkost@redhat.com> In-Reply-To: <20190111182533.31593-1-ehabkost@redhat.com> References: <20190111182533.31593-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 11 Jan 2019 18:25:41 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 1/2] configure: Let the TARGET_GPROF var use the regular 'y' for Yes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , "Emilio G. Cota" , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Philippe Mathieu-Daud=C3=A9 All other variables are set using 'y', which is what the rules.mak functions expect to parse. Signed-off-by: Philippe Mathieu-Daud=C3=A9 Message-Id: <20190103150951.17592-2-philmd@redhat.com> Signed-off-by: Eduardo Habkost --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cf763d4674..0c433ec043 100755 --- a/configure +++ b/configure @@ -7490,7 +7490,7 @@ alpha) esac =20 if test "$gprof" =3D "yes" ; then - echo "TARGET_GPROF=3Dyes" >> $config_target_mak + echo "TARGET_GPROF=3Dy" >> $config_target_mak if test "$target_linux_user" =3D "yes" ; then cflags=3D"-p $cflags" ldflags=3D"-p $ldflags" --=20 2.18.0.rc1.1.g3f1ff2140 From nobody Fri Apr 26 20:54:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547231257790847.6568395619846; Fri, 11 Jan 2019 10:27:37 -0800 (PST) Received: from localhost ([127.0.0.1]:41729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gi1Wk-0000Dv-2R for importer@patchew.org; Fri, 11 Jan 2019 13:27:30 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gi1V4-0007nr-MX for qemu-devel@nongnu.org; Fri, 11 Jan 2019 13:25:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gi1V3-0007Ll-W5 for qemu-devel@nongnu.org; Fri, 11 Jan 2019 13:25:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60050) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gi1V3-0007LN-Qe for qemu-devel@nongnu.org; Fri, 11 Jan 2019 13:25:45 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0EB7C5A1F9; Fri, 11 Jan 2019 18:25:45 +0000 (UTC) Received: from localhost (ovpn-116-5.gru2.redhat.com [10.97.116.5]) by smtp.corp.redhat.com (Postfix) with ESMTP id 609BF60BE8; Fri, 11 Jan 2019 18:25:42 +0000 (UTC) From: Eduardo Habkost To: Peter Maydell , qemu-devel@nongnu.org Date: Fri, 11 Jan 2019 16:25:33 -0200 Message-Id: <20190111182533.31593-3-ehabkost@redhat.com> In-Reply-To: <20190111182533.31593-1-ehabkost@redhat.com> References: <20190111182533.31593-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 11 Jan 2019 18:25:45 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 2/2] tests: Disable qht-bench parallel test when using gprof X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , "Emilio G. Cota" , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" From: Philippe Mathieu-Daud=C3=A9 This test is failing on the Travis CI [*] since some time now, disable it until it get fixed. [*] https://travis-ci.org/qemu/qemu/builds/474821674 Signed-off-by: Philippe Mathieu-Daud=C3=A9 Message-Id: <20190103150951.17592-3-philmd@redhat.com> Signed-off-by: Eduardo Habkost --- configure | 1 + tests/Makefile.include | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 0c433ec043..bb1e7c9e19 100755 --- a/configure +++ b/configure @@ -7490,6 +7490,7 @@ alpha) esac =20 if test "$gprof" =3D "yes" ; then + echo "CONFIG_GPROF=3Dy" >> $config_host_mak echo "TARGET_GPROF=3Dy" >> $config_target_mak if test "$target_linux_user" =3D "yes" ; then cflags=3D"-p $cflags" diff --git a/tests/Makefile.include b/tests/Makefile.include index 9c84bbd829..dfd87344bd 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -88,7 +88,8 @@ check-unit-y +=3D tests/test-rcu-simpleq$(EXESUF) check-unit-y +=3D tests/test-rcu-tailq$(EXESUF) check-unit-y +=3D tests/test-qdist$(EXESUF) check-unit-y +=3D tests/test-qht$(EXESUF) -check-unit-y +=3D tests/test-qht-par$(EXESUF) +# FIXME: {test-qht-par + gprof} often break on Travis CI +check-unit-$(call lnot,$(CONFIG_GPROF)) +=3D tests/test-qht-par$(EXESUF) check-unit-y +=3D tests/test-bitops$(EXESUF) check-unit-y +=3D tests/test-bitcnt$(EXESUF) check-unit-y +=3D tests/test-qdev-global-props$(EXESUF) --=20 2.18.0.rc1.1.g3f1ff2140