SWDEV-514841 - Remove invalid stream tests on AMD platform
[ROCm/hip-tests commit: 0c1a7bf155]
This commit is contained in:
@@ -123,12 +123,6 @@ TEST_CASE("Unit_hipMallocAsync_Negative_Parameters") {
|
||||
HIP_CHECK_ERROR(hipMallocAsync(nullptr, alloc_size, stream.stream()), hipErrorInvalidValue);
|
||||
}
|
||||
|
||||
SECTION("invalid stream handle") {
|
||||
HIP_CHECK_ERROR(
|
||||
hipMallocAsync(reinterpret_cast<void**>(&p), alloc_size, reinterpret_cast<hipStream_t>(-1)),
|
||||
hipErrorInvalidHandle);
|
||||
}
|
||||
|
||||
SECTION("Size is max size_t") {
|
||||
HIP_CHECK_ERROR(hipMallocAsync(reinterpret_cast<void**>(&p), max_size, stream.stream()),
|
||||
hipErrorOutOfMemory);
|
||||
|
||||
Reference in New Issue
Block a user