Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Karolina Stolarek <karolina.stolarek@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/gem_exercise_blt: Don't allow hangs
Date: Wed,  1 Mar 2023 13:09:05 +0100	[thread overview]
Message-ID: <20230301120905.1019314-1-karolina.stolarek@intel.com> (raw)

Hangs in this test are undesirable, so don't allow them.

Signed-off-by: Karolina Stolarek <karolina.stolarek@intel.com>
---
 tests/i915/gem_exercise_blt.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/i915/gem_exercise_blt.c b/tests/i915/gem_exercise_blt.c
index 02c54f85..fb11fb92 100644
--- a/tests/i915/gem_exercise_blt.c
+++ b/tests/i915/gem_exercise_blt.c
@@ -353,7 +353,6 @@ igt_main_args("b:pst:W:H:", NULL, help_str, opt_handler, NULL)
 	struct igt_collection *set;
 	const intel_ctx_t *ctx;
 	int i915;
-	igt_hang_t hang;
 
 	igt_fixture {
 		i915 = drm_open_driver(DRIVER_INTEL);
@@ -369,7 +368,6 @@ igt_main_args("b:pst:W:H:", NULL, help_str, opt_handler, NULL)
 					    I915_SYSTEM_MEMORY,
 					    I915_DEVICE_MEMORY);
 		ctx = intel_ctx_create_all_physical(i915);
-		hang = igt_allow_hang(i915, ctx->id, 0);
 	}
 
 	igt_describe("Check fast-copy blit");
@@ -383,7 +381,6 @@ igt_main_args("b:pst:W:H:", NULL, help_str, opt_handler, NULL)
 	}
 
 	igt_fixture {
-		igt_disallow_hang(i915, hang);
 		close(i915);
 	}
 }
-- 
2.25.1

             reply	other threads:[~2023-03-01 12:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-01 12:09 Karolina Stolarek [this message]
2023-03-01 12:25 ` [igt-dev] [PATCH i-g-t] tests/gem_exercise_blt: Don't allow hangs Zbigniew Kempczyński
2023-03-01 13:53 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-03-02  7:21   ` Karolina Stolarek
2023-03-02  8:04     ` Yedireswarapu, SaiX Nandan
2023-03-02  8:00 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-03-03 11:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/gem_exercise_blt: Don't allow hangs (rev2) Patchwork
2023-03-03 11:28   ` Karolina Stolarek
2023-03-03 13:00 ` Patchwork
2023-03-06  7:45 ` [igt-dev] ✗ Fi.CI.IGT: failure for tests/gem_exercise_blt: Don't allow hangs Patchwork
2023-03-06  9:33   ` Karolina Stolarek
2023-03-06  9:16 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/gem_exercise_blt: Don't allow hangs (rev2) Patchwork
2023-03-06  9:32   ` Karolina Stolarek
2023-03-07  8:31 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/gem_exercise_blt: Don't allow hangs (rev3) Patchwork
2023-03-07 18:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230301120905.1019314-1-karolina.stolarek@intel.com \
    --to=karolina.stolarek@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox