From 85cc70ba42eaa516471cdf8a7314dec9e31318c6 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:55:30 +0530 Subject: [PATCH] SWDEV-345020 - Enable test cases after fix. (#2833) Change-Id: I7ac1352e2442638e7156b05429fc4feef3af8e3f [ROCm/hip commit: 0b105a27b9b2c94337ea6f875ed4cb27c5542e99] --- projects/hip/tests/catch/unit/memory/hipMallocArray.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/hip/tests/catch/unit/memory/hipMallocArray.cc b/projects/hip/tests/catch/unit/memory/hipMallocArray.cc index 8b2099a4ec..680d08057c 100644 --- a/projects/hip/tests/catch/unit/memory/hipMallocArray.cc +++ b/projects/hip/tests/catch/unit/memory/hipMallocArray.cc @@ -658,10 +658,6 @@ TEST_CASE("Unit_hipMallocArray_Negative_3ChannelElement") { // The bit channel description should not allow any channels after a zero channel TEST_CASE("Unit_hipMallocArray_Negative_ChannelAfterZeroChannel") { -#if HT_AMD - HipTest::HIP_SKIP_TEST("EXSWCPHIPT-129"); - return; -#endif const int bits = GENERATE(8, 16, 32); const hipChannelFormatKind formatKind = GENERATE(hipChannelFormatKindSigned, hipChannelFormatKindUnsigned, hipChannelFormatKindFloat);