summaryrefslogtreecommitdiff
path: root/UnitTestFrameworkPkg
AgeCommit message (Expand)AuthorFilesLines
2025-10-15UnitTestFrameworkPkg: Use 8MB stack for MSFT and CLANGPDBMichael D Kinney1-2/+2
2025-09-29UnitTestFrameworkPkg/UnitTestDebugAddressLib: Remove extra optionsMichael D Kinney1-1/+1
2025-09-29UnitTestFrameworkPkg/GoogleTestLib: Remove extra optionsMichael D Kinney1-1/+1
2025-09-29UnitTestFrameworkPkg/SubhookLib: Update GCC definesMichael D Kinney1-3/+3
2025-09-29UnitTestFrameworkPkg/CmockaLib: Add CLANGPDB supportMichael D Kinney1-0/+1
2025-09-29UnitTestFrameworkPkg/Include: Update GoogleTestLib for CLANGMichael D Kinney1-2/+50
2025-09-29UnitTestFrameworkPkg: Add CLANGDWARF and CLANGPDB supportMichael D Kinney1-20/+71
2025-09-29UnitTestFrameworkPkg: Set defines for CLANGPDB buildsMichael D Kinney1-3/+4
2025-09-26UnitTestFrameworkPkg: Remove ARM32 SupportOliver Smith-Denny3-9/+1
2025-09-19UnitTestFrameworkPkg/SampleGoogleTest: Add missing override keywordMichael D Kinney2-2/+2
2025-06-26UnitTestFrameworkPkg: Add -Wno-write-strings to host unit testsMichael D Kinney1-0/+1
2025-06-24UnitTestFrameworkPkg: Add -pie to ASLCC_FLAGS for unit testsMichael D Kinney1-0/+1
2025-06-24UnitTestFrameworkPkg/GoogleTestLib: Enhance unit test NULL checksMichael D Kinney1-0/+9
2025-03-14UnitTestFrameworkPkg: Avoid duplicate library function namesPhil Noh3-9/+9
2025-03-10UnitTestFrameworkPkg: Fix host test /WHOLEARCHIVE regressionMichael D Kinney1-1/+1
2025-01-29UnitTestFrameworkPkg: Fix false positives from address sanitizerMichael D Kinney1-23/+23
2025-01-26UnitTestFrameworkPkg: Add SafeIntLib to Common IncludesINDIA\sachinganesh1-0/+1
2025-01-21UnitTestFrameworkPkg/MemoryAllocationLibPosix: Add allocate below addressMichael D Kinney8-1/+778
2025-01-21UnitTestFrameworkPkg/UnitTestLib: Reduce sanitizer false positiveMichael D Kinney3-11/+43
2025-01-21UnitTestFrameworkPkg: Add failing unit tests cases for sanitizerMichael D Kinney13-2/+889
2025-01-21UnitTestFrameworkPkg: Use /MTd and enable Address SanitizersMichael D Kinney4-9/+71
2025-01-21UnitTestFraworkPkg: Enable DEBUG_CLEAR_MEMORY in host testsMichael D Kinney4-4/+4
2025-01-21UnitTestFrameworkPkg/UnitTestLib: Implement Free*() servicesMichael D Kinney1-19/+80
2025-01-21UnitTestFrameworkPkg/MemoryAllocationLibPosix: Add DEBUG_CLEAR_MEMORY()Michael D Kinney1-28/+64
2024-12-11Update CI to VS2022Oliver Smith-Denny1-13/+13
2024-11-14MdePkg: MdeLibs.dsc.inc: Apply StackCheckLibNull to All Module TypesOliver Smith-Denny1-1/+0
2024-11-04UnitTestFrameworkPkg: Use TianoCore mirror of subhook submoduleMichael D Kinney1-2/+2
2024-10-16UnitTestFrameworkPkg: VS2022 Support on UnitTest.Ashraf Ali S1-0/+2
2024-10-08UnitTestFrameworkPkg: UnitTestLib: Support Failure Strings of 512 CharsOliver Smith-Denny4-19/+12
2024-09-13UnitTestFrameworkPkg: Add StackCheckLibOliver Smith-Denny2-7/+2
2024-09-13UnitTestFrameworkPkg: Move common includes to their own fileBret Barkelew3-12/+25
2024-09-12MdePkg: Move CompilerIntrinsicsLib from ArmPkgOliver Smith-Denny1-7/+0
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-15UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT faildevel@edk2.groups.io1-1/+1