Re: mess with regression tests

2018-01-08 Thread Alexander Bluhm
On Fri, Jan 05, 2018 at 07:01:56PM +0300, Sergey Bronnikov wrote: > I have updated patch for bin/ed and now the most part of tests are > works. I have converted your work into a single Makefile. It is easier to have everything in one place. So mkscripts.sh and ckscripts.sh are implemented as

Re: mess with regression tests

2018-01-05 Thread Sergey Bronnikov
On 23:36 Wed 13 Dec , Alexander Bluhm wrote: > On Wed, Dec 06, 2017 at 11:19:18PM +0300, Sergey Bronnikov wrote: > > Patch below adds similar scripts for ed, perl, gdb, libkeynote, ctags, > > m4 and sed. Patch looks huge but it is actually simple. Anyway if you > > want splitted patch I will

Re: mess with regression tests

2017-12-13 Thread Alexander Bluhm
On Wed, Dec 06, 2017 at 11:19:18PM +0300, Sergey Bronnikov wrote: > Patch below adds similar scripts for ed, perl, gdb, libkeynote, ctags, > m4 and sed. Patch looks huge but it is actually simple. Anyway if you > want splitted patch I will resend. It is not the patch that is too big but the task.

Re: mess with regression tests

2017-12-06 Thread Sergey Bronnikov
On 18:01 Mon 04 Dec , Alexander Bluhm wrote: > On Mon, Dec 04, 2017 at 04:56:49PM +0100, Sebastian Benoit wrote: > > > connected to the Makefile in a source directory, tests looks broken. > > > > > > - lib/libexpat/tests/ > > > > (2), but regress/lib/libexpat exists > > I update the libexpat

Re: mess with regression tests

2017-12-06 Thread Sergey Bronnikov
On 16:56 Mon 04 Dec , Sebastian Benoit wrote: > Sergey Bronnikov(serg...@bronevichok.ru) on 2017.12.02 15:31:21 +0300: > > Are there real reasons to keep these tests separately? > > the ones marked (2) should probably be kept, removing them makes the diff to > upstream larger without any gain.

Re: mess with regression tests

2017-12-04 Thread Alexander Bluhm
On Mon, Dec 04, 2017 at 04:56:49PM +0100, Sebastian Benoit wrote: > > connected to the Makefile in a source directory, tests looks broken. > > > > - lib/libexpat/tests/ > > (2), but regress/lib/libexpat exists I update the libexpat tests together with libexpat sources, so they reside in

Re: mess with regression tests

2017-12-04 Thread Sebastian Benoit
Sergey Bronnikov(serg...@bronevichok.ru) on 2017.12.02 15:31:21 +0300: > Hello, > > openbsd has a regression testuite in a base tree. Testset for each > component is in a separate directory, Makefiles for each testsuite uses > bsd.regress.mk framework and connected to the root Makefile. So it is

mess with regression tests

2017-12-02 Thread Sergey Bronnikov
Hello, openbsd has a regression testuite in a base tree. Testset for each component is in a separate directory, Makefiles for each testsuite uses bsd.regress.mk framework and connected to the root Makefile. So it is easy to run overall testsuite with 'make regress'. But tests for some utilities