From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web09.5111.1644460928978450177 for ; Wed, 09 Feb 2022 18:42:09 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=K6NdqZtc; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.d.kinney@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644460929; x=1675996929; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=7biFwoC6XWFINimX+ewRDKmJbyWpXus6RIWVB6t+BuM=; b=K6NdqZtcdNYwHQde3krHlWPyw6WIDiASXue/jt9PrHvSId2P6ZkYWiKB vQnd9L3gWUjdM4ni4Y3flfLnuP0K9I08o/j0PuhwwGcpoIIVgmkVGSFFO rV2Z4Hd/NEoHMwUIHecOAVHEfi+NcSxueN8wazG4KJ4mvECtMYtK73Jsx qCLU8z9SKCpQqT/bp0cyx76OhysrhNjRmWmqZd+wlOJhvZP74XLEQhO3R 0bsv4JNbc5W5BhvkKHOPJCWh+j7ZBRENZJaPlTngTSB6jxFf1RbWxS7bD aUEr5rAvccxcCSEZNfElDDb0ejVAOb+AnTo3tBsPavKwtaAzaTLWB/6br A==; X-IronPort-AV: E=McAfee;i="6200,9189,10253"; a="229366595" X-IronPort-AV: E=Sophos;i="5.88,357,1635231600"; d="scan'208";a="229366595" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2022 18:42:08 -0800 X-IronPort-AV: E=Sophos;i="5.88,357,1635231600"; d="scan'208";a="701511500" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.53.10]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2022 18:42:07 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Subject: [Patch 0/3] Update cmocka submodule to 5a4b15870efa Date: Wed, 9 Feb 2022 18:41:50 -0800 Message-Id: <20220210024153.1894-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2853 cmocka issue and commit that increases the log message length: * https://gitlab.com/cmocka/cmocka/-/issues/51 * https://gitlab.com/cmocka/cmocka/-/commit/36c85066dee0113e0b743d886c001ae76ca1fea9 Update cmocka to a version that supports longer log messages. This update requires to be included before . The legacy cmockery feature has been removed, so the private include path to cmockery in the DEC file is no longer required. Cc: Sean Brogan sean.brogan@microsoft.com Cc: Bret Barkelew Bret.Barkelew@microsoft.com Cc: Eric Dong eric.dong@intel.com Cc: Ray Ni ray.ni@intel.com Cc: Rahul Kumar rahul1.kumar@intel.com Cc: Jian J Wang jian.j.wang@intel.com Cc: Liming Gao gaoliming@byosoft.com.cn Signed-off-by: Michael D Kinney michael.d.kinney@intel.com Michael D Kinney (3): MdeModulePkg: Include for host based unit tests UefiCpuPkg: Include for host based unit tests UnitTestFrameworkPkg: Update cmocka submodule to 5a4b15870efa .../DxeResetSystemLib/UnitTest/DxeResetSystemLibUnitTest.c | 1 + MdeModulePkg/Library/UefiSortLib/UnitTest/UefiSortLibUnitTest.c | 1 + .../RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.c | 1 + UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTest.h | 1 + UnitTestFrameworkPkg/Library/CmockaLib/cmocka | 2 +- UnitTestFrameworkPkg/Library/UnitTestLib/AssertCmocka.c | 1 + UnitTestFrameworkPkg/Library/UnitTestLib/RunTestsCmocka.c | 1 + UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec | 1 - 8 files changed, 7 insertions(+), 2 deletions(-) -- 2.32.0.windows.1