ULTs cleanup

- remove unused MemoryManagementFixture.
  MemoryLeaks are tracked using MemoryLeakListener no need to duplicate
  with Fixure.
  MMF should be used when you need to inject memory allocation failure

Change-Id: I95bcaa7051acf540c5b015c5489ed6a6fc38ee8e
This commit is contained in:
Artur Harasimiuk
2018-03-29 00:38:41 +02:00
committed by sys_ocldev
parent 9e509f302a
commit 7e6432a207
22 changed files with 52 additions and 152 deletions

View File

@@ -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"),
@@ -103,7 +103,6 @@ TEST_F(OSLibraryTest, testFailNew) {
// Make sure that we only have 1 buffer allocated at a time
delete library;
library = nullptr;
};
injectFailures(method);
}