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

Change-Id: I162db667e0557e172638dc6c0dc6ea82ac7db564

[ROCm/hip commit: 0aea7409f0]
这个提交包含在:
ROCm CI Service Account
2022-09-22 21:14:40 +05:30
提交者 GitHub
父节点 cf95a9f9ef
当前提交 b23bca6976
@@ -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);