From nobody Sat Apr 20 07:47:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+48627+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+48627+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1570608549; cv=none; d=zoho.com; s=zohoarc; b=Xaql+YMpu7nF4mImpVKCxcGuXM8oNUc+d8PFoO+sbaJDmk/Wj0FfWAL1CuZ+CnUR0BQAfKWjg674w9TANYD45Oxu4o22dmNbZowmbIJALpQQWfkUcMsEDjAxfKUYGhjsUa3B1mK+N8E+y6rt58gju393lC1Ye4sZ9irAsOaobas= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570608549; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=Rhl4gfBzYjYX0EDdETrP86wdiGQw0Sas+cVezSEOkDs=; b=aSVaMdL8Z67C9U0Kwz6gDleMXUorwsy5EHDeMrqB2RlXkm1ZEsZpDK7S/msWu6GUwRxV5y82modezuaE86Y5JytZVd7tHetUs76ztUOHmxrOusQ9hBnWuDEtNk1p87BgpM4rBEdjGQrjFDXk1sAg4Ji7+FafdLvgPAenIVoZueg= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+48627+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1570608548989594.7423457430639; Wed, 9 Oct 2019 01:09:08 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id rDulYY1788612xRQQmd2DXiW; Wed, 09 Oct 2019 01:09:08 -0700 X-Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web10.2798.1570608547808022502 for ; Wed, 09 Oct 2019 01:09:07 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2019 01:09:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,273,1566889200"; d="scan'208";a="192813119" X-Received: from xianhu2x-mobl.ccr.corp.intel.com ([10.239.196.134]) by fmsmga008.fm.intel.com with ESMTP; 09 Oct 2019 01:09:06 -0700 From: "xianhui liu" To: devel@edk2.groups.io Cc: Heinrich Schuchardt , Supreeth Venkatesh , Eric Jin , xianhui liu Subject: [edk2-devel] [edk2-test][Patch] uefi-sct/SctPkg: Sync SimpleTesxtInputEx change to IHV Date: Wed, 9 Oct 2019 16:09:03 +0800 Message-Id: <20191009080903.2800-1-xianhuix.liu@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,xianhuix.liu@intel.com X-Gm-Message-State: V73ohIGFejbaVRrJR9yeF0Bcx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1570608548; bh=CS0Bo803G8XSvV/VXxjM1c3qq3r1RZkFxqYzgSDX6PI=; h=Cc:Date:From:Reply-To:Subject:To; b=nnh5EezlnHvNI+VJ99wqtdvh9PBVzRGH88U3H4dcWzX1f1m3aENNPPAEMNpiboQcVBK qm2M6UtnBp08XNZbPx49sDq9P/rzW2RPLthWZnFWOo6sYZCYH8fMJHI0NGM04nnumsmAb 4sAG4PbI9MflJ83OX3eR7/FZRrjz97VL6w0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2169 sync commit fc1a95f7b1a4c157d0536bc159bc5114cdfcb9b4 on file EFI/Protocol/SimpleTextInputEx/BlackBoxTest /SimpleTextInputExBBTestConformance.c to IHV Cc: Heinrich Schuchardt Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: xianhui liu --- .../BlackBoxTest/SimpleTextInputExBBTestConformance.c | 10 ++++++= ---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextInputEx/B= lackBoxTest/SimpleTextInputExBBTestConformance.c b/uefi-sct/SctPkg/TestCase= /UEFI/IHV/Protocol/SimpleTextInputEx/BlackBoxTest/SimpleTextInputExBBTestCo= nformance.c index 3e230f9e..e1797219 100644 --- a/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextInputEx/BlackBox= Test/SimpleTextInputExBBTestConformance.c +++ b/uefi-sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextInputEx/BlackBox= Test/SimpleTextInputExBBTestConformance.c @@ -1,7 +1,7 @@ /** @file =20 Copyright 2006 - 2016 Unified EFI, Inc.
- Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.
=20 This program and the accompanying materials are licensed and made available under the terms and conditions of the BS= D License @@ -153,7 +153,7 @@ BBTestSetStateConformanceTest ( return Status; } BBTestSetStateConformanceTestCheckpoint2 ( StandardLib, SimpleTextIn= putEx ); - =20 + Status =3D gtBS->FreePool (DevicePathStr); if (EFI_ERROR(Status)) return Status; @@ -483,8 +483,10 @@ BBTestSetStateConformanceTestCheckpoint1 ( ); } } - =20 - if ( EFI_INVALID_PARAMETER !=3D Status) { + + if (Status =3D=3D EFI_UNSUPPORTED) { + AssertionType =3D EFI_TEST_ASSERTION_WARNING; + } else if (Status !=3D EFI_INVALID_PARAMETER) { AssertionType =3D EFI_TEST_ASSERTION_FAILED; } else { AssertionType =3D EFI_TEST_ASSERTION_PASSED; --=20 2.14.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#48627): https://edk2.groups.io/g/devel/message/48627 Mute This Topic: https://groups.io/mt/34460889/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-