From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.243]) by mx.groups.io with SMTP id smtpd.web11.146216.1598055056939679838 for ; Fri, 21 Aug 2020 17:10:57 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.243, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([116.233.155.155]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Sat, 22 Aug 2020 08:10:51 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Sean Brogan'" , "'Bret Barkelew'" , "'Michael D Kinney'" , "'Liming Gao'" References: <20200821084603.232608-1-shenglei.zhang@intel.com> In-Reply-To: <20200821084603.232608-1-shenglei.zhang@intel.com> Subject: =?UTF-8?B?562U5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIXSAucHl0b29sL0VjY0NoZWNrOiBEaXNhYmxlIEVjYyBlcnJvciBjb2RlIDEwMDE0IGZvciBvcGVuIENJ?= Date: Sat, 22 Aug 2020 08:10:54 +0800 Message-ID: <001001d67818$b45fbe10$1d1f3a30$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQLSY28eRJQi0Uah5xBLc5v9YZIjqadLanFA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+64529+4905953+8761045@groups.io > [mailto:bounce+27952+64529+4905953+8761045@groups.io] =B4=FA=B1=ED Zhang= , > Shenglei > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA8=D4=C221=C8=D5 16:46 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Sean Brogan ; Bret Barkelew > ; Michael D Kinney > ; Liming Gao > =D6=F7=CC=E2: [edk2-devel] [PATCH] .pytool/EccCheck: Disable Ecc error c= ode 10014 > for open CI >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2920 > Ecc issues whose error code is 10014, can't be correctly handled under Linux > OS, resulting from a bug in Ecc tool. > So we need to disable it before ecc tool is repaired. >=20 > Cc: Sean Brogan > Cc: Bret Barkelew > Cc: Michael D Kinney > Cc: Liming Gao > Signed-off-by: Shenglei Zhang > --- > .pytool/Plugin/EccCheck/EccCheck.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/.pytool/Plugin/EccCheck/EccCheck.py > b/.pytool/Plugin/EccCheck/EccCheck.py > index eee1ff7a77b5..3eaad0bf5623 100644 > --- a/.pytool/Plugin/EccCheck/EccCheck.py > +++ b/.pytool/Plugin/EccCheck/EccCheck.py > @@ -301,6 +301,7 @@ class EccCheck(ICiBuildPlugin): > "10011", > "10012", > "10013", > + "10014", #need to be removed after > BZ2904 > + is fixed > "10015", > "10016", > "10017", > -- > 2.18.0.windows.1 >=20 >=20 >=20