mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
ULTs cleanup
- removing more occurences of unused MemoryManagerFixture Change-Id: I4d2d03536b26a54024e09877cf1bf48dcbf8559a
This commit is contained in:
committed by
sys_ocldev
parent
cef24fdd4d
commit
0432d117ca
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -24,7 +24,6 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "runtime/helpers/ptr_math.h"
|
||||
#include "runtime/helpers/aligned_memory.h"
|
||||
#include "unit_tests/fixtures/memory_management_fixture.h"
|
||||
#include "gen_cmd_parse.h"
|
||||
#include "unit_tests/command_queue/command_enqueue_fixture.h"
|
||||
#include "unit_tests/fixtures/buffer_fixture.h"
|
||||
@@ -33,7 +32,6 @@
|
||||
namespace OCLRT {
|
||||
|
||||
struct EnqueueReadBufferRectTest : public CommandEnqueueFixture,
|
||||
public MemoryManagementFixture,
|
||||
public ::testing::Test {
|
||||
EnqueueReadBufferRectTest(void)
|
||||
: buffer(nullptr),
|
||||
@@ -41,7 +39,6 @@ struct EnqueueReadBufferRectTest : public CommandEnqueueFixture,
|
||||
}
|
||||
|
||||
void SetUp() override {
|
||||
MemoryManagementFixture::SetUp();
|
||||
CommandEnqueueFixture::SetUp();
|
||||
contextMemoryManager = context.getMemoryManager();
|
||||
context.setMemoryManager(pCmdQ->getDevice().getMemoryManager());
|
||||
@@ -70,7 +67,6 @@ struct EnqueueReadBufferRectTest : public CommandEnqueueFixture,
|
||||
|
||||
context.setMemoryManager(contextMemoryManager);
|
||||
CommandEnqueueFixture::TearDown();
|
||||
MemoryManagementFixture::TearDown();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user