[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <b743ec89-9e54-e54d-86cc-f3312e06e23c@linux.ibm.com>
Date: Fri, 28 Sep 2018 14:07:29 +0530
From: Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
To: Thomas Richter <tmricht@...ux.ibm.com>
Cc: linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org,
acme@...nel.org, brueckner@...ux.vnet.ibm.com,
schwidefsky@...ibm.com, heiko.carstens@...ibm.com,
Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
Subject: Re: [PATCH v2] perf test: S390 does not support watchpoints in test
22
Hi Thomas,
On 09/28/2018 01:13 PM, Thomas Richter wrote:
> diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c
> index 54ca7d87236f..e83c15a95c43 100644
> --- a/tools/perf/tests/builtin-test.c
> +++ b/tools/perf/tests/builtin-test.c
> @@ -124,7 +124,7 @@ static struct test generic_tests[] = {
> .desc = "Watchpoint",
> .func = test__wp,
> .subtest = {
> - .skip_if_fail = false,
> + .skip_if_fail = true,
Can you instead use ".is_supported"?
Thanks,
Ravi
Powered by blists - more mailing lists