]> git.proxmox.com Git - 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)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 8 Mar 2013 09:16:54 +0000 (10:16 +0100)
commiteeb29fb9aa733f97d85857c210d6580a92a1b532
tree8db1cbd986aa2a31376fd7f1ccec1f9298e4776f
parent4652b792f01b559e005186b703ed9b1a11cbf8e3
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>
tests/rtc-test.c