From ad30b95b3193091fe22afd71e8d94265e5da7b27 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 23 Jan 2023 10:47:56 +0530 Subject: [PATCH] SWDEV-1 - Disable newly added failing tests (#132) Disabled the following tests on Linux: - Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Basic - Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Partial_Range - Unit_hipMemRangeGetAttributes_Negative_Parameters - Unit_hipStreamAttachMemAsync_Positive_Basic - Unit_hipStreamAttachMemAsync_Positive_AttachGlobal - Unit_hipStreamAttachMemAsync_Negative_Parameters - Unit_hipMemGetAddressRange_Positive Disabled the following tests on Windows: - Unit_hipMemGetAddressRange_Positive [ROCm/hip-tests commit: 315b14fe4ee25fa090dd7310155b5d6ba808da30] --- .../hipTestMain/config/config_amd_linux_common.json | 9 ++++++++- .../hipTestMain/config/config_amd_windows_common.json | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json index 864c6aa5c4..a9f9aa37e3 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json @@ -18,6 +18,13 @@ "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep", "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph", "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode", - "Unit_hipMemGetAddressRange_Negative" + "Unit_hipMemGetAddressRange_Negative", + "Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Basic", + "Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Partial_Range", + "Unit_hipMemRangeGetAttributes_Negative_Parameters", + "Unit_hipStreamAttachMemAsync_Positive_Basic", + "Unit_hipStreamAttachMemAsync_Positive_AttachGlobal", + "Unit_hipStreamAttachMemAsync_Negative_Parameters", + "Unit_hipMemGetAddressRange_Positive" ] } diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json index 5586728b6f..6bb11e842c 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json @@ -97,6 +97,7 @@ "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep", "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph", "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode", - "Unit_hipMemGetAddressRange_Negative" + "Unit_hipMemGetAddressRange_Negative", + "Unit_hipMemGetAddressRange_Positive" ] }