From nobody Fri Mar 29 05:06:08 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+48678+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+48678+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1570673638; cv=none; d=zoho.com; s=zohoarc; b=EfjJV4CA705QDhsNZoydfZBLx3+pgU7qaWLEoiuEcnKS91k3AHY9gcmrnNXu0jPixmgKEElWm8AxHRJCwU0njrQDDJYzhu+Q98lk2NGbgnXc1hTizz175ESFuDed1orvb61M3Rkj6ONnCBzUefqAWExT+2Kfipc0etveGzK0aug= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570673638; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=yOKYRf+c8kk5h7gd3yUD2aSANJVT7JuwkEGc/eQKnHY=; b=In3KAzwEW+MFwzo1IwQ+pJ2XiQXDlPvL8nHfatb8E7xIW4RoKwYag/n0lWnhykZhwC9VirVed0mxLuTz15t/rYc5e3iWX9VEvisMH738WUpMTFW/c/ZZ6AHn9+7HAGxakO+seJlMJngwWMhPOQW8kCs4HPhFL09MjEqr45uf07E= 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+48678+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 1570673638963569.6640550364492; Wed, 9 Oct 2019 19:13:58 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id GGa9YY1788612xolUukDYdja; Wed, 09 Oct 2019 19:13:58 -0700 X-Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.1386.1570673637626314433 for ; Wed, 09 Oct 2019 19:13:57 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2019 19:13:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,278,1566889200"; d="scan'208";a="187810473" X-Received: from xianhu2x-mobl.ccr.corp.intel.com ([10.239.196.134]) by orsmga008.jf.intel.com with ESMTP; 09 Oct 2019 19:13:55 -0700 From: "xianhui liu" To: devel@edk2.groups.io Cc: Heinrich Schuchardt , Supreeth Venkatesh , Eric Jin , xianhui liu Subject: [edk2-devel] [edk2-test][Patch v2] uefi-sct/SctPkg: Sync SimpleTextInputEx change to IHV Date: Thu, 10 Oct 2019 10:13:13 +0800 Message-Id: <20191010021313.12704-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: jTVVF8IQHHdSa7tSkBpdOazVx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1570673638; bh=BaR1IijK+7JqJZHFjGKHG9vxM6RlvPhJTjMz6H9a+IQ=; h=Cc:Date:From:Reply-To:Subject:To; b=QAHzCcYv5oOVhINWgSqCQ+XRl+bSzJSw4oAVn4rkFk3ikSblKdBhBKMFLeAIaaHGAa2 Ip1Wx3jHAF2G0ktrEL/bPMWkKyp62TsH4Bo2aUl8lZJQ/LREqa63BIaVeZHqBhCoAaiIP tt3TCESVtI4GINT9qoM3U1ewd7lF64NSazU= 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 Reviewed-by: Eric Jin --- .../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 (#48678): https://edk2.groups.io/g/devel/message/48678 Mute This Topic: https://groups.io/mt/34470713/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-