diff options
| author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-12-05 13:12:37 +0000 |
|---|---|---|
| committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-12-05 14:34:33 +0000 |
| commit | 819e68f2ed0064f48250a4ed8e5135026c90b514 (patch) | |
| tree | f60ee123b421ea836c3f4db27c1b2958356826a8 /tests/.gitignore | |
| parent | b64704673e2a4d891386a1200150e679216b6d60 (diff) | |
igt/drm_read: Abuse read(drm)
Check that the more obvious userspace error conditions are handled by
the kernel, ideally without loss of data. These include nonblocking
waits, passing invalid buffers and passing buffers of the incorrect
length.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index a846cb34..0dc044e5 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -4,6 +4,7 @@ core_getclient core_getstats core_getversion drm_import_export +drm_read drm_vma_limiter drm_vma_limiter_cached drm_vma_limiter_cpu |
