mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Do not disable memory leak detection in drm tests.
Change-Id: I08d5751acd773ebe4aaef1b46e740bed2e0a80aa
This commit is contained in:
committed by
sys_ocldev
parent
8781bd518e
commit
4f06b59c1d
@@ -57,8 +57,6 @@ class DrmCommandStreamFixture {
|
||||
const int mockFd = 33;
|
||||
|
||||
void SetUp() {
|
||||
//gmock
|
||||
MemoryManagement::fastLeaksDetectionMode = MemoryManagement::LeakDetectionMode::TURN_OFF_LEAK_DETECTION;
|
||||
|
||||
this->dbgState = new DebugManagerStateRestore();
|
||||
//make sure this is disabled, we don't want test this now
|
||||
|
||||
Reference in New Issue
Block a user