public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] HAX tests/kms_atomic_transition: disable plane-use-after-nonblocking-unbind-fencing subtest
@ 2019-03-13 13:29 Juha-Pekka Heikkila
  2019-03-13 14:34 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Juha-Pekka Heikkila @ 2019-03-13 13:29 UTC (permalink / raw)
  To: igt-dev

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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-15  9:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-13 13:29 [igt-dev] [PATCH i-g-t] HAX tests/kms_atomic_transition: disable plane-use-after-nonblocking-unbind-fencing subtest Juha-Pekka Heikkila
2019-03-13 14:34 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-03-13 18:49 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-03-15  9:10 ` Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox