2
0

SWDEV-327563 - Enable fixed tests linux and windows (#2803)

Change-Id: Icad90d01f796a8a8cf57884b86ca1a5a2b50ec64
Este cometimento está contido em:
ROCm CI Service Account
2022-07-19 19:28:17 +05:30
cometido por GitHub
ascendente e3ee2626f4
cometimento 1458912363
7 ficheiros modificados com 2 adições e 35 eliminações
-4
Ver ficheiro
@@ -494,10 +494,6 @@ TEMPLATE_TEST_CASE("Unit_hipMallocArray_MaxTexture_Default", "", uint, int4, ush
// Arrays with channels of different size are not allowed.
TEST_CASE("Unit_hipMallocArray_Negative_DifferentChannelSizes") {
#if HT_AMD
HipTest::HIP_SKIP_TEST("EXSWCPHIPT-129");
return;
#endif
const int bitsX = GENERATE(8, 16, 32);
const int bitsY = GENERATE(8, 16, 32);
const int bitsZ = GENERATE(8, 16, 32);