All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm] amdgpu: Remove dummy CU_ASSERT_EQUAL.
@ 2017-12-12 13:36 Andrey Grodzovsky
  2017-12-12 13:52 ` Yu, Qiang
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Grodzovsky @ 2017-12-12 13:36 UTC (permalink / raw)
  To: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Andrey Grodzovsky, Alvin.Huan-5C7GfCeVMHo,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Anna.Jin-5C7GfCeVMHo,
	Qiang.Yu-5C7GfCeVMHo, Le.Ma-5C7GfCeVMHo

Fixes test failure on rhel.

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
---
 tests/amdgpu/basic_tests.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/amdgpu/basic_tests.c b/tests/amdgpu/basic_tests.c
index a78cf52..474a679 100644
--- a/tests/amdgpu/basic_tests.c
+++ b/tests/amdgpu/basic_tests.c
@@ -1459,8 +1459,6 @@ static void amdgpu_sync_dependency_test(void)
 	static uint32_t *ptr;
 	uint64_t seq_no;
 
-	CU_ASSERT_EQUAL(r, 0);
-
 	r = amdgpu_cs_ctx_create(device_handle, &context_handle[0]);
 	CU_ASSERT_EQUAL(r, 0);
 	r = amdgpu_cs_ctx_create(device_handle, &context_handle[1]);
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2017-12-12 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12 13:36 [PATCH libdrm] amdgpu: Remove dummy CU_ASSERT_EQUAL Andrey Grodzovsky
2017-12-12 13:52 ` Yu, Qiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.