mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
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:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user