From patchwork Tue May 14 14:00:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 243712 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3929A2C00C2 for ; Wed, 15 May 2013 00:00:56 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UcFmh-0006U2-5I; Tue, 14 May 2013 14:00:55 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UcFmP-0006Qs-B9 for fwts-devel@lists.ubuntu.com; Tue, 14 May 2013 14:00:37 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UcFmP-0002en-73 for fwts-devel@lists.ubuntu.com; Tue, 14 May 2013 14:00:37 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 9/9] data: klog.json: Bit offset pattern should be a regex not a string match Date: Tue, 14 May 2013 15:00:31 +0100 Message-Id: <1368540031-28500-10-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1368540031-28500-1-git-send-email-colin.king@canonical.com> References: <1368540031-28500-1-git-send-email-colin.king@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Fix bug where we were scanning for a string rather than a regex pattern Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- data/klog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/klog.json b/data/klog.json index 4b56f04..b50449f 100644 --- a/data/klog.json +++ b/data/klog.json @@ -1170,7 +1170,7 @@ "label": "KlogAcpiAttachNullObjectBadType" }, { - "compare_mode": "string", + "compare_mode": "regex", "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI", "pattern": "Bit offset within field too large.*0xFFFFFFFF",