mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
tests/gem_ctx_param_basic: fix invalid params
Use -1 as the invalid param since we've added more since this test was created, causing expected EINVAL failures to return an unexpected error code. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
parent
1ae1d290bf
commit
0b45b0746f
@ -98,7 +98,7 @@ igt_main
|
||||
ctx_param.size = 0;
|
||||
}
|
||||
|
||||
ctx_param.param = LOCAL_CONTEXT_PARAM_BAN_PERIOD + 1;
|
||||
ctx_param.param = -1;
|
||||
|
||||
igt_subtest("invalid-param-get") {
|
||||
ctx_param.context = ctx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user