tests/pm_pc8: rename some subtests

Due to copy/paste error, we had 3 subtests called gem-execbuf-stress.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
Paulo Zanoni 2013-11-21 15:09:58 -02:00
parent 6de398888e
commit e9363973b1

View File

@ -1348,9 +1348,9 @@ int main(int argc, char *argv[])
/* GEM stress */ /* GEM stress */
igt_subtest("gem-execbuf-stress") igt_subtest("gem-execbuf-stress")
gem_execbuf_stress_subtest(rounds, WAIT_STATUS); 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); 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); gem_execbuf_stress_subtest(rounds, WAIT_STATUS | WAIT_EXTRA);
igt_fixture igt_fixture