]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Revert ".pytool/EccCheck: Disable Ecc error code 10014 for open CI" edk2-stable202008
authorZhang, Shenglei <shenglei.zhang@intel.com>
Thu, 3 Sep 2020 06:56:08 +0000 (14:56 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 3 Sep 2020 14:48:11 +0000 (14:48 +0000)
This reverts commit d4e0b9607c9a64a8eff20724b2e35ea2cd5bd33f.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2951
Previously false positive Ecc issue whose error code is 10014 was reported
under Linux OS. So we disabled it in EccCheck plugin for edk2 open CI.
As the bug is fixed, we need to revert the change and re-enable it.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
.pytool/Plugin/EccCheck/EccCheck.py

index 3eaad0bf5623e4737e36a87de8c6f9eb8ac3d77e..eee1ff7a77b5cf3fa6ec26eb5607edce4482f897 100644 (file)
@@ -301,7 +301,6 @@ class EccCheck(ICiBuildPlugin):
                              "10011",\r
                              "10012",\r
                              "10013",\r
-                             "10014", #need to be removed after BZ2904 is fixed\r
                              "10015",\r
                              "10016",\r
                              "10017",\r