From e9363973b1fd973f562c101a58354e05ea2b48e4 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Thu, 21 Nov 2013 15:09:58 -0200 Subject: [PATCH] tests/pm_pc8: rename some subtests Due to copy/paste error, we had 3 subtests called gem-execbuf-stress. Signed-off-by: Paulo Zanoni --- tests/pm_pc8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c index efeae21..1929884 100644 --- a/tests/pm_pc8.c +++ b/tests/pm_pc8.c @@ -1348,9 +1348,9 @@ int main(int argc, char *argv[]) /* GEM stress */ igt_subtest("gem-execbuf-stress") gem_execbuf_stress_subtest(rounds, WAIT_STATUS); - igt_subtest("gem-execbuf-stress") + igt_subtest("gem-execbuf-stress-pc8") gem_execbuf_stress_subtest(rounds, WAIT_PC8_RES); - igt_subtest("gem-execbuf-stress") + igt_subtest("gem-execbuf-stress-extra-wait") gem_execbuf_stress_subtest(rounds, WAIT_STATUS | WAIT_EXTRA); igt_fixture -- 2.7.4