mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 06:46:13 +00:00
tests/gem_concurrent_blt: Adjust subtest naming
Our tooling doesn't cope with () in the testnames (piglit becomes all confused apparently) and the naming convention says to use "blt" and "render". Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88220 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88349 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
9f952940c0
commit
fbcc7ba20f
@ -735,8 +735,8 @@ run_basic_modes(const struct access_mode *mode,
|
||||
void (*require)(void);
|
||||
} hangs[] = {
|
||||
{ "", no_hang, no_require },
|
||||
{ "-hang(bcs)", bcs_hang, hang_require },
|
||||
{ "-hang(rcs)", rcs_hang, hang_require },
|
||||
{ "-hang-blt", bcs_hang, hang_require },
|
||||
{ "-hang-render", rcs_hang, hang_require },
|
||||
{ NULL, NULL },
|
||||
}, *h;
|
||||
drm_intel_bo *src[MAX_NUM_BUFFERS], *dst[MAX_NUM_BUFFERS], *dummy = NULL;
|
||||
|
@ -429,7 +429,7 @@ igt_main
|
||||
igt_fixture
|
||||
fd = drm_open_any();
|
||||
|
||||
igt_subtest("invalid flags")
|
||||
igt_subtest("invalid-flags")
|
||||
test_invalid_flags(fd);
|
||||
igt_subtest("copy")
|
||||
test_copy(fd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user