Re: Full (regression) test suite?

2019-05-03 Thread Robert Scheck
Hello Ondrej, On Tue, 30 Apr 2019, Ondrej Zajicek wrote: > Seems like you compile it with your CFLAGS. There are compiler options > which we expect there to be: -fno-strict-aliasing -fno-strict-overflow well, Fedora just exports its own CFLAGS before ./configure. So, if BIRD depends on some

Re: Full (regression) test suite?

2019-04-30 Thread Ondrej Zajicek
On Sat, Apr 27, 2019 at 10:53:44PM +0200, Robert Scheck wrote: > Hello Ondrej, > hello Maria, > > On Fri, 26 Apr 2019, Ondrej Zajicek wrote: > > The suite of basic unit tests can be run by 'make test'. > > that one fails for BIRD 2.0.4 on RHEL/CentOS 7 on ppc64 (big endian) like > this: > >

Re: Full (regression) test suite?

2019-04-27 Thread Robert Scheck
Hello Maria, On Sat, 27 Apr 2019, Maria Matejka wrote: > Could you please: > 1) run > $ make clean && make obj/lib/fletcher16_test > and send us all the warnings you find there > > 2) run > $ obj/lib/fletcher16_test -vvv > and send us the output to narrow down what is happening there there we

Re: Full (regression) test suite?

2019-04-27 Thread Maria Matejka
Hello! On Fri, 26 Apr 2019, Ondrej Zajicek wrote: The suite of basic unit tests can be run by 'make test'. that one fails for BIRD 2.0.4 on RHEL/CentOS 7 on ppc64 (big endian) like this: [...] obj/lib/fletcher16_test: t_fletcher16_compute[FAIL] obj/lib/fletcher16_test:

Re: Full (regression) test suite?

2019-04-27 Thread Robert Scheck
Hello Ondrej, hello Maria, On Fri, 26 Apr 2019, Ondrej Zajicek wrote: > The suite of basic unit tests can be run by 'make test'. that one fails for BIRD 2.0.4 on RHEL/CentOS 7 on ppc64 (big endian) like this: [...] obj/lib/fletcher16_test: t_fletcher16_compute[FAIL]

Re: Full (regression) test suite?

2019-04-26 Thread Ondrej Zajicek
On Fri, Apr 26, 2019 at 11:16:09AM +0200, Robert Scheck wrote: > Hello Maria, > > On Fri, 26 Apr 2019, Maria Matějka wrote: > > We have a test environment (much limited) for running basic configuration > > patterns and a suite of basic unit tests. > > is somewhere documented how to run this

Re: Full (regression) test suite?

2019-04-26 Thread Robert Scheck
Hello Maria, On Fri, 26 Apr 2019, Maria Matějka wrote: > We have a test environment (much limited) for running basic configuration > patterns and a suite of basic unit tests. is somewhere documented how to run this one? For the very first step, I would like to run it as part of the RPM builds

Re: Full (regression) test suite?

2019-04-25 Thread Maria Matějka
We have a test environment (much limited) for running basic configuration patterns and a suite of basic unit tests. This is, anyway, not really enough. We specifically do not check protocols much, especially corner cases are not covered at all. And we know that it is bad, we are also hiring a

Re: Full (regression) test suite?

2019-04-25 Thread Robert Scheck
Hello Maria, On Fri, 26 Apr 2019, Maria Matějka wrote: > We don't know about any, sorry. It is something we'd like to create and > maintain. If you are into helping us with this issue, you're very welcome. is there currently any test suite or are there any tests that you e.g. run before doing a

Re: Full (regression) test suite?

2019-04-25 Thread Maria Matějka
Hello! We don't know about any, sorry. It is something we'd like to create and maintain. If you are into helping us with this issue, you're very welcome. Maria On April 26, 2019 12:35:00 AM GMT+02:00, Robert Scheck wrote: >Hello all, > >is there something like a full (regression) t

Full (regression) test suite?

2019-04-25 Thread Robert Scheck
Hello all, is there something like a full (regression) test suite for BIRD that one could run after building BIRD 2.0.x? Regards, Robert