On Tue, Feb 26, 2013 at 07:31:32PM -0500, Cole Robinson wrote: > 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: [email protected] > Signed-off-by: Cole Robinson <[email protected]> > --- > tests/rtc-test.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
It's best to make test cases independent of order (no side-effects), but this small patch fixes the problem. Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan
