[OE-core] [meta-oe][PATCH V2] tar: add ptest support

2023-05-14 Thread Yan Xin Kuan
From: yanxk original test suites takes 5 minutes with KVM enabled. autotest files would contain reference to TMPDIR, now they are removed. tar test would provide ptest output like: PASS: compressor program failure SKIP: remove-files with compression PASS: remove-files with compression: grand-c

[OE-core] [meta-oe][PATCH V2] tar: add ptest support

2023-05-14 Thread Yan Xin Kuan
From: yanxk original test suites takes 5 minutes with KVM enabled. autotest files would contain reference to TMPDIR, now they are removed. tar test would provide ptest output like: PASS: compressor program failure SKIP: remove-files with compression PASS: remove-files with compression: grand-c

[OE-core] [meta-oe][PATCH V2] tar: add ptest support

2023-02-14 Thread Yan Xin Kuan
From: yanxk original test suites takes 5 minutes with KVM enabled. autotest files would contain reference to TMPDIR, now they are removed. tar test would provide ptest output like: PASS: compressor program failure SKIP: remove-files with compression PASS: remove-files with compression: grand-c

[OE-core] [meta-oe][PATCH V2] cpio: add ptest.

2023-02-08 Thread Yan Xin Kuan
From: yanxk add ptest function for oss 'cpio'. this test takes less than 1 second with kvm enabled, so it is a fast test. autotest files would contain TMPDIR, they are removed from script files atconfig and atlocal. Signed-off-by: yanxk --- .../distro/include/ptest-packagelists.inc | 1

回复: [OE-core] [meta-oe][PATCH V1] cpio: add ptest

2023-02-07 Thread Yan Xin Kuan
] [meta-oe][PATCH V1] cpio: add ptest Hello Yan, On Tue, 7 Feb 2023 18:26:27 +0100 "Luca Ceresoli via lists.openembedded.org" wrote: > Hello Yan, > > On Wed, 2 Nov 2022 09:35:33 +0800 > ^^ > > Not sure where this data comes from... :) > >

[OE-core] [meta-oe][PATCH V1] cpio: add ptest

2023-02-06 Thread Yan Xin Kuan
From: Yan enable the ptest function for cpio. cpio takes 1 second maybe less, so it is fast. you will get ptest result like this: PASS: symlink SKIP: symlink-bad-length .. Signed-off-by: Yan --- .../distro/include/ptest-packagelists.inc | 1 + .../recipes-extended/cpio/cpio-2.13/ru

回复: [OE-core] [meta-oe][PATCH V1] tar: add ptest

2023-02-05 Thread Yan Xin Kuan
] [meta-oe][PATCH V1] tar: add ptest On Fri, 3 Feb 2023 at 04:08, Yan Xin Kuan wrote: > @@ -100,6 +100,7 @@ PTESTS_SLOW = "\ > python3-cryptography-ptest \ > python3-ptest \ > strace-ptest \ > +tar-ptest \ > tcl-ptest \ > util-linux-pte

[OE-core] [meta-oe][PATCH V1] tar: add ptest

2023-02-02 Thread Yan Xin Kuan
From: Yan enable ptest for oss "tar". Signed-off-by: Yanxinkuan --- .../distro/include/ptest-packagelists.inc | 1 + meta/recipes-extended/tar/files/run-ptest | 10 +++ meta/recipes-extended/tar/tar_1.34.bb | 27 +-- 3 files changed, 36 insertions(+), 2 del

[OE-core] [meta-oe][PATCH] bc ptest: fix bugs caused by input method

2023-02-02 Thread Yan Xin Kuan
From: Yan Xinkuan fix some bugs related to echo function caused by input method. echo would work fine now, difference as below: before: “PASS: bc/*.b” now:PASS: bc/*.b Signed-off-by: Yan Xinkuan --- meta/recipes-extended/bc/bc/run-ptest | 4 ++-- 1 file changed, 2 insert

[OE-core] [meta-oe][PATCH] bc ptest: fix bugs caused by input method

2022-11-11 Thread Yan Xin Kuan
From: Yan Xinkuan fix some bugs related to echo function caused by input method. echo would work fine now, difference as below: before: “PASS: bc/*.b” now:PASS: bc/*.b Signed-off-by: Yan Xinkuan --- meta/recipes-extended/bc/bc/run-ptest | 4 ++-- 1 file changed, 2 insert

[meta-oe][oe-core][PATCH V5] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
From: Yan Xinkuan Add ptest for OSS 'bc' by using 'bc' in the system to do calculation jobs according to the .b files from the source file. Test example as below: .. .00673400673400673400 “PASS: bc/div.b” 99836408603283573660347145562829683495827909199408566065153345558783\ 9427595471.89114

Re: [meta-oe][oe-core][PATCH V4] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
Got it. Can be seen in v5. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172347): https://lists.openembedded.org/g/openembedded-core/message/172347 Mute This Topic: https://lists.openembedded.org/mt/94681755/21656 Group Owner: openembedded-core+ow

[meta-oe][oe-core][PATCH V4] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
From: Yan Xinkuan Add package test function for OSS 'bc', using bc in the system to do calculation jobs according to the .b files from the source code file of 'bc'. Test example as below: .. .00673400673400673400 “PASS: bc/div.b” 9983640860328357366034714556282968349582 790919940856606515334

Public: Re: [meta-oe][oe-core][PATCH V3] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
Sure. I did not intend to make it private. I just do not know how, it takes time for new commers to get used to this mailling list kind of management. I will find myself some docs to look into. Maybe this is not working, for I can not see our conversation on the website: "Public: Re: [meta-oe]

[OE-core] [meta-oe][PATCH V3] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
From: Yan Xinkuan Add package test function for OSS 'bc', using bc in the system to do calculation jobs according to the .b files from the source code file of 'bc'. Test example as below: .. .00673400673400673400 “PASS: bc/div.b” 99836408603283573660347145562829683495827909199408566065153345

[OE-core] [meta-oe][PATCH V2] bc: add ptest

2022-10-25 Thread Yan Xin Kuan
From: Yan Xinkuan add ptest for bc, modified the original 'timetest' script, only using bc in the system to run package test. Signed-off-by: Yan Xinkuan --- .../distro/include/ptest-packagelists.inc | 1 + ...0001-ptest-only-use-bc-in-the-system.patch | 34 +++ meta/recipe