Re: Question about gcc test suite failures

2019-02-20 Thread Jakub Jelinek
On Wed, Feb 20, 2019 at 03:04:51PM +0100, Tomasz Kłoczko wrote: > OK. Jakub so what kind of method you are using to recognise that something > is wrong with gcc/gdb/binutils if none of those packages test suites seems > may exit with non-zero exit code and some failures are perfectly OK? > (Or mayb

Re: Question about gcc test suite failures

2019-02-20 Thread Tomasz Kłoczko
On Wed, 20 Feb 2019 at 14:51, Jakub Jelinek wrote: [..] > The aim is to avoid regressions, not zero FAIL rate, which e.g. for the > guality testcase is not really possible as the testing matrix is too large > for debug info coverage, -O levels x targets x ISA choices x GDB issues > and it is impo

Re: Question about gcc test suite failures

2019-02-20 Thread Jakub Jelinek
On Wed, Feb 20, 2019 at 02:31:37PM +0100, Tomasz Kłoczko wrote: > Recently I've been trying to trace some gcc issue so I've downloaded my gcc > src.rpm to try to build my own package. > During review build log I found a lot of test suite failures. > Initially I've been thinking that something is wr

Question about gcc test suite failures

2019-02-20 Thread Tomasz Kłoczko
Recently I've been trying to trace some gcc issue so I've downloaded my gcc src.rpm to try to build my own package. During review build log I found a lot of test suite failures. Initially I've been thinking that something is wrong with my devel env so I've peaked on official gcc build logs and I fo