public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Fix pipeline failure from UnitTestFrameworkPkg
@ 2022-01-08  2:54 Kun Qin
  2022-01-08  2:54 ` [PATCH v1 1/1] UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception Kun Qin
  0 siblings, 1 reply; 3+ messages in thread
From: Kun Qin @ 2022-01-08  2:54 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Sean Brogan, Bret Barkelew

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3798

UnitTestFrameworkPkg.dec contains cmockery folder from cmocka submodule.
However, the term "cmockery" is unrecognized by cspell tool.

This change grants spell check exception to "cmockery" to prevent
pipeline building failure.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>

Kun Qin (1):
  UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception

 UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml | 1 +
 1 file changed, 1 insertion(+)

-- 
2.34.1.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v1 1/1] UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception
  2022-01-08  2:54 [PATCH v1 0/1] Fix pipeline failure from UnitTestFrameworkPkg Kun Qin
@ 2022-01-08  2:54 ` Kun Qin
  2022-01-08  3:20   ` [edk2-devel] " Sean
  0 siblings, 1 reply; 3+ messages in thread
From: Kun Qin @ 2022-01-08  2:54 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Sean Brogan, Bret Barkelew

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3798

UnitTestFrameworkPkg.dec contains cmockery folder from cmocka submodule.
However, the term "cmockery" is unrecognized by cspell tool.

This change grants spell check exception to "cmockery" to prevent
pipeline building failure.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>

Signed-off-by: Kun Qin <kuqin12@gmail.com>
---
 UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
index 1b247a831593..77d51e13484c 100644
--- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
+++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
@@ -89,6 +89,7 @@
             "pytool",
             "pytools",
             "NOFAILURE",
+            "cmockery",
             "DHAVE", # build flag for cmocka in the INF
             "corthon",      # Contact GitHub account in Readme
             "mdkinney",     # Contact GitHub account in Readme
-- 
2.34.1.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH v1 1/1] UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception
  2022-01-08  2:54 ` [PATCH v1 1/1] UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception Kun Qin
@ 2022-01-08  3:20   ` Sean
  0 siblings, 0 replies; 3+ messages in thread
From: Sean @ 2022-01-08  3:20 UTC (permalink / raw)
  To: devel, kuqin12; +Cc: Michael D Kinney, Sean Brogan, Bret Barkelew

Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>

On 1/7/2022 6:54 PM, Kun Qin wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3798
> 
> UnitTestFrameworkPkg.dec contains cmockery folder from cmocka submodule.
> However, the term "cmockery" is unrecognized by cspell tool.
> 
> This change grants spell check exception to "cmockery" to prevent
> pipeline building failure.
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> 
> Signed-off-by: Kun Qin <kuqin12@gmail.com>
> ---
>   UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
> index 1b247a831593..77d51e13484c 100644
> --- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
> +++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
> @@ -89,6 +89,7 @@
>               "pytool",
>               "pytools",
>               "NOFAILURE",
> +            "cmockery",
>               "DHAVE", # build flag for cmocka in the INF
>               "corthon",      # Contact GitHub account in Readme
>               "mdkinney",     # Contact GitHub account in Readme

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-08  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-08  2:54 [PATCH v1 0/1] Fix pipeline failure from UnitTestFrameworkPkg Kun Qin
2022-01-08  2:54 ` [PATCH v1 1/1] UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception Kun Qin
2022-01-08  3:20   ` [edk2-devel] " Sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox