Re: [PATCH] fuzz-test: remove unneccessary debugging flags

2021-03-09 Thread Laurent Vivier
Le 16/02/2021 à 19:13, Alexander Bulekov a écrit : > These flags cause the output to look strange for 'make check', and > they aren't needed to reproduce bugs, if they reappear. > > Suggested-by: Peter Maydell > Signed-off-by: Alexander Bulekov > --- > tests/qtest/fuzz-test.c | 3 +-- > 1 file

Re: [PATCH] fuzz-test: remove unneccessary debugging flags

2021-02-17 Thread Philippe Mathieu-Daudé
On 2/16/21 7:13 PM, Alexander Bulekov wrote: > These flags cause the output to look strange for 'make check', and > they aren't needed to reproduce bugs, if they reappear. > > Suggested-by: Peter Maydell > Signed-off-by: Alexander Bulekov > --- > tests/qtest/fuzz-test.c | 3 +-- > 1 file change

Re: [PATCH] fuzz-test: remove unneccessary debugging flags

2021-02-16 Thread Thomas Huth
On 16/02/2021 19.13, Alexander Bulekov wrote: These flags cause the output to look strange for 'make check', and they aren't needed to reproduce bugs, if they reappear. Suggested-by: Peter Maydell Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz-test.c | 3 +-- 1 file changed, 1 insert

[PATCH] fuzz-test: remove unneccessary debugging flags

2021-02-16 Thread Alexander Bulekov
These flags cause the output to look strange for 'make check', and they aren't needed to reproduce bugs, if they reappear. Suggested-by: Peter Maydell Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/qtest/f

Re: [PATCH] fuzz-test: remove unneccessary debugging flags

2021-02-16 Thread Peter Maydell
On Tue, 16 Feb 2021 at 18:13, Alexander Bulekov wrote: > > These flags cause the output to look strange for 'make check', and > they aren't needed to reproduce bugs, if they reappear. > > Suggested-by: Peter Maydell > Signed-off-by: Alexander Bulekov > --- > tests/qtest/fuzz-test.c | 3 +-- > 1