RE: [EXTERNAL] Re: [PATCH v9 9/9] app/test: enable subset of unit tests on Windows

2021-12-03 Thread Tyler Retzlaff
ry Kozlyuk ; Tyler Retzlaff ; navas...@linux.microsoft.com; Dmitry Malloy ; Kadam, Pallavi ; talshn ; thomas ; acon...@redhat.com Subject: [EXTERNAL] Re: [PATCH v9 9/9] app/test: enable subset of unit tests on Windows On Wed, 1 Dec 2021 10:05:38 -0800 Jie Zhou wrote: > diff --g

Re: [PATCH v9 9/9] app/test: enable subset of unit tests on Windows

2021-12-01 Thread Jie Zhou
On Wed, Dec 01, 2021 at 10:45:35AM -0800, Stephen Hemminger wrote: > On Wed, 1 Dec 2021 10:05:38 -0800 > Jie Zhou wrote: > > > diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c > > index b206db27ae..c2ea9090cf 100644 > > --- a/app/test/test_dmadev.c > > +++ b/app/test/test_dmadev.c >

Re: [PATCH v9 9/9] app/test: enable subset of unit tests on Windows

2021-12-01 Thread Stephen Hemminger
On Wed, 1 Dec 2021 10:05:38 -0800 Jie Zhou wrote: > diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c > index b206db27ae..c2ea9090cf 100644 > --- a/app/test/test_dmadev.c > +++ b/app/test/test_dmadev.c > @@ -2,6 +2,17 @@ > * Copyright(c) 2021 HiSilicon Limited > * Copyright(c) 202

[PATCH v9 9/9] app/test: enable subset of unit tests on Windows

2021-12-01 Thread Jie Zhou
- For fast tests and perf tests, add test stubs to skip not supported ones. - For driver tests, for now skip on Windows totally to avoid unnecessary amount of test stubs. For example, there are about 30 cryptodev related tests (even though in the meson for CI it only listed about half) whic