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

2023-09-26 Thread Alexander Kanavin
Hello, contents of tarball at *1 is determined by EXTRA_DIST setting in https://git.savannah.gnu.org/cgit/tar.git/tree/tests/Makefile.am?id=39849e9d91f477d3fb839f93cd0815d0cb3273e9#n20 which in turn refers to TESTSUITE_AT. As of 1.35 release, TESTSUITE_AT was missing exclude17/18.at and the

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

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

2023-09-25 Thread Alexander Kanavin
On Mon, 25 Sept 2023 at 07:35, qi...@fujitsu.com wrote: > +tar: Fix bug of compiling testsuite > + > +Del exclude17.at and exclude18.at from testsuite.at, > +because these files are not exist in tarball. > + > +Upstream-Status: Inappropriate [oe specific] Thanks for persevering with this, we're

[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. ##