All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/1] qemu-iotests: fix 067 on s390x
@ 2016-02-19 13:01 Sascha Silbe
  2016-02-19 13:01 ` [Qemu-devel] [PATCH v2 1/1] qemu-iotests: 067: ignore QMP events Sascha Silbe
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Silbe @ 2016-02-19 13:01 UTC (permalink / raw)
  To: Max Reitz, qemu-devel, qemu-block, Kevin Wolf, Eric Blake; +Cc: Tu Bo

qemu-iotests test case 067 fails on s390x because the ordering of its
output is architecture-dependent (asynchronous vs. synchronous hotplug
handling). This series fixes the failure by filtering events from QMP
output for 067.

v1->v2:
  - use tr / sed trick for filtering multi-line JSON to avoid
    switching to single-line JSON which is hard to read
  - roll _filter_qmp_events() into 067 as the multi-line version isn't
    robust enough for general use


Sascha Silbe (1):
  qemu-iotests: 067: ignore QMP events

 tests/qemu-iotests/067     |  11 +++-
 tests/qemu-iotests/067.out | 144 ---------------------------------------------
 2 files changed, 10 insertions(+), 145 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-20 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 13:01 [Qemu-devel] [PATCH v2 0/1] qemu-iotests: fix 067 on s390x Sascha Silbe
2016-02-19 13:01 ` [Qemu-devel] [PATCH v2 1/1] qemu-iotests: 067: ignore QMP events Sascha Silbe
2016-02-20 14:39   ` Max Reitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.