]> git.ipfire.org Git - thirdparty/qemu.git/commit
rtc-test: Fix test failures with recent glib
authorCole Robinson <crobinso@redhat.com>
Wed, 27 Feb 2013 00:31:32 +0000 (19:31 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 15:56:19 +0000 (10:56 -0500)
commitc3b81e01b894f03b03db99804da89068064b3ad8
treecc79570596c6d0f30162965d3bcd18522b905c8b
parent99b1f39bd28be0cf8f0505a55a98fa9beda23fa2
rtc-test: Fix test failures with recent glib

As of glib 2.35.4, glib changed its logic for ordering test cases:

https://bugzilla.gnome.org/show_bug.cgi?id=694487

This was causing failures in rtc-test. Group the reordered test
cases into their own suite, which maintains the original ordering.

CC: qemu-stable@nongnu.org
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit eeb29fb9aa733f97d85857c210d6580a92a1b532)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/rtc-test.c