mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
tests/gem_reloc_overflow: convert to subtests
More will come! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -195,6 +195,8 @@ int main(int argc, char **argv)
|
||||
igt_assert(run_batch() == -EINVAL);
|
||||
}
|
||||
|
||||
/* Note: Older kernels disallow this. Punt on the skip check though
|
||||
* since this is too old. */
|
||||
igt_subtest("conflicting-write-domain") {
|
||||
BEGIN_BATCH(4);
|
||||
OUT_BATCH(0);
|
||||
|
||||
Reference in New Issue
Block a user