SWDEV-340649 - Test case not valid anymore (#2928)
Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469
[ROCm/hip commit: 176e64898a]
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
d2157cb085
commit
267bba96de
@@ -293,11 +293,6 @@ TEST_CASE("Unit_hipMallocManaged_Negative") {
|
||||
HIP_CHECK_ERROR(hipMallocManaged(&A, 1024, hipMemAttachGlobal | hipMemAttachHost),
|
||||
hipErrorInvalidValue);
|
||||
}
|
||||
|
||||
SECTION("Max value to size") {
|
||||
HIP_CHECK_ERROR(hipMallocManaged(&A, std::numeric_limits<size_t>::max(), hipMemAttachGlobal),
|
||||
hipErrorOutOfMemory);
|
||||
}
|
||||
}
|
||||
|
||||
// Allocate two pointers using hipMallocManaged(), initialize,
|
||||
|
||||
Reference in New Issue
Block a user