summaryrefslogtreecommitdiff
path: root/tests/gem_concurrent_blit.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2015-01-22 09:43:10 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-01-22 09:49:17 +0100
commitfbcc7ba20f5a45a6e2fc9e74a68608ebc804ec29 (patch)
treee124039659329c0a223a91142bc0d29357b455bd /tests/gem_concurrent_blit.c
parent9f952940c00f002acb0cef5a5d6251d45be8ff2c (diff)
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>
Diffstat (limited to 'tests/gem_concurrent_blit.c')
-rw-r--r--tests/gem_concurrent_blit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gem_concurrent_blit.c b/tests/gem_concurrent_blit.c
index 48ee48a6..beb96757 100644
--- a/tests/gem_concurrent_blit.c
+++ b/tests/gem_concurrent_blit.c
@@ -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;