[igt-dev] [PATCH i-g-t] HAX tests/kms_atomic_transition: disable plane-use-after-nonblocking-unbind-fencing subtest
Juha-Pekka Heikkila
juhapekka.heikkila at gmail.com
Wed Mar 13 13:29:30 UTC 2019
Try to disable subtest plane-use-after-nonblocking-unbind-fencing as it seems
to create problems for other tests ran after it. This is to see if these
after effects are problematic.
---
tests/kms_atomic_transition.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c
index 18f7331..ad9979a 100644
--- a/tests/kms_atomic_transition.c
+++ b/tests/kms_atomic_transition.c
@@ -927,10 +927,10 @@ igt_main
for_each_pipe_with_valid_output(&display, pipe, output)
run_transition_test(&display, pipe, output, TRANSITION_AFTER_FREE, true, false);
- igt_subtest("plane-use-after-nonblocking-unbind-fencing")
+/* igt_subtest("plane-use-after-nonblocking-unbind-fencing")
for_each_pipe_with_valid_output(&display, pipe, output)
run_transition_test(&display, pipe, output, TRANSITION_AFTER_FREE, true, true);
-
+*/
/*
* Test modeset cases on internal panels separately with a reduced
* number of combinations, to avoid long runtimes due to modesets on
--
2.7.4
More information about the igt-dev
mailing list