2
0

SWDEV-351282 - Enable test - Unit_hipArray3DCreate_Negative_NullDescPtr (#2896)

Change-Id: I162db667e0557e172638dc6c0dc6ea82ac7db564
Este cometimento está contido em:
ROCm CI Service Account
2022-09-22 21:14:40 +05:30
cometido por GitHub
ascendente 7d705d800a
cometimento 0aea7409f0
-5
Ver ficheiro
@@ -214,11 +214,6 @@ TEST_CASE("Unit_hipArray3DCreate_Negative_NullArrayPtr") {
// Providing the description pointer as nullptr should return an error
TEST_CASE("Unit_hipArray3DCreate_Negative_NullDescPtr") {
#if HT_AMD
HipTest::HIP_SKIP_TEST("EXSWCPHIPT-130");
return;
#endif
DriverContext ctx;
hiparray array;
HIP_CHECK_ERROR(hipArray3DCreate(&array, nullptr), hipErrorInvalidValue);