Re: [PATCH v11 0/9] app/test: enable subset of tests on Windows

2021-12-03 Thread Kadam, Pallavi
On 12/2/2021 4:06 PM, Jie Zhou wrote: This patchset is to enable a subset of unit tests on windows. It mainly includes: - Replace POSIX specific codes - Add test stubs for not supported ones on Windows - Fix some lib and tests per failures investigation - Replace .sh script with .py script for

[PATCH v11 0/9] app/test: enable subset of tests on Windows

2021-12-02 Thread Jie Zhou
This patchset is to enable a subset of unit tests on windows. It mainly includes: - Replace POSIX specific codes - Add test stubs for not supported ones on Windows - Fix some lib and tests per failures investigation - Replace .sh script with .py script for meson.build - Enable build and run subset