From nobody Wed May 15 15:54:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+102326+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102326+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1680286956; cv=none; d=zohomail.com; s=zohoarc; b=GDjNeymmYGs8IcLPRGGBKrATRyrvnv8KA302DfRmrJntZ7xeNvKQyzxW3jnvBIvwRKjQ6oPG36lfq3QJatxPyfeCOcBi/vXVWqUFpPHOpFkeVCIDJkQKunOmXz8CwGTRUobb0y9AahLFZlaPp4Y81dzGsOf4YE2EkPZrPL6XcRM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1680286956; h=Content-Transfer-Encoding:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=3z/XOMBB7iQW6hMWojWXyJIm3RzZYn2IN6gkNcaHwkM=; b=fluhnrLRkboY7/TQHQnpwkx/WvdNmje22bBaj4w5KYUtG9zwbYIDroSpUhtYilPTBaVRcF/NRla4zM4cvP+zpBk6Azw23s/sVwmPsaRr+YiV2pRf8ZZK7pY67z81gb/TurQgvBBuARD0usJ7C0RKq/vFa4HeaT2vj6M+P7SOMX4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102326+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1680286956161723.6897405372197; Fri, 31 Mar 2023 11:22:36 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id VpBLYY1788612x4oM1evBeQQ; Fri, 31 Mar 2023 11:22:35 -0700 X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.2336.1680286955060033589 for ; Fri, 31 Mar 2023 11:22:35 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10666"; a="406551203" X-IronPort-AV: E=Sophos;i="5.98,307,1673942400"; d="scan'208";a="406551203" X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2023 11:22:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10666"; a="662506401" X-IronPort-AV: E=Sophos;i="5.98,307,1673942400"; d="scan'208";a="662506401" X-Received: from shwdeopenlab706.ccr.corp.intel.com ([10.239.55.95]) by orsmga006.jf.intel.com with ESMTP; 31 Mar 2023 11:22:33 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH] UefiCpuPkg/Test: Disable random test cases Date: Sat, 1 Apr 2023 02:22:28 +0800 Message-Id: <20230331182228.1627-1-ray.ni@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,ray.ni@intel.com X-Gm-Message-State: u1x27juiH3R4qhXf99OR4HRbx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1680286955; bh=Yn9zbXkpf3tjpruiL+kEmOggjkVoIZPu0mokLZmClDw=; h=Date:From:Reply-To:Subject:To; b=kmbPWDAaaI0XSrrWoPYPAQYCrs9K/Cd0XxQmrQjLpP1g++Yv3Q2ar9Pq2ifV1trCalj WqfsgDNjvouJCGKUSHZYwHfsLzm8fNOP3iZWcdZtR8NR7eXePtS5klhT0k40fUB7I7w4S D3nNYEWzmiEeGdMVnPYeYrvBV+DMLfJMPrQ= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1680286956815100002 Content-Type: text/plain; charset="utf-8" The random test cases just run for too long that may cause timeout in CI test. Disable them for now. Signed-off-by: Ray Ni Reviewed-by: Michael Kubacki Reviewed-by: Sean Brogan --- .../UnitTest/CpuPageTableLibUnitTestHost.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUni= tTestHost.c b/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUn= itTestHost.c index 547f6c2e50..745b774c66 100644 --- a/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUnitTestHo= st.c +++ b/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUnitTestHo= st.c @@ -881,11 +881,11 @@ UefiTestMain ( goto EXIT; } =20 - AddTestCase (RandomTestCase, "Random Test for Paging4Level", "Random Tes= t Case1", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging4Level); - AddTestCase (RandomTestCase, "Random Test for Paging4Level1G", "Random T= est Case2", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging4Level1GB= ); - AddTestCase (RandomTestCase, "Random Test for Paging5Level", "Random Tes= t Case3", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging5Level); - AddTestCase (RandomTestCase, "Random Test for Paging5Level1G", "Random T= est Case4", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging5Level1GB= ); - AddTestCase (RandomTestCase, "Random Test for PagingPae", "Random Test C= ase5", TestCaseforRandomTest, NULL, NULL, &mTestContextPagingPae); + // AddTestCase (RandomTestCase, "Random Test for Paging4Level", "Random = Test Case1", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging4Level); + // AddTestCase (RandomTestCase, "Random Test for Paging4Level1G", "Rando= m Test Case2", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging4Level= 1GB); + // AddTestCase (RandomTestCase, "Random Test for Paging5Level", "Random = Test Case3", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging5Level); + // AddTestCase (RandomTestCase, "Random Test for Paging5Level1G", "Rando= m Test Case4", TestCaseforRandomTest, NULL, NULL, &mTestContextPaging5Level= 1GB); + // AddTestCase (RandomTestCase, "Random Test for PagingPae", "Random Tes= t Case5", TestCaseforRandomTest, NULL, NULL, &mTestContextPagingPae); =20 // // Execute the tests. --=20 2.39.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 (#102326): https://edk2.groups.io/g/devel/message/102326 Mute This Topic: https://groups.io/mt/97979483/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076= /xyzzy [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-