[OE-core] [PATCH V3] tar: add ptest support

2023-09-14 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for tar. - It is taking around 3m to execute with kvm, so added it to PTEST_SLOW. - It contains 244 cases. - It needs more fs space for test than normal. - Below is parts of the run log: START: ptest-runner 2023-09-14T08:02 BEGIN: /usr/lib/tar/ptest

Re: [OE-core] [PATCH V5] kbd:Add ptest support

2023-10-31 Thread qi...@fujitsu.com
Regards, Qiu Tingting > -Original Message- > From: Alexander Kanavin > Sent: Tuesday, October 24, 2023 4:51 PM > To: Qiu, Tingting/仇 婷婷 > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH V5] kbd:Add ptest support > > On Tue, 24 Oct 2023 at

Re: [OE-core] [PATCH V1] cairo:Add ptest support

2023-10-25 Thread qi...@fujitsu.com
Hi,Alex > > If you can do the cairo update to 1.18.0 first, I would really appreciate > that. I'm trying to do the cairo update. Which images and tests should be check? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#189671):

[OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.18.0

2023-11-05 Thread qi...@fujitsu.com
From: qiutt Changelog for 1.18.0 [1]: The cairo-sphinx tool has been removed Cairo now implements Type 3 color fonts for PDF The XML surface has been removed The Tee surface is now automatically enabled The Quartz surface is improved Cairo now hides all private symbols by default on

[OE-core] [PATCH V5] tar: add ptest support

2023-09-24 Thread qi...@fujitsu.com
From: Yan Add a ptest for tar. - It is taking around 3m to execute with kvm, so added it to PTEST_SLOW. - It contains 242 cases. - Below is parts of the run log: START: ptest-runner 2023-09-25T05:06 BEGIN: /usr/lib/tar/ptest ## ## ## GNU tar 1.35 test suite. ##

Re: [OE-core] [PATCH V3] tar: add ptest support

2023-09-18 Thread qi...@fujitsu.com
Hi, Alex Thanks for your reply. There are two ways to add markers. Which one is better? 1. add one marker for the hole test of tar (as your suggestion) 2. add markers(PASS, FAIL, SKIP) for every case sample: PASS: 1: tar version FAIL: 5: TAR_OPTIONS with string arguments SKIP: 11: --pax-option

[OE-core] [PATCH V4] tar: add ptest support

2023-09-22 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for tar. - It is taking around 3m to execute with kvm, so added it to PTEST_SLOW. - It contains 244 cases. - Below is parts of the run log: START: ptest-runner 2023-09-22T05:58 BEGIN: /usr/lib/tar/ptest ## ## ## GNU tar 1.35 test

Re: [OE-core] [PATCH V5] tar: add ptest support

2023-09-25 Thread qi...@fujitsu.com
Hi,Alex > > In this case, there's a fix, so please add the link to this patch: > https://git.savannah.gnu.org/cgit/tar.git/commit/?id=39849e9d91f477d3fb839f93cd0815d0cb3273e9 > The bug: There is no exclude17.at or exclude18.at file in src dir, so testsuite can not be compiled. | /bin/bash

[OE-core] [PATCH V7] tar: add ptest support

2023-09-26 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for tar. - It is taking around 3m to execute with kvm, so added it to PTEST_SLOW. - It contains 244 cases. - Below is parts of the run log: START: ptest-runner 2023-09-26T08:37 BEGIN: /usr/lib/tar/ptest ## ## ## GNU tar 1.35 test

[OE-core] [PATCH V6] tar: add ptest support

2023-09-26 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for tar. - It is taking around 3m to execute with kvm, so added it to PTEST_SLOW. - It contains 244 cases. - Below is parts of the run log: START: ptest-runner 2023-09-26T08:37 BEGIN: /usr/lib/tar/ptest ## ## ## GNU tar 1.35 test

Re: [OE-core] [PATCH V3] tar: add ptest support

2023-09-18 Thread qi...@fujitsu.com
Hi,Alex Thank you very much! I will try it. Best Regards. Qiu Tingting -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187846): https://lists.openembedded.org/g/openembedded-core/message/187846 Mute This Topic:

[OE-core] [PATCH V5] kbd:Add ptest support

2023-10-22 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for kbd - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 cases) - Below is parts of the run log: START: ptest-runner 2023-10-10T06:30 BEGIN: /usr/lib/kbd/ptest

[OE-core] [PATCH V1] cairo:Add ptest support

2023-10-23 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for cairo - It is taking around 65s to execute with kvm, so added it to PTESTS_SLOW - It contains 429 cases - Below is parts of the run log: START: ptest-runner 2023-10-17T05:56 BEGIN: /usr/lib/cairo/ptest TESTING cairo-test-suite Compiled against cairo

