Re: [oe] [meta-oe][PATCH] re2: Add ptest support

2023-10-16 Thread Khem Raj
On Mon, Oct 16, 2023 at 7:00 PM Xu, Chi wrote: > > Get it. > Can I understand that if all the test cases pass, we should add pteat to > PTESTS_SLOW_META_OE or PTESTS_FAST_META_OE in the patch? if it can finish running in less than 30s then its considered to be fast family. > > Thanks, > Chi > >

[oe] [meta-oe][PATCH v2] re2: Add ptest support

2023-10-16 Thread Chi Xu
From: Chi Xu Test results: root@qemux86-64:~# ptest-runner re2 -t 7200 START: ptest-runner 2023-10-16T08:36 BEGIN: /usr/lib/re2/ptest PASS: charclass_test PASS: compile_test PASS: filtered_re2_test PASS: mimics_pcre_test PASS: parse_test PASS: possible_match_test PASS: re2_test PASS: re2_arg_test

Re: [oe] [meta-oe][PATCH] re2: Add ptest support

2023-10-16 Thread Chi Xu
Get it. Can I understand that if all the test cases pass, we should add pteat to PTESTS_SLOW_META_OE or PTESTS_FAST_META_OE in the patch? Thanks, Chi > -Original Message- > From: Khem Raj > Sent: Tuesday, October 17, 2023 9:52 AM > To: Xu, Chi > Cc: openembedded-devel@lists.openembedde

Re: [oe] [meta-oe][PATCH] re2: Add ptest support

2023-10-16 Thread Khem Raj
Thanks for adding ptest, I see that it passes all tests but runs for longer. Maybe add it to PTESTS_SLOW_META_OE as well. On Mon, Oct 16, 2023 at 6:17 PM Chi Xu wrote: > > From: Chi Xu > > Test results: > root@qemux86-64:~# ptest-runner re2 -t 7200 > START: ptest-runner > 2023-10-16T08:36 > BEGI

[oe] [meta-oe][PATCH] re2: Add ptest support

2023-10-16 Thread Chi Xu
From: Chi Xu Test results: root@qemux86-64:~# ptest-runner re2 -t 7200 START: ptest-runner 2023-10-16T08:36 BEGIN: /usr/lib/re2/ptest PASS: charclass_test PASS: compile_test PASS: filtered_re2_test PASS: mimics_pcre_test PASS: parse_test PASS: possible_match_test PASS: re2_test PASS: re2_arg_test

[oe] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-10-16 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer

[oe] [meta-oe][PATCH] cjson: Add ptest

2023-10-16 Thread David Pierret
cjson use pure CMake test framework named CTest. CMake generate CTestTestfile.cmake containing fully defined path. This path need to be altered on install step to match the ptest directory. The json_patch_tests doesn't works because of file access and is skip. Signed-off-by: David Pierret Review

[oe] [meta-oe][PATCH] vboxguestdrivers: Remove the buildpath

2023-10-16 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0 do_packa