[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests
From: |
Richard Henderson |
Subject: |
Re: [PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests |
Date: |
Sun, 15 Mar 2020 13:17:28 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 3/15/20 1:07 PM, Richard Henderson wrote:
> On 3/13/20 11:36 AM, Philippe Mathieu-Daudé wrote:
>> These tests fails when configured with --disable-system.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
>> ---
>> tests/Makefile.include | 16 ++++++++--------
>> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> So... they don't currently fail check-unit. Did you mean to say that they
> *will* fail once other files are disabled?
Ah yes. I've rebased your patchset without this one and it does fail. So with
a re-worded commit message,
Reviewed-by: Richard Henderson <address@hidden>
Tested-by: Richard Henderson <address@hidden>
r~
- Re: [PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled, (continued)
[PATCH 02/14] configure: Avoid building TCG when not needed, Philippe Mathieu-Daudé, 2020/03/13
[PATCH 03/14] tests/Makefile: Only display TCG-related tests when TCG is available, Philippe Mathieu-Daudé, 2020/03/13
[PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests, Philippe Mathieu-Daudé, 2020/03/13
[PATCH 05/14] stubs/Makefile: Reduce the user-mode object list, Philippe Mathieu-Daudé, 2020/03/13
[PATCH 06/14] util/Makefile: Reduce the user-mode object list, Philippe Mathieu-Daudé, 2020/03/13
[PATCH 07/14] target/riscv/cpu: Restrict CPU migration to system-mode, Philippe Mathieu-Daudé, 2020/03/13
[PATCH 08/14] exec: Assert CPU migration is not used on user-only build, Philippe Mathieu-Daudé, 2020/03/13
[PATCH 09/14] exec: Drop redundant #ifdeffery, Philippe Mathieu-Daudé, 2020/03/13