[PATCH i-g-t v7 33/33] tests/api_intel_bb: bb address can change, don't assert it. To be squashed.

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Mon Oct 19 11:31:43 UTC 2020


Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
---
 tests/i915/api_intel_bb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/i915/api_intel_bb.c b/tests/i915/api_intel_bb.c
index 4375ccd5..44ebd9cc 100644
--- a/tests/i915/api_intel_bb.c
+++ b/tests/i915/api_intel_bb.c
@@ -525,7 +525,6 @@ static void object_reloc(struct buf_ops *bops, enum obj_cache_ops cache_op)
 	igt_debug("[3] poff2_h1: %lx\n", (long) poff2_h1);
 	igt_debug("[3] poff2_h2: %lx + shift (%lx)\n", (long) poff2_h2,
 		 (long) shift);
-	igt_assert(poff_bb == poff2_bb);
 	igt_assert(poff_h1 == poff2_h1);
 	igt_assert(poff_h2 == poff2_h2 + shift);
 	intel_bb_emit_bbe(ibb);
-- 
2.26.0



More information about the Intel-gfx-trybot mailing list