Re: [PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-26 Thread Eduardo Habkost
On Mon, Oct 26, 2020 at 09:17:57AM +0100, Philippe Mathieu-Daudé wrote: > Hi Eduardo, Thomas, > > On 10/9/20 10:29 PM, Eduardo Habkost wrote: > > Add a simple test case that will run QEMU directly (without QMP) > > just to check for crashes when using `-object`. > > > > Signed-off-by: Eduardo Hab

Re: [PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-26 Thread Philippe Mathieu-Daudé
Hi Eduardo, Thomas, On 10/9/20 10:29 PM, Eduardo Habkost wrote: Add a simple test case that will run QEMU directly (without QMP) just to check for crashes when using `-object`. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * "Running command:" log message instead of "Command:" (Cleber)

Re: [PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-26 Thread Philippe Mathieu-Daudé
On 10/13/20 8:01 PM, Cleber Rosa wrote: On Tue, Oct 13, 2020 at 01:46:11PM -0400, Eduardo Habkost wrote: On Sun, Oct 11, 2020 at 11:18:59PM -0400, Cleber Rosa wrote: On Sat, Oct 10, 2020 at 09:54:16AM +0200, Philippe Mathieu-Daudé wrote: On 10/9/20 10:29 PM, Eduardo Habkost wrote: Add a simp

Re: [PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-13 Thread Cleber Rosa
On Tue, Oct 13, 2020 at 01:46:11PM -0400, Eduardo Habkost wrote: > On Sun, Oct 11, 2020 at 11:18:59PM -0400, Cleber Rosa wrote: > > On Sat, Oct 10, 2020 at 09:54:16AM +0200, Philippe Mathieu-Daudé wrote: > > > On 10/9/20 10:29 PM, Eduardo Habkost wrote: > > > > Add a simple test case that will run

Re: [PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-13 Thread Eduardo Habkost
On Sun, Oct 11, 2020 at 11:18:59PM -0400, Cleber Rosa wrote: > On Sat, Oct 10, 2020 at 09:54:16AM +0200, Philippe Mathieu-Daudé wrote: > > On 10/9/20 10:29 PM, Eduardo Habkost wrote: > > > Add a simple test case that will run QEMU directly (without QMP) > > > just to check for crashes when using `-

Re: [PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-11 Thread Cleber Rosa
On Sat, Oct 10, 2020 at 09:54:16AM +0200, Philippe Mathieu-Daudé wrote: > On 10/9/20 10:29 PM, Eduardo Habkost wrote: > > Add a simple test case that will run QEMU directly (without QMP) > > just to check for crashes when using `-object`. > > > > Signed-off-by: Eduardo Habkost > > --- > > Changes

Re: [PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-10 Thread Philippe Mathieu-Daudé
On 10/9/20 10:29 PM, Eduardo Habkost wrote: Add a simple test case that will run QEMU directly (without QMP) just to check for crashes when using `-object`. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * "Running command:" log message instead of "Command:" (Cleber) * Use universal_newli

[PATCH v2] tests/acceptance: Test case for detecting -object crashes

2020-10-09 Thread Eduardo Habkost
Add a simple test case that will run QEMU directly (without QMP) just to check for crashes when using `-object`. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * "Running command:" log message instead of "Command:" (Cleber) * Use universal_newlines=True instead of encoding='utf-8' (Cleber)