Re: [OE-core] [PATCH V5] kbd:Add ptest support

2023-10-23 Thread qi...@fujitsu.com
Hi, Alex As you said, it is not-that-elegant bit of code. But DATADIR is used as a part of CPPFLAGS for compiling c files in tests, such as libkeymap/libkeymap-test01.c, libkbdfile/libkbdfile-test13.c and others. sample: > > libkeymap/libkeymap-test01.c: f = fopen( *DATADIR* >

[OE-core] [meta-oe][PATCH V1] fontconfig: Add ptest support

2023-08-15 Thread qi...@fujitsu.com
From: QiuTingting Add ptest support for fontconfig. It is taking around 13s to execute with kvm, so added it to PTESTS_FAST. It contains 12 cases. test-bz106618, test-bz106632, test-bz131804, test-bz1744377, test-bz89617, test-bz96676, test-crbug1004254, test-family-matching,

Re: [OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-17 Thread qi...@fujitsu.com
> On Fri, Apr 14, 2023 at 3:06 AM Richard Purdie > mailto:richard.pur...@linuxfoundation.org>> > wrote: > > > > On Fri, 2023-04-14 at 16:53 +0800, > > qi...@fujitsu.com<mailto:qi...@fujitsu.com> wrote: > > > From: Qiu Tingting mailto:qi...@fujitsu.com>> >

Re: [OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-17 Thread qi...@fujitsu.com
ptest > > Hello Qiu, > > On Fri, 14 Apr 2023 16:53:20 +0800 > "qi...@fujitsu.com" wrote: > > > From: Qiu Tingting > > > > If gcc is installed in image, ptest result has 4 ERROR. > > ERROR: tests/rm/r-root.sh > > ERROR: tests/rm/rm-readdir-f

Re: [OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-17 Thread qi...@fujitsu.com
er for ptest > > On Fri, Apr 14, 2023 at 3:06 AM Richard Purdie > wrote: > > > > On Fri, 2023-04-14 at 16:53 +0800, qi...@fujitsu.com wrote: > > > From: Qiu Tingting > > > > > > If gcc is installed in image, ptest result has 4 ERROR. >

Re: [OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-17 Thread qi...@fujitsu.com
> > > > This should be a symlink to gcc on target so I wonder why it does not work > > > First, see the coreutils’ files which installed on target. Makefile  -->created by cross-compile build-aux init.cfg --> copied from src run-ptest tests In

[OE-core] [PATCH V2] coreutils: delete gcc parameter for ptest

2023-04-18 Thread qi...@fujitsu.com
From: Qiu Tingting If gcc is installed in image, ptest result has 4 ERROR. ERROR: tests/rm/r-root.sh ERROR: tests/rm/rm-readdir-fail.sh ERROR: tests/cp/nfs-removal-race.sh ERROR: tests/ls/getxattr-speedup.sh r-root.log as an example: -- k.c:1:10: fatal error:

[OE-core] [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-04-27 Thread qi...@fujitsu.com
>From 3b1c081d4efffe83f3a63184450cc79bf16356dc Mon Sep 17 00:00:00 2001 From: Qiu Tingting Date: Thu, 27 Apr 2023 15:24:35 +0800 Subject: [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES When build e2fsprogs ptest with usrmerge DISTRO_FEATURES, in test_script and test_one scripts,

[OE-core] [PATCH V1] e2fsprogs: fix ptest bug for second running

2023-04-27 Thread qi...@fujitsu.com
>From db4b5e31703e4143450b1e7239b2502a89ed042a Mon Sep 17 00:00:00 2001 From: Qiu Tingting Date: Thu, 27 Apr 2023 15:29:14 +0800 Subject: [PATCH V1] e2fsprogs: fix ptest bug for second running At second running, there are four new failed case: d_loaddump f_bigalloc_badinode

回复: [OE-core] [PATCH V1] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-04-26 Thread qi...@fujitsu.com
i via lists.openembedded.org" wrote: > Hello Qiu, > > On Wed, 26 Apr 2023 14:31:07 +0800 > "qi...@fujitsu.com" wrote: > > > From: Qiu Tingting > > > > When build e2fsprogs ptest with usrmerge DISTRO_FEATURES, > > in test_script and test_one scripts, value of SR

[OE-core] [PATCH V1] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-04-26 Thread qi...@fujitsu.com
From: Qiu Tingting When build e2fsprogs ptest with usrmerge DISTRO_FEATURES, in test_script and test_one scripts, value of SRCDIR has problem. SRCDIR=/usr/usr/lib/e2fsprogs/ptest/test ptest log # ptest-runner e2fsprogs START: ptest-runner 2022-12-17T11:08 BEGIN:

[OE-core] [PATCH V1] coreutils: Add gcc parameter for ptest

2023-04-14 Thread qi...@fujitsu.com
From: Qiu Tingting If gcc is installed in image, ptest result has 4 ERROR. ERROR: tests/rm/r-root.sh ERROR: tests/rm/rm-readdir-fail.sh ERROR: tests/cp/nfs-removal-race.sh ERROR: tests/ls/getxattr-speedup.sh r-root.log as an example: -- k.c:1:10: fatal error:

[OE-core] [meta-oe][PATCH V1] lz4: Add ptest support

2023-04-04 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for lz4. - It is taking around 25 min to execute so added it to PTEST_SLOW. - It contains two case: test_frame, test_fuzzer. - Below is the run log: START: ptest-runner 2023-04-04T08:28 BEGIN: /usr/lib/lz4/ptest Starting lz4frame tester (64-bits, 1.9.4)

Re: [OE-core] [meta-oe][PATCH V1] lz4: Add ptest support

2023-04-05 Thread qi...@fujitsu.com
t; > On Tue, 2023-04-04 at 17:59 +0800, qi...@fujitsu.com wrote: > > From: Qiu Tingting > > > > Add a ptest for lz4. > > - It is taking around 25 min to execute so added it to PTEST_SLOW. > > - It contains two case: test_frame, test_fuzzer. > > - Below i

[OE-core] [meta-oe][PATCH V2] lz4: Add ptest support

2023-04-05 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for lz4. - It is taking around 9 min to execute with kvm, so added it to PTEST_SLOW. - It contains one case: test_frame. - Below is the run log: START: ptest-runner 2023-04-06T00:36 BEGIN: /usr/lib/lz4/ptest Starting lz4frame tester (64-bits, 1.9.4) Seed

[OE-core] [PATCH V3] kbd: Add ptest support

2023-05-30 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for kbd - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 cases) Signed-off-by: Qiu Tingting --- .../distro/include/ptest-packagelists.inc | 1 +

Re: [OE-core] [PATCH V3] kbd: Add ptest support

2023-06-09 Thread qi...@fujitsu.com
bd/2.5.1-r0/kbd-2.5.1=/u > > sr/src/debug/kbd/2.5.1-r0 > > > -fmacro-prefix-map=/home/pokybuild/yocto-worker/beaglebone/build/buil > d > > > /tmp/work/cortexa8hf-neon-poky-linux-gnueabi/kbd/2.5.1-r0/build=/usr/s > > rc/debug/kbd/2.5.1-r0 > > > -fdebug-p

Re: [OE-core] [PATCH V3] kbd: Add ptest support

2023-06-11 Thread qi...@fujitsu.com
t; >> > -g -O0 -O2 -O2 -g -fcanon-prefix-map > >> > > >> > -fmacro-prefix-map=/home/pokybuild/yocto-worker/beaglebone/build/buil > >> d > >> > > >> > /tmp/work/cortexa8hf-neon-poky-linux-gnueabi/kbd/2.5.1-r0/kbd-2.5.1

[OE-core] [PATCH V4] kbd: Add ptest support

2023-06-01 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for kbd - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 cases) Signed-off-by: Qiu Tingting --- .../distro/include/ptest-packagelists.inc | 1 +

回复: [OE-core] [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-05-14 Thread qi...@fujitsu.com
Hi, Ross Please see "[PATCH V3] e2fsprogs: Fix error SRCDIR when using usrmerge DISTRO_FEATURES". First, "e2fsprogs:” is added into commit message. Then, it is fixed with ptest.patch. Best regards, Qiu Tingting 发件人: Ross Burton 发送时间: 2023年5月11日 00:26

[OE-core] [PATCH V3] e2fsprogs: Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-05-14 Thread qi...@fujitsu.com
From: Qiu Tingting When build e2fsprogs ptest with usrmerge DISTRO_FEATURES, in test_script and test_one scripts, value of SRCDIR has problem. SRCDIR=/usr/usr/lib/e2fsprogs/ptest/test ptest log # ptest-runner e2fsprogs START: ptest-runner 2022-12-17T11:08

[OE-core] [PATCH V1] kbd: Add ptest support

2023-05-15 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for kbd - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 cases) Signed-off-by: Qiu Tingting --- meta/recipes-core/kbd/files/run-ptest | 18 +++

Re: [OE-core] [PATCH V1] kbd: Add ptest support

2023-05-15 Thread qi...@fujitsu.com
Hi,Ross > > >> +# create atconfig >> +if [[ ! -f "atconfig" ]]; then >> + echo 'abs_builddir="@PTEST_PATH@/tests/"' > atconfig >> + echo 'abs_srcdir="@PTEST_PATH@/tests/"' >> atconfig >> + echo 'abs_top_builddir="@PTEST_PATH@/"' >> atconfig >> +fi > > You can generate this file when the

[OE-core] [PATCH V2] kbd: Add ptest support

2023-05-16 Thread qi...@fujitsu.com
From: Qiu Tingting Add a ptest for kbd - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 cases) Signed-off-by: Qiu Tingting --- meta/recipes-core/kbd/files/run-ptest | 11 +

Re: [OE-core] [PATCH V1] e2fsprogs: fix ptest bug for second running

2023-05-04 Thread qi...@fujitsu.com
Hi, Khem Raj > > | WARNING: > /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/e2fsprogs/1.47.0-r0/temp/run.do_install_ptest_base.2332727:192 > > exit 127 from ' install -Dm 0644 > There is no warning in my env, so could you share the file " run.do_install_ptest_base.2332727" ? And

Re: [OE-core] [PATCH V1] e2fsprogs: fix ptest bug for second running

2023-05-04 Thread qi...@fujitsu.com
Hi, Khem Raj It may be mangled by my mailer. Could you use the attachments and try again? Thanks, Qiu Tingting 0001-e2fsprogs-fix-ptest-bug-for-second-running.patch Description: Binary data -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [OE-core] [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-05-04 Thread qi...@fujitsu.com
On Thu, May 4, 2023 at 07:56 PM, Alexandre Belloni wrote: > > All the whitespaces are missing fro the beginning of those two lines Could you use the attachments and try again? Thanks, Qiu Tingting 0001-Fix-error-SRCDIR-when-using-usrmerge-DISTRO_FEATURES.patch Description: Binary data

Re: [OE-core] [PATCH V1] kbd: Add ptest support

2023-05-17 Thread qi...@fujitsu.com
Hi, Ross Please review "[PATCH V2] kbd: Add ptest support". Thanks. Best regards, Qiu Tingting -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181504): https://lists.openembedded.org/g/openembedded-core/message/181504 Mute This Topic:

Re: [OE-core] [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-05-17 Thread qi...@fujitsu.com
Hi, Ross > > First, please use the commit message convention: the shortlog should start > with "e2fsprogs:”. > > > Also, this broken part of the Makefile is a rule that *we patch in* (see > ptest.patch), so simply fix that patch instead of working around it in > with a sed. > Please review

Re: [OE-core] [PATCH V3] cairo: upgrade 1.16.0 -> 1.18.0

2023-12-17 Thread qi...@fujitsu.com
Hi Ross On Sat, Dec 9, 2023 at 01:17 AM, Ross Burton wrote: > > Running the test on my machine I discover that should be set to true, and > this appears to be a Linux feature[1] instead of being specific to an > architecture or libc. Thanks for your suggestion. Which test did you do? I had

[OE-core] [PATCH V4] cairo: upgrade 1.16.0 -> 1.18.0

2023-12-26 Thread qi...@fujitsu.com
From: qiutt Changelog for 1.18.0 [1]: The cairo-sphinx tool has been removed Cairo now implements Type 3 color fonts for PDF The XML surface has been removed The Tee surface is now automatically enabled The Quartz surface is improved Cairo now hides all private symbols by default on

[OE-core] [PATCH V3] cairo: upgrade 1.16.0 -> 1.18.0

2023-12-05 Thread qi...@fujitsu.com
From: qiutt Changelog for 1.18.0 [1]: The cairo-sphinx tool has been removed Cairo now implements Type 3 color fonts for PDF The XML surface has been removed The Tee surface is now automatically enabled The Quartz surface is improved Cairo now hides all private symbols by default on

[OE-core] [PATCH V2] cairo: upgrade 1.16.0 -> 1.18.0

2023-11-26 Thread qi...@fujitsu.com
From: qiutt Changelog for 1.18.0 [1]: The cairo-sphinx tool has been removed Cairo now implements Type 3 color fonts for PDF The XML surface has been removed The Tee surface is now automatically enabled The Quartz surface is improved Cairo now hides all private symbols by default on

Re: [OE-core] [PATCH V2] cairo: upgrade 1.16.0 -> 1.18.0

2023-11-27 Thread qi...@fujitsu.com
e adjusted patch is resubmitted. > > Alex > > On Mon, 27 Nov 2023 at 05:02, qi...@fujitsu.com wrote: > > > > From: qiutt > > > > Changelog for 1.18.0 [1]: > > The cairo-sphinx tool has been removed > > Cairo now implements Type 3 color fonts for PDF