[Qemu-devel] [PATCH v2 0/2] buildsys: Disable qht-bench parallel test when using gprof

Philippe Mathieu-Daudé posted 2 patches 5 years, 2 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190103150951.17592-1-philmd@redhat.com
configure              | 3 ++-
tests/Makefile.include | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH v2 0/2] buildsys: Disable qht-bench parallel test when using gprof
Posted by Philippe Mathieu-Daudé 5 years, 2 months ago
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é (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(-)

-- 
2.17.2


Re: [Qemu-devel] [PATCH v2 0/2] buildsys: Disable qht-bench parallel test when using gprof
Posted by Philippe Mathieu-Daudé 5 years, 2 months ago
On Thu, Jan 3, 2019 at 4:10 PM Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Disable test-qht-par when using gprof, as this break Travis CI.

Success on Travis CI:
https://travis-ci.org/philmd/qemu/builds/474894411