mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
test: update gtest API usage
use *_TEST_SUITE* instead of *_TEST_CASE* Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3e7189f7a8
commit
55fad237b8
@@ -3038,9 +3038,9 @@ static const AllocationType allocation57Bit[] = {
|
||||
AllocationType::sharedBuffer,
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Drm57Bit,
|
||||
DrmMemoryManagerAllocation57BitTest,
|
||||
::testing::ValuesIn(allocation57Bit));
|
||||
INSTANTIATE_TEST_SUITE_P(Drm57Bit,
|
||||
DrmMemoryManagerAllocation57BitTest,
|
||||
::testing::ValuesIn(allocation57Bit));
|
||||
|
||||
struct DrmCommandStreamEnhancedPrelimTest : public DrmCommandStreamEnhancedTemplate<DrmMockCustomPrelim> {
|
||||
void SetUp() override {
|
||||
|
||||
@@ -4129,9 +4129,9 @@ TEST_P(DrmMemoryManagerWithHostIpcAllocationParamTest,
|
||||
memoryManager->freeGraphicsMemory(gfxAllocation1);
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(HostIpcAllocationFlag,
|
||||
DrmMemoryManagerWithHostIpcAllocationParamTest,
|
||||
::testing::Values(false, true));
|
||||
INSTANTIATE_TEST_SUITE_P(HostIpcAllocationFlag,
|
||||
DrmMemoryManagerWithHostIpcAllocationParamTest,
|
||||
::testing::Values(false, true));
|
||||
|
||||
TEST(DrmMemoryManagerFreeGraphicsMemoryUnreferenceTest,
|
||||
givenCallToCreateSharedAllocationWithReuseSharedAllocationThenAllocationsSuccedAndAddressesAreTheSame) {
|
||||
|
||||
Reference in New Issue
Block a user