SWDEV-345020 - Enable test cases after fix. (#2833)
Change-Id: I7ac1352e2442638e7156b05429fc4feef3af8e3f
[ROCm/hip-tests commit: 627372dd20]
此提交包含在:
@@ -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);
|
||||
|
||||
新增問題並參考
封鎖使用者