From patchwork Tue Apr 2 21:45:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Roth X-Patchwork-Id: 233159 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D4D9C2C015C for ; Wed, 3 Apr 2013 08:58:16 +1100 (EST) Received: from localhost ([::1]:41363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN9Db-0008L8-2t for incoming@patchwork.ozlabs.org; Tue, 02 Apr 2013 17:58:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN97B-0008G1-OB for qemu-devel@nongnu.org; Tue, 02 Apr 2013 17:51:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN975-0000G5-Iz for qemu-devel@nongnu.org; Tue, 02 Apr 2013 17:51:37 -0400 Received: from mail-ye0-f172.google.com ([209.85.213.172]:61891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN975-0000Fy-E3; Tue, 02 Apr 2013 17:51:31 -0400 Received: by mail-ye0-f172.google.com with SMTP id l13so141637yen.31 for ; Tue, 02 Apr 2013 14:51:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=1U0CWfq6RwZu3YInUPIjixmrtqBgp4WyhvkyWSoxSTY=; b=GW+C+d9KmnNPLwttBD05Co0qHapasCdiq3iSGNzoTSOGxQyTpcFf4f8tUN/nepJLlE yHvSsM6X5MFrEH431BLz56sLA+l14oRCIPOxLKbVLJFvttqJlLygBk1Z+y8GtnmTYbm9 TsEGO1xrGxQw9cmAHyfPnKdSfd6e7RTEkvkVFeysaN0qjSQOH/Q5NyaKyZbo74UAXwc1 QSmQltgj+CLWj5SSHvKjdWuy968hKThMuc/eQH2g62hxfh9Xx8o1zENsVlaAK8Ay6c2S KPAbh2/GMgS7TlNz4OgqI4lE6PtoEQPeNWfvZp3YCpf26UJed5gdyy8S4fQJlbDwBzHh Qy9w== X-Received: by 10.236.75.163 with SMTP id z23mr17121273yhd.163.1364939490754; Tue, 02 Apr 2013 14:51:30 -0700 (PDT) Received: from localhost ([32.97.110.51]) by mx.google.com with ESMTPS id a26sm5782561yhe.9.2013.04.02.14.51.20 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 02 Apr 2013 14:51:24 -0700 (PDT) From: Michael Roth To: qemu-devel@nongnu.org Date: Tue, 2 Apr 2013 16:45:20 -0500 Message-Id: <1364939142-30066-16-git-send-email-mdroth@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1364939142-30066-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1364939142-30066-1-git-send-email-mdroth@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.213.172 Cc: qemu-stable@nongnu.org Subject: [Qemu-devel] [PATCH 15/37] rtc-test: Fix test failures with recent glib X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Cole Robinson 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 Signed-off-by: Stefan Hajnoczi (cherry picked from commit eeb29fb9aa733f97d85857c210d6580a92a1b532) Signed-off-by: Michael Roth --- tests/rtc-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rtc-test.c b/tests/rtc-test.c index 203c0fc..2441dcf 100644 --- a/tests/rtc-test.c +++ b/tests/rtc-test.c @@ -387,8 +387,8 @@ int main(int argc, char **argv) qtest_add_func("/rtc/alarm-time", alarm_time); qtest_add_func("/rtc/set-year/20xx", set_year_20xx); qtest_add_func("/rtc/set-year/1980", set_year_1980); - qtest_add_func("/rtc/register_b_set_flag", register_b_set_flag); - qtest_add_func("/rtc/fuzz-registers", fuzz_registers); + qtest_add_func("/rtc/misc/register_b_set_flag", register_b_set_flag); + qtest_add_func("/rtc/misc/fuzz-registers", fuzz_registers); ret = g_test_run(); if (s) {