summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-10-13 22:46:47 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-10-13 22:47:47 +0100
commit171b21d9f761da5865f66cb55cbb5eb875a41b92 (patch)
tree0f79b440e979531da4d852594ff3719f908d6a6a /tests
parent7b349f32babd206a4cffcdc6b056e05c2a2f1ec9 (diff)
igt/gem_ctx_param: Update invalid parma number
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97108 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_ctx_param.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/gem_ctx_param.c b/tests/gem_ctx_param.c
index a0055fe2..57d5e362 100644
--- a/tests/gem_ctx_param.c
+++ b/tests/gem_ctx_param.c
@@ -135,8 +135,9 @@ igt_main
/* NOTE: This testcase intentionally tests for the next free parameter
* to catch ABI extensions. Don't "fix" this testcase without adding all
- * the tests for the new param first. */
- arg.param = LOCAL_CONTEXT_PARAM_GTT_SIZE + 1;
+ * the tests for the new param first.
+ */
+ arg.param = LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE + 1;
igt_subtest("invalid-param-get") {
arg.context = ctx;