qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] d60478: tests: make threadpool cancellation t


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] d60478: tests: make threadpool cancellation test looser
Date: Tue, 27 Nov 2012 09:30:11 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d60478c59a348886d82492861c5cd4fba572ebd5
      
https://github.com/qemu/qemu/commit/d60478c59a348886d82492861c5cd4fba572ebd5
  Author: Paolo Bonzini <address@hidden>
  Date:   2012-11-27 (Tue, 27 Nov 2012)

  Changed paths:
    M tests/test-thread-pool.c

  Log Message:
  -----------
  tests: make threadpool cancellation test looser

The cancellation test is failing on the buildbots.  While the failure
merits a little more investigation to understand what is going on,
the logs show that the failure is not impacting the coverage
provided by the test.  Hence, loosen a bit the assertions in a
way that should let the test proceed and hopefully pass.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 03a36f17d7788e4a1e07b3341b18028aa0206845
      
https://github.com/qemu/qemu/commit/03a36f17d7788e4a1e07b3341b18028aa0206845
  Author: Paolo Bonzini <address@hidden>
  Date:   2012-11-27 (Tue, 27 Nov 2012)

  Changed paths:
    M hw/virtio-rng.c

  Log Message:
  -----------
  virtio-rng: do not use g_assert_cmpint

g_assert_cmpint is not available on glib 2.12, which is the minimum
version required to build QEMU (we only require 2.16 to run tests,
since that is the first version including GTester).  Do not use it
in hardware models, use a normal assertion instead.

This fixes the buildbot failure for default_x86_64_rhel5.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/1e1d71a582c6...03a36f17d778

reply via email to

[Prev in Thread] Current Thread [Next in Thread]