qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCHv2] arm: Fail on unknown subtest


From: Andrew Jones
Subject: Re: [Qemu-devel] [PATCHv2] arm: Fail on unknown subtest
Date: Fri, 2 Oct 2015 11:21:34 +0200
User-agent: Mutt/1.5.23.1 (2014-03-12)

On Thu, Oct 01, 2015 at 03:46:25PM -0400, Christopher Covington wrote:
> Signed-off-by: Christopher Covington <address@hidden>
> ---
>  arm/selftest.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arm/selftest.c b/arm/selftest.c
> index fc9ec60..f4a5030 100644
> --- a/arm/selftest.c
> +++ b/arm/selftest.c
> @@ -376,6 +376,9 @@ int main(int argc, char **argv)
>               cpumask_set_cpu(0, &smp_reported);
>               while (!cpumask_full(&smp_reported))
>                       cpu_relax();
> +     } else {
> +             printf("Unknown subtest\n");
> +             abort();
>       }
>  
>       return report_summary();
> -- 
> Qualcomm Innovation Center, Inc.
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 
> 

Reviewed-by: Andrew Jones <address@hidden>

and applied to https://github.com/rhdrjones/kvm-unit-tests/tree/staging

Thanks,
drew



reply via email to

[Prev in Thread] Current Thread [Next in Thread]