Revert "tests/gem_ctx_param_basic: fix invalid params"

This reverts commit 0b45b0746f45deea11670a8b2c949776bbbef55c.

We want to check against our local copy of the params so we can at least
potentially catch new flag additions.

Requested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Jesse Barnes 2015-08-06 14:35:34 -07:00
parent 0b45b0746f
commit db0f28aee8

View File

@ -98,7 +98,7 @@ igt_main
ctx_param.size = 0;
}
ctx_param.param = -1;
ctx_param.param = LOCAL_CONTEXT_PARAM_BAN_PERIOD + 1;
igt_subtest("invalid-param-get") {
ctx_param.context = ctx;