ULT renaming: AUB Mapping tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski 2021-03-15 11:55:08 +01:00 committed by Compute-Runtime-Automation
parent fb47944aff
commit ff4923d411
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2020 Intel Corporation
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -25,7 +25,7 @@ struct AUBMapBuffer
}
};
HWTEST_F(AUBMapBuffer, MapUpdateUnmapVerify) {
HWTEST_F(AUBMapBuffer, WhenMappingAndUnmappingThenExpectationsAreMet) {
MockContext context(this->pCmdQ->getDevice().getSpecializedDevice<ClDevice>());
auto retVal = CL_INVALID_VALUE;
size_t bufferSize = 10;

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 Intel Corporation
* Copyright (C) 2017-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -59,7 +59,7 @@ struct AUBMapImage
std::unique_ptr<Image> srcImage;
};
HWTEST_P(AUBMapImage, MapUpdateUnmapVerify) {
HWTEST_P(AUBMapImage, WhenMappingAndUnmappingThenExpectationsAreMet) {
const unsigned int testWidth = 5;
const unsigned int testHeight =
std::get<2>(GetParam()).imageType != CL_MEM_OBJECT_IMAGE1D ? 5 : 1;