From: Michael D Kinney Date: Tue, 23 Nov 2021 21:04:28 +0000 (-0800) Subject: UnitTestFrameworkPkg: Update YAML to ignore specific ECC files/errors X-Git-Tag: edk2-stable202202~282 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f0f3f5aae7c4d346ea5e24970936d80dc5b60657 UnitTestFrameworkPkg: Update YAML to ignore specific ECC files/errors REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3749 Update package YAML files to ignore ECC errors that are already present. These issues must be fixed in the future, but should not block source code changes for these known issues. Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Bret Barkelew --- diff --git a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml index 9e9ffc1af1..1b247a8315 100644 --- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml +++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml @@ -15,10 +15,13 @@ ## "", "" ## ] "ExceptionList": [ + "9005", "@MRT", + "7007", "_UNIT_TEST_FAILURE_TYPE_STRING" ], ## Both file path and directory path are accepted. "IgnoreFiles": [ - "Library/CmockaLib/cmocka" + "Library/CmockaLib/cmocka", + "Library/UnitTestLib/RunTestsCmocka.c" ] }, ## options defined .pytool/Plugin/CompilerPlugin