From: zhoucm1 <zhoucm1@amd.com>
To: Lionel Landwerlin <lionel.g.landwerlin@intel.com>,
igt-dev@lists.freedesktop.org
Cc: Chunming Zhou <david1.zhou@amd.com>
Subject: Re: [igt-dev] [PATCH i-g-t 06/10] igt: add timeline test cases
Date: Fri, 26 Jul 2019 10:56:14 +0800 [thread overview]
Message-ID: <c004c3bd-0b90-47ef-7d47-b5971987d4a9@amd.com> (raw)
In-Reply-To: <20190725103034.8882-7-lionel.g.landwerlin@intel.com>
On 2019年07月25日 18:30, Lionel Landwerlin wrote:
> +static void
> +test_query_bad_pad(int fd)
> +{
> + struct drm_syncobj_timeline_array array = {};
> + uint32_t handle = 0;
> + int ret;
> +
> + array.pad = 0xdeadbeef;
> + array.count_handles = 1;
> + array.handles = to_user_pointer(&handle);
> + ret = igt_ioctl(fd, DRM_IOCTL_SYNCOBJ_QUERY, &array);
> + igt_assert(ret == -1 && errno == EINVAL);
> +}
We need remove this testing case as we extend this pad to be flags.
-David
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-07-26 2:56 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-25 10:30 [igt-dev] [PATCH i-g-t 00/10] Vulkan performance queries support & others Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 01/10] include: temporary import of headers Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 02/10] tests/i915-query: add new tests for perf configurations queries Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 03/10] tests/perf: add tests for holding preemption Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 04/10] tests/perf: add tests to new OA reconfiguration execbuf extension Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 05/10] lib/syncobj: drop local declarations Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 06/10] igt: add timeline test cases Lionel Landwerlin
2019-07-26 2:56 ` zhoucm1 [this message]
2019-07-26 9:07 ` Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 07/10] tests/syncobj_timeline: add more timeline tests Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 08/10] tests/i915/exec_fence: switch to internal headers Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 09/10] tests/i915/exec_fence: reuse syncobj helpers Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 10/10] tests/i915/exec_fence: add timeline fence tests Lionel Landwerlin
2019-07-31 20:33 ` Chris Wilson
2019-08-02 9:03 ` Lionel Landwerlin
2019-08-02 9:11 ` Chris Wilson
2019-08-02 9:47 ` Lionel Landwerlin
2019-07-31 20:35 ` Chris Wilson
2019-07-25 11:18 ` [igt-dev] ✗ GitLab.Pipeline: warning for Vulkan performance queries support & others Patchwork
2019-07-25 11:19 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2019-07-25 16:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
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=c004c3bd-0b90-47ef-7d47-b5971987d4a9@amd.com \
--to=zhoucm1@amd.com \
--cc=david1.zhou@amd.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=lionel.g.landwerlin@intel.com \
/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