Re: [OE-core] [PATCH v2] libc-test: add libc testsuite for musl

2022-11-07 Thread Chase Qi
Hi Ross, Thanks for the review. On Fri, 4 Nov 2022 at 22:13, Ross Burton wrote: > > On 4 Nov 2022, at 10:01, Chase Qi via lists.openembedded.org > wrote: > > > > +SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" > > +SRC_URI = " \ > > +git://nsz.repo.hu:49100/repo/libc-test;branch=maste

Re: [OE-core] [PATCH v2] libc-test: add libc testsuite for musl

2022-11-07 Thread Chase Qi
Hi Mikko, Thanks for the review. On Fri, 4 Nov 2022 at 18:20, Mikko Rapeli wrote: > > On Fri, Nov 04, 2022 at 10:01:40AM +, Chase Qi wrote: > > libc-test is a collection of unit test to measure the correctness and > > robustness of a C/POSIX standard library implementation. It is developed >

Re: [OE-core] [PATCH v2] libc-test: add libc testsuite for musl

2022-11-04 Thread Ross Burton
On 4 Nov 2022, at 10:01, Chase Qi via lists.openembedded.org wrote: > > +SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" > +SRC_URI = " \ > +git://nsz.repo.hu:49100/repo/libc-test;branch=master \ > +file://run-ptest \ > +" > +MIRRORS += "git://nsz.repo.hu:49100/repo/libc-test > git:

Re: [OE-core] [PATCH v2] libc-test: add libc testsuite for musl

2022-11-04 Thread Mikko Rapeli
On Fri, Nov 04, 2022 at 10:01:40AM +, Chase Qi wrote: > libc-test is a collection of unit test to measure the correctness and > robustness of a C/POSIX standard library implementation. It is developed > as part of the musl project. > > Signed-off-by: Chase Qi > --- > .../distro/include/ptest

[OE-core] [PATCH v2] libc-test: add libc testsuite for musl

2022-11-04 Thread Chase Qi
libc-test is a collection of unit test to measure the correctness and robustness of a C/POSIX standard library implementation. It is developed as part of the musl project. Signed-off-by: Chase Qi --- .../distro/include/ptest-packagelists.inc | 1 + meta/recipes-core/musl/libc-test/run-ptest