mirror of https://github.com/acidanthera/audk.git
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 <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
This commit is contained in:
parent
c057347977
commit
f0f3f5aae7
|
@ -15,10 +15,13 @@
|
|||
## "<ErrorID>", "<KeyWord>"
|
||||
## ]
|
||||
"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
|
||||
|
|
Loading…
Reference in New Issue