tests: Align subtest with naming convention

Yeah, historically grown but we should try to be somewhat consistent.
It helps with filtering testcases.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2015-02-06 23:10:26 +01:00
parent bf5035a728
commit 3e9b4e37e6
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -205,7 +205,7 @@ int main(int argc, char **argv)
{
igt_subtest_init(argc, argv);
igt_subtest("bcs-vs-rcs-ctx0") {
igt_subtest("blt-vs-render-ctx0") {
dri_bo *bcs[1], *rcs[N_CHILD];
fork_bcs_copy(0x4000, bcs, 1);
@@ -217,7 +217,7 @@ int main(int argc, char **argv)
surfaces_check(rcs, N_CHILD, 0x8000 / N_CHILD);
}
igt_subtest("bcs-vs-rcs-ctxN") {
igt_subtest("blt-vs-render-ctxN") {
dri_bo *bcs[1], *rcs[N_CHILD];
fork_rcs_copy(0x8000 / N_CHILD, rcs, N_CHILD, CREATE_CONTEXT);