From: Javier Martinez Canillas <javierm@redhat.com>
To: Dana Elfassy <delfassy@redhat.com>,
eballetb@redhat.com, dmitry.torokhov@gmail.com,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Dana Elfassy <dangel101@gmail.com>
Subject: Re: [PATCH v2] Input: tests: add test to cover all input_grab_device() function
Date: Thu, 18 May 2023 15:38:47 +0200 [thread overview]
Message-ID: <87v8gp92u0.fsf@minerva.mail-host-address-is-not-set> (raw)
In-Reply-To: <20230517153145.513095-1-dangel101@gmail.com>
Dana Elfassy <delfassy@redhat.com> writes:
Hello Dana,
> Currently input_grab_device() isn't covered by any tests
> Thus, adding a test to cover the cases:
> 1. The device is grabbed successfully
> 2. Trying to grab a device that is already grabbed by another input
> handle
>
> Signed-off-by: Dana Elfassy <dangel101@gmail.com>
> Tested-by: Javier Martinez Canillas <javierm@redhat.com>
> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
> ---
[...]
> +
> + handle.dev = input_get_device(input_dev);
> + handle.name = dev_name(&input_dev->dev);
> + handle.handler = &handler;
> + res = input_grab_device(&handle);
Another thing I noticed is that your test will try to grab the same
input_handle twice. So you need to remove the line above I believe.
> + KUNIT_ASSERT_TRUE(test, input_grab_device(&handle));
> +
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
prev parent reply other threads:[~2023-05-18 13:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-17 15:31 [PATCH v2] Input: tests: add test to cover all input_grab_device() function Dana Elfassy
2023-05-17 17:06 ` Dmitry Torokhov
2023-05-17 17:24 ` Javier Martinez Canillas
2023-05-18 13:38 ` Javier Martinez Canillas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v8gp92u0.fsf@minerva.mail-host-address-is-not-set \
--to=javierm@redhat.com \
--cc=dangel101@gmail.com \
--cc=delfassy@redhat.com \
--cc=dmitry.torokhov@gmail.com \
--cc=eballetb@redhat.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).