summaryrefslogtreecommitdiff
path: root/UnitTestFrameworkPkg
AgeCommit message (Expand)AuthorFilesLines
2024-02-14UnitTestFrameworkPkg: Add DSC and host tests that always failMichael D Kinney19-1/+2017
2024-02-14UnitTestFrameworkPkg/SampleGoogleTest: Use EXPECT_ANY_THROW()Michael D Kinney2-6/+32
2024-02-14UnitTestFrameworkPkg/UnitTestDebugAssertLib: Add GoogleTest supportMichael D Kinney6-0/+126
2024-02-14UnitTestFrameworkPkg/UnitTestLib: GetActiveFrameworkHandle() no ASSERT()Michael D Kinney5-2/+12
2024-02-14UnitTestFrameworkPkg: Expand host-based exception handling and gcovMichael D Kinney4-6/+29
2024-02-14UnitTestFrameworkPkg: MSFT CC_FLAGS add /MT to for host buildsMichael D Kinney2-2/+3
2023-12-03UnitTestFrameworkPkg/Readme.md: Remove gtest main() limitationPedro Falcato1-16/+0
2023-12-03UnitTestFrameworkPkg: Fix Google Test components with multiple filesPedro Falcato1-2/+7
2023-10-27UnitTestFrameworkPkg: Apply uncrustify formatting to relevant filesVivian Nowka-Keane2-32/+48
2023-10-23UnitTestFrameworkPkg: CI: Add PrEval entryJoey Vagedes1-0/+3
2023-07-20UnitTestFrameworkPkg: UnitTestPersistenceLib: Save Unit Test Cache OptionKun Qin1-75/+157
2023-06-13UnitTestFrameworkPkg: Add UnitTestPeiServicesTablePointerLibZhiguang Liu9-0/+1961
2023-04-10UnitTestFrameworkPkg: Update to be more C11 compliant by using __func__Rebecca Cran7-25/+25
2023-04-10UnitTestFrameworkPkg/ReadMe.md: Add gmock documentationChris Johnson1-43/+970
2023-04-10UnitTestFrameworkPkg: Add gmock support to GoogleTestLibChris Johnson12-18/+297
2023-04-10UnitTestFrameworkPkg: Add subhook submodule required for gmockChris Johnson7-0/+61
2023-01-04UnitTestFrameworkPkg: Add code coverage support for GCCGua Guo3-1/+44
2022-12-14UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT faildevel@edk2.groups.io1-1/+1
2022-12-14UnitTestFrameworkPkg: Modify APIs in UnitTestPersistenceLibLiu, Zhiguang4-18/+36
2022-12-01UnitTestFrameworkPkg: Library classes private to publicMichael D Kinney2-6/+7
2022-11-11UnitTestFrameworkPkg/Library/CmockaLib: Generate symbol informationMichael D Kinney1-1/+1
2022-11-11UnitTestFrameworkPkg: Add googletest submodule and GoogleTestLibMichael D Kinney11-31/+606
2022-11-07UnitTestFrameworkPkg: Add UnitTestUefiBootServicesTableLibMichael Kubacki13-0/+3720
2022-11-01UnitTestFrameworkPkg: Support FILE_GUID override in host based unit testsMichael D Kinney1-5/+5
2022-10-14UnitTestFrameworkPkg: Add LOONGARCH64 architecture for EDK2 CI.Chao Li1-1/+2
2022-01-08UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exceptionKun Qin1-0/+1
2021-12-07UnitTestFrameworkPkg: Apply uncrustify changesMichael Kubacki18-309/+368
2021-12-07UnitTestFrameworkPkg: Change OPTIONAL keyword usage styleMichael D Kinney2-2/+2
2021-11-30UnitTestFrameworkPkg: Update YAML to ignore specific ECC files/errorsMichael D Kinney1-1/+4
2021-05-04UnitTestFrameworkPkg: Sample unit test hangs when running in OVMF/QEMUGetnat Ejigu4-0/+4
2021-03-31UnitTestFrameworkPkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-1/+2
2020-12-05UnitTestFrameworkPg: Fix build failure of MdeModulePkg with UnitTestLibDivneil Rai Wadhawan1-1/+1
2020-08-17UnitTestFrameworkPkg: Add configuration for Ecc check in yaml fileShenglei Zhang1-0/+12
2020-08-07UnitTestFrameworkPkg/Readme.md: Update documentation for latest featuresBret Barkelew2-0/+167
2020-07-31UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml fileShenglei Zhang1-0/+4
2020-07-15UnitTestFramewokPkg/SampleUnitTest: Use UT_EXPECT_ASSERT_FAILURE()Michael D Kinney8-0/+531
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Add checks for ASSERT()Michael D Kinney11-47/+305
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Fix target mode log messagesMichael D Kinney1-32/+32
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Move print log into cleanupMichael D Kinney1-17/+16
2020-07-15UnitTestFrameworkPkg: Change target mode DebugLib mappingMichael D Kinney1-1/+3
2020-07-15UnitTestFrameworkPkg: Set host application stack size to 256KBMichael D Kinney1-1/+1
2020-07-15UnitTestFrameworkPkg: Enable source level debug for host testsMichael D Kinney1-0/+5
2020-07-15UnitTestFrameworkPkg: Use host libraries from MdePkgMichael D Kinney1-0/+4
2020-06-14UnitTestFrameworkPkg/UnitTestLib: Update SaveFrameworkState() signatureMichael Kubacki2-11/+16
2020-06-02UnitTestFrameworkPkg: Add info to readme about working with UnitTestsBret Barkelew2-6/+83
2020-05-27UnitTestFrameworkPkg/UnitTestResultReportLib: Use AsciiStrnCpyS()Michael Kubacki2-2/+2
2020-04-26UnitTestFrameworkPkg/UnitTestLib: Correct dereferred pointerkuqin1-3/+1
2020-04-26UnitTestFrameworkPkg/PersistenceLib: Correct the allocated size.Guomin Jiang1-1/+1
2020-04-03UnitTestFrameworkPkg: Add RISC-V architecture for RISC-V EDK2 CI.Abner Chang1-1/+2
2020-03-27UnitTestFrameworkPkg/ResultReportLib: Remove invalid index string indicatorGuomin Jiang1-2/+2