From 9c9641cc47d9abc9da11b5c5465de8fb196e39a4 Mon Sep 17 00:00:00 2001 From: Philip Cox Date: Wed, 13 Feb 2019 10:42:52 -0500 Subject: [PATCH] kfdtest: Blacklist BasicDebuggerSuspendResume We need to black list this testcase temporarily because it is failing intermittently. The failure tends to only happen when the certain build machine is used to build it. This issue is being tracked by Jira ticket: ROCMOPS-389 Change-Id: Ic4682c9da389ed731cbc034dff57e6646bba0e9d Signed-off-by: Philip Cox [ROCm/ROCR-Runtime commit: 90a3697e1d23e1f059086e1315831826381ef3d6] --- projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude index 8060068c8a..9782473563 100644 --- a/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude +++ b/projects/rocr-runtime/tests/kfdtest/scripts/kfdtest.exclude @@ -32,7 +32,8 @@ TEMPORARY_BLACKLIST_ALL_ASICS=\ "KFDPNPTest.DisableAndCreateQueue:"\ "KFDQMTest.GPUDoorbellWrite:"\ "KFDQMTest.mGPUShareBO:"\ -"KFDQMTest.SdmaEventInterrupt" +"KFDQMTest.SdmaEventInterrupt:"\ +"KFDDBGTest.BasicDebuggerSuspendResume" BLACKLIST_ALL_ASICS=\ "$PERMANENT_BLACKLIST_ALL_ASICS:"\