From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: "Emilio G . Cota" <cota@braap.org>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
"QEMU Developers" <qemu-devel@nongnu.org>,
"Eduardo Habkost" <ehabkost@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 2/2] tests: Disable qht-bench parallel test when using gprof
Date: Thu, 3 Jan 2019 16:01:31 +0100 [thread overview]
Message-ID: <CAP+75-VZhMYFXZczP1-9i11dn-W1e2YPf=tDoN949m9NZSJb6Q@mail.gmail.com> (raw)
In-Reply-To: <20190103142919.30090-3-philmd@redhat.com>
On Thu, Jan 3, 2019 at 3:29 PM Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> 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é <philmd@redhat.com>
> ---
> tests/Makefile.include | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 3f5a1d0c30..e764d8d2cb 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -88,7 +88,8 @@ 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)
> -check-unit-y += tests/test-qht-par$(EXESUF)
> +# FIXME: {test-qht-par + gprof} often break on Travis CI
> +check-unit-$(call lnot,$(TARGET_GPROF)) += tests/test-qht-par$(EXESUF)
Oops this is incorrect because check-unit isn't target but host, so
TARGET_GPROF can't be used.
> check-unit-y += tests/test-bitops$(EXESUF)
> check-unit-y += tests/test-bitcnt$(EXESUF)
> check-unit-y += tests/test-qdev-global-props$(EXESUF)
> --
> 2.17.2
>
prev parent reply other threads:[~2019-01-03 15:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-03 14:29 [Qemu-devel] [PATCH 0/2] buildsys: Disable qht-bench parallel test when using gprof Philippe Mathieu-Daudé
2019-01-03 14:29 ` [Qemu-devel] [PATCH 1/2] configure: Let the TARGET_GPROF var use the regular 'y' for Yes Philippe Mathieu-Daudé
2019-01-03 14:29 ` [Qemu-devel] [PATCH 2/2] tests: Disable qht-bench parallel test when using gprof Philippe Mathieu-Daudé
2019-01-03 15:01 ` Philippe Mathieu-Daudé [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAP+75-VZhMYFXZczP1-9i11dn-W1e2YPf=tDoN949m9NZSJb6Q@mail.gmail.com' \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=cota@braap.org \
--cc=ehabkost@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).