SWDEV-351282 - Enable test - Unit_hipArray3DCreate_Negative_NullDescPtr (#2896)
Change-Id: I162db667e0557e172638dc6c0dc6ea82ac7db564
Este cometimento está contido em:
cometido por
GitHub
ascendente
7d705d800a
cometimento
0aea7409f0
@@ -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);
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador