diff options
author | Wenyi Xie <xiewenyi2@huawei.com> | 2021-08-11 14:35:39 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-12 08:34:04 +0000 |
commit | ac826886c98524e918753419c039d8b44198943f (patch) | |
tree | 0b8d45a1319d19ce046c8d3a55db72f26a1bbcbb /MdeModulePkg/MdeModulePkg.ci.yaml | |
parent | a776bbabd9e8f370feb089cdc016324b1d6a37c7 (diff) | |
download | edk2-ac826886c98524e918753419c039d8b44198943f.tar.gz |
MdeModulePkg/UefiSortLib:Add UefiSortLib unit test
Adding two unit test case for UefiSortLib. One is a test on
sorting an array of UINT32 by using PerformQuickSort, another
is a test on comparing the same buffer by using StringCompare.
Add 'main' function name to ECC exception list to avoid ECC
error.
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.ci.yaml')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index 8e01caf94c..aa304f2ccd 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -19,6 +19,7 @@ "ExceptionList": [
"8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.UID",
"8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.HID",
+ "8001", "UefiSortLibUnitTestMain",
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
|